summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-09-18Merge tag 'net-6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds17-45/+110
2025-09-18devlink rate: Remove unnecessary 'static' from a couple placesCosmin Ratiu1-2/+2
2025-09-18tls: make sure to abort the stream if headers are bogusJakub Kicinski3-7/+11
2025-09-18Merge tag 'wireless-2025-09-17' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-2/+2
2025-09-18tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().Kuniyuki Iwashima1-0/+5
2025-09-17net: rfkill: gpio: Fix crash due to dereferencering uninitialized pointerHans de Goede1-2/+2
2025-09-16mptcp: tfo: record 'deny join id0' infoMatthieu Baerts (NGI0)1-3/+3
2025-09-16mptcp: pm: nl: announce deny-join-id0 flagMatthieu Baerts (NGI0)1-0/+7
2025-09-16mptcp: set remote_deny_join_id0 on SYN recvMatthieu Baerts (NGI0)1-0/+4
2025-09-16mptcp: propagate shutdown to subflows when possibleMatthieu Baerts (NGI0)1-0/+16
2025-09-16rds: ib: Increment i_fastreg_wrs before bailing outHÃ¥kon Bugge1-8/+12
2025-09-14rxrpc: Fix untrusted unsigned subtractDavid Howells1-5/+14
2025-09-14rxrpc: Fix unhandled errors in rxgk_verify_packet_integrity()David Howells3-14/+28
2025-09-14net/tcp: Fix a NULL pointer dereference when using TCP-AO with TCP_REPAIRAnderson Nascimento1-1/+3
2025-09-13Merge tag 'ceph-for-6.17-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds1-3/+4
2025-09-13net: ethtool: handle EOPNOTSUPP from ethtool get_ts_info() methodRussell King (Oracle)1-2/+2
2025-09-12net: Use NAPI_* in test_bit when stopping napi kthreadSamiullah Khawaja1-1/+1
2025-09-11Merge tag 'net-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds19-75/+228
2025-09-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-15/+115
2025-09-11Merge tag 'wireless-2025-09-11' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni1-6/+7
2025-09-11hsr: hold rcu and dev lock for hsr_get_port_ndevHangbin Liu1-1/+6
2025-09-11hsr: use hsr_for_each_port_rtnl in hsr_port_get_hsrHangbin Liu2-1/+4
2025-09-11hsr: use rtnl lock when iterating over portsHangbin Liu3-10/+13
2025-09-11wifi: nl80211: completely disable per-link stats for nowJohannes Berg1-1/+1
2025-09-11Merge tag 'nf-25-09-10-v2' of https://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski6-46/+99
2025-09-11Merge tag 'linux-can-fixes-for-6.17-20250910' of git://git.kernel.org/pub/scm...Jakub Kicinski4-1/+60
2025-09-10Merge tag 'nfs-for-6.17-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-5/+3
2025-09-10libceph: fix invalid accesses to ceph_connection_v1_infoIlya Dryomov1-3/+4
2025-09-10netfilter: nf_tables: restart set lookup on base_seq changeFlorian Westphal2-2/+32
2025-09-10netfilter: nf_tables: make nft_set_do_lookup available unconditionallyFlorian Westphal1-5/+12
2025-09-10netfilter: nf_tables: place base_seq in struct netFlorian Westphal1-32/+33
2025-09-10netfilter: nft_set_rbtree: continue traversal if element is inactiveFlorian Westphal1-3/+3
2025-09-10netfilter: nft_set_pipapo: don't check genbit from packetpath lookupsFlorian Westphal2-5/+19
2025-09-10netfilter: nft_set_bitmap: fix lockdep splat due to missing annotationFlorian Westphal1-1/+2
2025-09-10can: j1939: j1939_local_ecu_get(): undo increment when j1939_local_ecu_get() ...Tetsuo Handa1-1/+4
2025-09-10can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately when j1939_loc...Tetsuo Handa1-0/+3
2025-09-10can: j1939: implement NETDEV_UNREGISTER notification handlerTetsuo Handa3-0/+53
2025-09-10tcp_bpf: Call sk_msg_free() when tcp_bpf_send_verdict() fails to allocate pso...Kuniyuki Iwashima1-1/+4
2025-09-10wifi: cfg80211: Fix "no buffer space available" error in nl80211_get_station(...Nithyanantham Paramasivam1-6/+7
2025-09-10mptcp: sockopt: make sync_socket_options propagate SOCK_KEEPOPENKrister Johansen1-6/+5
2025-09-10net: dev_ioctl: take ops lock in hwtstamp lower pathsCarolina Jubran1-4/+18
2025-09-10xsk: Fix immature cq descriptor productionMaciej Fijalkowski2-14/+111
2025-09-09tunnels: reset the GSO metadata before reusing the skbAntoine Tenart1-0/+6
2025-09-09net: bridge: Bounce invalid booloptsPetr Machata1-0/+7
2025-09-09genetlink: fix genl_bind() invoking bind() after -EPERMAlok Tiwari1-0/+3
2025-09-06SUNRPC: call xs_sock_process_cmsg for all cmsgJustin Worrell1-3/+3
2025-09-06Revert "SUNRPC: Don't allow waiting for exiting tasks"Trond Myklebust1-2/+0
2025-09-04Merge tag 'nf-25-09-04' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski1-11/+31
2025-09-04net: atm: fix memory leak in atm_register_sysfs when device_register failWang Liang1-2/+4
2025-09-04netfilter: nf_tables: Introduce NFTA_DEVICE_PREFIXPhil Sutter1-11/+31