summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
13 daysnet/rds: Fix circular locking dependency in rds_tcp_tuneAllison Henderson-4/+10
13 dayswifi: mac80211: fix missing ieee80211_eml_params member initializationMeiChia Chiu-0/+1
2026-03-02can: bcm: fix locking for bcm_op runtime updatesOliver Hartkopp-0/+1
2026-02-28atm: lec: fix null-ptr-deref in lec_arp_clear_vccsJiayuan Chen-11/+15
2026-02-28xsk: Fix zero-copy AF_XDP fragment dropNikhil P. Rao-9/+15
2026-02-28xsk: Fix fragment node deletion to prevent buffer leakNikhil P. Rao-1/+1
2026-02-28tcp: give up on stronger sk_rcvbuf checks (for now)Jakub Kicinski-15/+1
2026-02-28udp: Unhash auto-bound connected sk from 4-tuple hash table when disconnected.Kuniyuki Iwashima-10/+15
2026-02-27net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira-0/+13
2026-02-27net/sched: sch_cake: fixup cake_mq rate adjustment for diffserv configJonas Köppeler-27/+23
2026-02-27net/sched: sch_cake: avoid sync overhead when unlimitedJonas Köppeler-1/+2
2026-02-27inet: annotate data-races around isk->inet_numEric Dumazet-6/+7
2026-02-27net/sched: act_gate: snapshot parameters with RCU on replacePaul Moses-79/+186
2026-02-27xprtrdma: Decrement re_receiving on the early exit pathsEric Badger-3/+4
2026-02-26bridge: Check relevant per-VLAN options in VLAN range groupingDanielle Ratson-3/+33
2026-02-26net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet-23/+25
2026-02-26Merge tag 'batadv-net-pullrequest-20260225' of https://git.open-mesh.org/linu...Jakub Kicinski-5/+14
2026-02-26net/sched: ets: fix divide by zero in the offload pathDavide Caratti-4/+8
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-166/+325
2026-02-26netfilter: nf_conntrack_h323: fix OOB read in decode_choice()Vahagn Vardanian-1/+1
2026-02-26net: consume xmit errors of GSO framesJakub Kicinski-5/+18
2026-02-26vsock: lock down child_ns_mode as write-onceBobby Eshleman-5/+10
2026-02-25Merge tag 'wireless-2026-02-25' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-3/+12
2026-02-25tcp: re-enable acceptance of FIN packets when RWIN is 0Simon Baatz-4/+14
2026-02-25vsock: Use container_of() to get net namespace in sysctl handlersGreg Kroah-Hartman-2/+2
2026-02-24Merge tag 'for-net-2026-02-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni-30/+86
2026-02-24net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior-6/+19
2026-02-24net/rds: fix recursive lock in rds_tcp_conn_slots_availableFernando Fernandez Mancera-23/+8
2026-02-24wifi: mac80211: fix NULL pointer dereference in mesh_rx_csa_frame()Vahagn Vardanian-0/+3
2026-02-23tipc: fix duplicate publication key in tipc_service_insert_publ()Tung Nguyen-2/+4
2026-02-23kcm: fix zero-frag skb in frag_list on partial sendmsg errorJiayuan Chen-2/+19
2026-02-23tls: Fix race condition in tls_sw_cancel_work_tx()Hyunwoo Kim-1/+1
2026-02-23net: do not pass flow_id to set_rps_cpu()Eric Dumazet-7/+5
2026-02-23Bluetooth: L2CAP: Fix missing key size check for L2CAP_LE_CONN_REQLuiz Augusto von Dentz-0/+7
2026-02-23Bluetooth: L2CAP: Fix not checking output MTU is acceptable on L2CAP_ECRED_CO...Luiz Augusto von Dentz-4/+19
2026-02-23Bluetooth: Fix CIS host feature conditionMariusz Skamra-1/+1
2026-02-23Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQLuiz Augusto von Dentz-1/+2
2026-02-23Bluetooth: purge error queues in socket destructorsHeitor Alves de Siqueira-0/+4
2026-02-23Bluetooth: L2CAP: Fix result of L2CAP_ECRED_CONN_RSP when MTU is too shortLuiz Augusto von Dentz-6/+8
2026-02-23Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQLuiz Augusto von Dentz-18/+45
2026-02-23wifi: mac80211: bounds-check link_id in ieee80211_ml_reconfigurationAriel Silver-0/+3
2026-02-23wifi: mac80211: set default WMM parameters on all linksRamanathan Choodamani-0/+2
2026-02-23wifi: radiotap: reject radiotap with unknown bitsJohannes Berg-2/+2
2026-02-23wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()Daniil Dulov-0/+1
2026-02-23wifi: cfg80211: wext: fix IGTK key ID off-by-oneJohannes Berg-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-32/+27
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-102/+51
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-38/+38
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-576/+576
2026-02-21batman-adv: Avoid double-rtnl_lock ELP metric workerSven Eckelmann-5/+14