aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-08-11l2tp: move l2tp_ip and l2tp_ip6 data to pernetJames Chapman2-50/+168
2024-08-11l2tp: remove inline from functions in c sourcesJames Chapman4-6/+6
2024-08-10Merge tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-1/+1
2024-08-09udp: Fall back to software USO if IPv6 extension headers are presentJakub Sitnicki1-0/+6
2024-08-09net: Make USO depend on CSUM offloadJakub Sitnicki1-9/+17
2024-08-09ethtool: refactor checking max channelsMina Almasry4-30/+42
2024-08-09net: rds: add option for GCOV profilingVegard Nossum2-0/+14
2024-08-08net: ethtool: check rxfh_max_num_contexts != 1 at register timeEdward Cree1-0/+2
2024-08-08bpf/bpf_get,set_sockopt: add option to set TCP-BPF sock ops flagsAlan Maguire1-0/+16
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-54/+116
2024-08-08ethtool: Fix context creation with no parametersGal Pressman1-5/+8
2024-08-08net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree1-2/+3
2024-08-08l2tp: fix lockdep splatJames Chapman1-2/+13
2024-08-07Merge tag 'for-net-2024-08-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-0/+15
2024-08-07net/smc: add the max value of fallback reason countZhengchao Shao1-1/+1
2024-08-07Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitorAnton Khirnov1-0/+14
2024-08-07Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()Dmitry Antipov1-0/+1
2024-08-07tcp: rstreason: let it work finally in tcp_send_active_reset()Jason Xing1-1/+1
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_DISCONNECT_WITH_DATA for active r...Jason Xing1-1/+2
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_KEEPALIVE_TIMEOUT for active resetJason Xing1-1/+1
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_STATE for active resetJason Xing2-5/+7
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_MEMORY for active resetJason Xing2-2/+2
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_LINGER for active resetJason Xing1-1/+1
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_CLOSE for active resetJason Xing1-1/+1
2024-08-06ethtool: cmis_cdb: Remove unused declaration ethtool_cmis_page_fini()Yue Haibing1-1/+0
2024-08-06tcp: Use clamp() in htcp_alpha_update()Christophe JAILLET1-1/+1
2024-08-06net: linkwatch: use system_unbound_wqEric Dumazet1-2/+2
2024-08-06can: bcm: Remove proc entry when dev is unregistered.Kuniyuki Iwashima1-0/+4
2024-08-05net: bridge: mcast: wait for previous gc cycles when removing portNikolay Aleksandrov1-3/+1
2024-08-05ipv6: udp: constify 'struct net' parameter of socket lookupsEric Dumazet1-4/+4
2024-08-05inet6: constify 'struct net' parameter of various lookup helpersEric Dumazet1-6/+7
2024-08-05udp: constify 'struct net' parameter of socket lookupsEric Dumazet1-4/+4
2024-08-05inet: constify 'struct net' parameter of various lookup helpersEric Dumazet1-5/+5
2024-08-05inet: constify inet_sk_bound_dev_eq() net parameterEric Dumazet2-2/+2
2024-08-05net: skbuff: sprinkle more __GFP_NOWARN on ingress allocsJakub Kicinski1-6/+9
2024-08-04net/tcp: Disable TCP-AO static key after RCU grace periodDmitry Safonov1-13/+30
2024-08-03net: Initialise net.core sysctl defaults in preinit_net().Kuniyuki Iwashima1-26/+11
2024-08-03net: Slim down setup_net().Kuniyuki Iwashima1-15/+16
2024-08-03net: Call preinit_net() without pernet_ops_rwsem.Kuniyuki Iwashima1-1/+2
2024-08-03net: Initialise net->passive once in preinit_net().Kuniyuki Iwashima1-2/+1
2024-08-03net: Don't register pernet_operations if only one of id or size is specified.Kuniyuki Iwashima1-4/+8
2024-08-03l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops.Kuniyuki Iwashima1-3/+0
2024-08-02rxrpc: Remove unused function declarationsYue Haibing1-2/+0
2024-08-02net: core: annotate socks of struct sock_reuseport with __counted_byDmitry Antipov1-3/+2
2024-08-02tipc: guard against string buffer overrunSimon Horman1-2/+6
2024-08-02sctp: Fix null-ptr-deref in reuseport_add_sock().Kuniyuki Iwashima1-8/+11
2024-08-02vsock/virtio: add SIOCOUTQ support for all virtio based transportsLuigi Leonardi3-1/+44
2024-08-02vsock: add support for SIOCOUTQ ioctlLuigi Leonardi1-3/+55
2024-08-01mptcp: pm: do not ignore 'subflow' if 'signal' flag is also setMatthieu Baerts (NGI0)1-4/+12
2024-08-01mptcp: pm: don't try to create sf if alloc failedMatthieu Baerts (NGI0)1-4/+6