summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-06-09net_sched: sch_sfq: fix a potential crash on gso_skb handlingEric Dumazet-1/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-174/+206
2025-06-05Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-67/+100
2025-06-05Bluetooth: MGMT: Protect mgmt_pending list with its own lockLuiz Augusto von Dentz-59/+79
2025-06-05Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz-29/+12
2025-06-05Bluetooth: hci_core: fix list_for_each_entry_rcu usagePauli Virtanen-8/+3
2025-06-05calipso: unlock rcu before returning -EAFNOSUPPORTEric Dumazet-2/+4
2025-06-05seg6: Fix validation of nexthop addressesIdo Schimmel-4/+2
2025-06-05net: prevent a NULL deref in rtnl_create_link()Eric Dumazet-1/+1
2025-06-05net: annotate data-races around cleanup_net_taskEric Dumazet-3/+3
2025-06-05Merge tag 'wireless-2025-06-05' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni-22/+14
2025-06-05wifi: cfg80211/mac80211: correctly parse S1G beacon optional elementsLachlan Hodges-22/+14
2025-06-05netfilter: nf_nat: also check reverse tuple to obtain clashing entryFlorian Westphal-3/+9
2025-06-05netfilter: nf_set_pipapo_avx2: fix initial map fillFlorian Westphal-1/+20
2025-06-03Merge tag 'nfs-for-6.16-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-37/+50
2025-06-03xfrm: state: use a consistent pcpu_id in xfrm_state_findSabrina Dubroca-13/+6
2025-06-03xfrm: state: initialize state_ptrs earlier in xfrm_state_findSabrina Dubroca-2/+2
2025-06-02Merge tag 'vfs-6.16-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+3
2025-06-02net: fix udp gso skb_segment after pull from frag_listShiming Cheng-0/+5
2025-05-31batman-adv: store hard_iface as iflink private dataMatthias Schiffer-91/+44
2025-05-31batman-adv: Start new development cycleSimon Wunderlich-1/+1
2025-05-30bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon-2/+3
2025-05-30net: Fix checksum update for ILA adj-transportPaul Chaignon-6/+6
2025-05-30hv_netvsc: fix potential deadlock in netvsc_vf_setxdp()Saurabh Sengar-0/+1
2025-05-30net: Fix net_devmem_bind_dmabuf for non-devmem configsPranjal Shrivastava-1/+2
2025-05-30net: dsa: tag_brcm: legacy: fix pskb_may_pull lengthÁlvaro Fernández Rojas-1/+1
2025-05-30Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTIONLuiz Augusto von Dentz-1/+2
2025-05-30Bluetooth: MGMT: reject malformed HCI_CMD_SYNC commandsDmitry Antipov-1/+2
2025-05-29net: tipc: fix refcount warning in tipc_aead_encryptCharalampos Mitrodimas-1/+5
2025-05-29rxrpc: Fix return from none_validate_challenge()David Howells-2/+3
2025-05-28page_pool: Fix use-after-free in page_pool_recycle_in_ringDong Chenchen-13/+14
2025-05-28Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocatedTengteng Yang-4/+4
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-38/+55
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-16402/+9399
2025-05-28SUNRPC: Remove dead code from xs_tcp_tls_setup_socket()Chuck Lever-11/+0
2025-05-28SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tlsChuck Lever-0/+5
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-93/+74
2025-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-17/+45
2025-05-28net: openvswitch: Fix the dead loop of MPLS parseFaicker Mo-1/+1
2025-05-28calipso: Don't call calipso functions for AF_INET sk.Kuniyuki Iwashima-0/+3
2025-05-28net_sched: hfsc: Address reentrant enqueue adding class to eltree twicePedro Tammela-1/+8
2025-05-27net: devmem: preserve sockc_errMina Almasry-14/+10
2025-05-27page_pool: fix ugly page_pool formattingMina Almasry-2/+2
2025-05-27net: devmem: move list_add to net_devmem_bind_dmabuf.Mina Almasry-8/+10
2025-05-27sctp: mark sctp_do_peeloff staticChristoph Hellwig-2/+2
2025-05-27net: Kconfig NET_DEVMEM selects GENERIC_ALLOCATORSaeed Mahameed-1/+1
2025-05-27tipc: use kfree_sensitive() for aead cleanupZilin Guan-1/+1
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-8/+8
2025-05-27xsk: add missing virtual address conversion for pageBui Quang Minh-2/+1
2025-05-27af_packet: move notifier's packet_dev_mc out of rcu critical sectionStanislav Fomichev-5/+17