aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
5 daystreewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar90-174/+206
8 daysMerge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds22-67/+100
8 dayscalipso: unlock rcu before returning -EAFNOSUPPORTEric Dumazet1-2/+4
8 daysseg6: Fix validation of nexthop addressesIdo Schimmel1-4/+2
8 daysnet: prevent a NULL deref in rtnl_create_link()Eric Dumazet1-1/+1
8 daysnet: annotate data-races around cleanup_net_taskEric Dumazet2-3/+3
8 daysMerge tag 'wireless-2025-06-05' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessPaolo Abeni3-22/+14
8 dayswifi: cfg80211/mac80211: correctly parse S1G beacon optional elementsLachlan Hodges3-22/+14
8 daysnetfilter: nf_nat: also check reverse tuple to obtain clashing entryFlorian Westphal1-3/+9
8 daysnetfilter: nf_set_pipapo_avx2: fix initial map fillFlorian Westphal1-1/+20
9 daysMerge tag 'nfs-for-6.16-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-37/+50
11 daysMerge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-3/+3
11 daysnet: fix udp gso skb_segment after pull from frag_listShiming Cheng1-0/+5
13 daysbpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon1-2/+3
13 daysnet: Fix checksum update for ILA adj-transportPaul Chaignon3-6/+6
13 dayshv_netvsc: fix potential deadlock in netvsc_vf_setxdp()Saurabh Sengar1-0/+1
13 daysnet: Fix net_devmem_bind_dmabuf for non-devmem configsPranjal Shrivastava1-1/+2
13 daysnet: dsa: tag_brcm: legacy: fix pskb_may_pull lengthÁlvaro Fernández Rojas1-1/+1
14 daysBluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTIONLuiz Augusto von Dentz1-1/+2
14 daysBluetooth: MGMT: reject malformed HCI_CMD_SYNC commandsDmitry Antipov1-1/+2
2025-05-29net: tipc: fix refcount warning in tipc_aead_encryptCharalampos Mitrodimas1-1/+5
2025-05-29rxrpc: Fix return from none_validate_challenge()David Howells1-2/+3
2025-05-28page_pool: Fix use-after-free in page_pool_recycle_in_ringDong Chenchen1-13/+14
2025-05-28Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocatedTengteng Yang1-4/+4
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds4-38/+55
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds285-16402/+9399
2025-05-28SUNRPC: Remove dead code from xs_tcp_tls_setup_socket()Chuck Lever1-11/+0
2025-05-28SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tlsChuck Lever1-0/+5
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds9-93/+74
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni6-17/+45
2025-05-28net: openvswitch: Fix the dead loop of MPLS parseFaicker Mo1-1/+1
2025-05-28calipso: Don't call calipso functions for AF_INET sk.Kuniyuki Iwashima1-0/+3
2025-05-28net_sched: hfsc: Address reentrant enqueue adding class to eltree twicePedro Tammela1-1/+8
2025-05-27net: devmem: preserve sockc_errMina Almasry1-14/+10
2025-05-27page_pool: fix ugly page_pool formattingMina Almasry1-2/+2
2025-05-27net: devmem: move list_add to net_devmem_bind_dmabuf.Mina Almasry3-8/+10
2025-05-27sctp: mark sctp_do_peeloff staticChristoph Hellwig1-2/+2
2025-05-27net: Kconfig NET_DEVMEM selects GENERIC_ALLOCATORSaeed Mahameed1-1/+1
2025-05-27tipc: use kfree_sensitive() for aead cleanupZilin Guan1-1/+1
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+8
2025-05-27xsk: add missing virtual address conversion for pageBui Quang Minh1-2/+1
2025-05-27af_packet: move notifier's packet_dev_mc out of rcu critical sectionStanislav Fomichev2-5/+17
2025-05-27vsock: Move lingering logic to af_vsock coreMichal Luczaj2-21/+35
2025-05-27vsock/virtio: Linger on unsent dataMichal Luczaj1-1/+3
2025-05-27net: core: Convert dev_set_mac_address_user() to use struct sockaddr_storageKees Cook2-4/+7
2025-05-27rtnetlink: do_setlink: Use struct sockaddr_storageKees Cook1-15/+4
2025-05-27net: core: Convert dev_set_mac_address() to struct sockaddr_storageKees Cook4-5/+6
2025-05-27ieee802154: Use struct sockaddr_storage with dev_set_mac_address()Kees Cook1-4/+4
2025-05-27net/ncsi: Use struct sockaddr_storage for pending_macKees Cook3-11/+11
2025-05-27net: core: Switch netif_set_mac_address() to struct sockaddr_storageKees Cook3-8/+8