aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-06-12net_sched: ets: fix a race in ets_qdisc_change()Eric Dumazet1-1/+1
2025-06-12net_sched: tbf: fix a race in tbf_change()Eric Dumazet1-1/+1
2025-06-12net_sched: red: fix a race in __red_change()Eric Dumazet1-1/+1
2025-06-12net_sched: prio: fix a race in prio_tune()Eric Dumazet1-1/+1
2025-06-12net_sched: sch_sfq: reject invalid perturb periodEric Dumazet1-2/+8
2025-06-12xfrm: always initialize offload pathLeon Romanovsky3-5/+3
2025-06-11net: clear the dst when changing skb protocolJakub Kicinski1-6/+13
2025-06-11Bluetooth: MGMT: Fix sparse errorsLuiz Augusto von Dentz1-2/+2
2025-06-11Bluetooth: ISO: Fix not using bc_sid as advertisement SIDLuiz Augusto von Dentz4-15/+64
2025-06-11Bluetooth: ISO: Fix using BT_SK_PA_SYNC to detect BIS socketsLuiz Augusto von Dentz1-1/+4
2025-06-11Bluetooth: eir: Fix possible crashes on eir_create_adv_dataLuiz Augusto von Dentz3-6/+8
2025-06-11Bluetooth: hci_sync: Fix broadcast/PA when using an existing instanceLuiz Augusto von Dentz1-5/+15
2025-06-11Bluetooth: Fix NULL pointer deference on eir_get_service_dataLuiz Augusto von Dentz1-4/+6
2025-06-11net, bpf: Fix RCU usage in task_cls_state() for BPF programsCharalampos Mitrodimas1-1/+3
2025-06-11devpts, sunrpc, hostfs: don't bother with ->d_opAl Viro1-1/+1
2025-06-11bpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktlsJiayuan Chen1-0/+13
2025-06-11netns: use stable inode number for initial mount nsChristian Brauner1-0/+8
2025-06-11wifi: cfg80211: use kfree_sensitive() for connkeys cleanupZilin Guan1-1/+1
2025-06-10new helper: set_default_d_op()Al Viro1-1/+1
2025-06-10net: stop napi kthreads when THREADED napi is disabledSamiullah Khawaja1-2/+43
2025-06-10Merge tag 'linux-can-next-for-6.17-20250610' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextJakub Kicinski5-11/+15
2025-06-10net: remove unused sock_enable_timestampsWillem de Bruijn1-8/+0
2025-06-10bpf, sockmap: Fix psock incorrectly pointing to skJiayuan Chen1-0/+7
2025-06-10can: add drop reasons in CAN protocols receive pathDavide Caratti4-8/+12
2025-06-10can: add drop reasons in the receive path of AF_CANDavide Caratti1-3/+3
2025-06-09Merge tag 'for-net-2025-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski4-96/+94
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