aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-06-09net_sched: sch_sfq: fix a potential crash on gso_skb handlingEric Dumazet1-1/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar90-174/+206
2025-06-05Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds22-67/+100
2025-06-05Bluetooth: MGMT: Protect mgmt_pending list with its own lockLuiz Augusto von Dentz4-59/+79
2025-06-05Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz2-29/+12
2025-06-05Bluetooth: hci_core: fix list_for_each_entry_rcu usagePauli Virtanen1-8/+3
2025-06-05calipso: unlock rcu before returning -EAFNOSUPPORTEric Dumazet1-2/+4
2025-06-05seg6: Fix validation of nexthop addressesIdo Schimmel1-4/+2
2025-06-05net: prevent a NULL deref in rtnl_create_link()Eric Dumazet1-1/+1
2025-06-05net: annotate data-races around cleanup_net_taskEric Dumazet2-3/+3
2025-06-05Merge tag 'wireless-2025-06-05' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessPaolo Abeni3-22/+14
2025-06-05wifi: cfg80211/mac80211: correctly parse S1G beacon optional elementsLachlan Hodges3-22/+14
2025-06-05netfilter: nf_nat: also check reverse tuple to obtain clashing entryFlorian Westphal1-3/+9
2025-06-05netfilter: nf_set_pipapo_avx2: fix initial map fillFlorian Westphal1-1/+20
2025-06-03Merge tag 'nfs-for-6.16-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-37/+50
2025-06-03xfrm: state: use a consistent pcpu_id in xfrm_state_findSabrina Dubroca1-13/+6
2025-06-03xfrm: state: initialize state_ptrs earlier in xfrm_state_findSabrina Dubroca1-2/+2
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-3/+3
2025-06-02net: fix udp gso skb_segment after pull from frag_listShiming Cheng1-0/+5
2025-05-31batman-adv: store hard_iface as iflink private dataMatthias Schiffer13-91/+44
2025-05-31batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2025-05-30bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon1-2/+3
2025-05-30net: Fix checksum update for ILA adj-transportPaul Chaignon3-6/+6
2025-05-30hv_netvsc: fix potential deadlock in netvsc_vf_setxdp()Saurabh Sengar1-0/+1
2025-05-30net: Fix net_devmem_bind_dmabuf for non-devmem configsPranjal Shrivastava1-1/+2
2025-05-30net: dsa: tag_brcm: legacy: fix pskb_may_pull lengthÁlvaro Fernández Rojas1-1/+1
2025-05-30Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTIONLuiz Augusto von Dentz1-1/+2
2025-05-30Bluetooth: 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-16398/+9395
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