summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-03-12net/rds: Fix circular locking dependency in rds_tcp_tuneAllison Henderson1-4/+10
2026-03-12can: bcm: fix locking for bcm_op runtime updatesOliver Hartkopp1-0/+1
2026-03-12atm: lec: fix null-ptr-deref in lec_arp_clear_vccsJiayuan Chen1-11/+15
2026-03-12xsk: Fix zero-copy AF_XDP fragment dropNikhil P. Rao1-9/+15
2026-03-12xsk: Fix fragment node deletion to prevent buffer leakNikhil P. Rao1-1/+1
2026-03-12tcp: give up on stronger sk_rcvbuf checks (for now)Jakub Kicinski1-15/+1
2026-03-12udp: Unhash auto-bound connected sk from 4-tuple hash table when disconnected.Kuniyuki Iwashima1-10/+15
2026-03-12inet: annotate data-races around isk->inet_numEric Dumazet3-6/+7
2026-03-12bridge: Check relevant per-VLAN options in VLAN range groupingDanielle Ratson2-3/+33
2026-03-12net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet8-23/+25
2026-03-12Bluetooth: Fix CIS host feature conditionMariusz Skamra1-1/+1
2026-03-12Revert "netfilter: nft_set_rbtree: validate open interval overlap"Greg Kroah-Hartman2-78/+14
2026-03-12mptcp: pm: in-kernel: always mark signal+subflow endp as usedMatthieu Baerts (NGI0)1-0/+9
2026-03-12mptcp: pm: avoid sending RM_ADDR over same subflowMatthieu Baerts (NGI0)1-12/+43
2026-03-12net/sched: ets: fix divide by zero in the offload pathDavide Caratti1-4/+8
2026-03-12Bluetooth: purge error queues in socket destructorsHeitor Alves de Siqueira4-0/+4
2026-03-12wifi: mac80211: fix NULL pointer dereference in mesh_rx_csa_frame()Vahagn Vardanian1-0/+3
2026-03-12wifi: mac80211: bounds-check link_id in ieee80211_ml_reconfigurationAriel Silver1-0/+3
2026-03-12wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()Daniil Dulov1-0/+1
2026-03-12wifi: radiotap: reject radiotap with unknown bitsJohannes Berg1-2/+2
2026-03-04net: nfc: nci: Fix parameter validation for packet dataMichael Thalmeier1-18/+141
2026-03-04net/sched: act_skbedit: fix divide-by-zero in tcf_skbedit_hash()Ruitong Liu1-1/+5
2026-03-04ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()Qanux3-9/+20
2026-03-04mptcp: pm: in-kernel: always set ID as avail when rm endpMatthieu Baerts (NGI0)1-12/+8
2026-03-04tipc: fix RCU dereference race in tipc_aead_users_dec()Daniel Hodges1-1/+1
2026-03-04net: qrtr: Drop the MHI auto_queue feature for IPCR DL channelsManivannan Sadhasivam1-11/+58
2026-03-04netfilter: nf_conntrack_h323: fix OOB read in decode_choice()Vahagn Vardanian1-1/+1
2026-03-04net: consume xmit errors of GSO framesJakub Kicinski1-5/+18
2026-03-04tcp: re-enable acceptance of FIN packets when RWIN is 0Simon Baatz1-4/+14
2026-03-04net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior2-6/+19
2026-03-04tipc: fix duplicate publication key in tipc_service_insert_publ()Tung Nguyen1-2/+4
2026-03-04kcm: fix zero-frag skb in frag_list on partial sendmsg errorJiayuan Chen1-2/+19
2026-03-04tls: Fix race condition in tls_sw_cancel_work_tx()Hyunwoo Kim1-1/+1
2026-03-04net: do not pass flow_id to set_rps_cpu()Eric Dumazet1-7/+5
2026-03-04Bluetooth: L2CAP: Fix missing key size check for L2CAP_LE_CONN_REQLuiz Augusto von Dentz1-0/+7
2026-03-04Bluetooth: L2CAP: Fix not checking output MTU is acceptable on L2CAP_ECRED_CO...Luiz Augusto von Dentz2-4/+19
2026-03-04Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQLuiz Augusto von Dentz1-1/+2
2026-03-04Bluetooth: L2CAP: Fix result of L2CAP_ECRED_CONN_RSP when MTU is too shortLuiz Augusto von Dentz1-6/+8
2026-03-04Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQLuiz Augusto von Dentz1-18/+45
2026-03-04wifi: cfg80211: wext: fix IGTK key ID off-by-oneJohannes Berg1-1/+1
2026-03-04udplite: Fix null-ptr-deref in __udp_enqueue_schedule_skb().Kuniyuki Iwashima2-4/+2
2026-03-04espintcp: Fix race condition in espintcp_close()Hyunwoo Kim1-1/+1
2026-03-04psp: use sk->sk_hash in psp_write_headers()Eric Dumazet1-1/+38
2026-03-04tcp: fix potential race in tcp_v6_syn_recv_sock()Eric Dumazet7-64/+60
2026-03-04xfrm: always flush state and policy upon NETDEV_UNREGISTER eventTetsuo Handa1-1/+11
2026-03-04xfrm: skip templates check for packet offload tunnel modeLeon Romanovsky1-2/+9
2026-03-04xfrm6: fix uninitialized saddr in xfrm6_get_saddr()Jiayuan Chen1-2/+5
2026-03-04libceph: define and enforce CEPH_MAX_KEY_LENIlya Dryomov3-5/+7
2026-03-049p/xen: protect xen_9pfs_front_free against concurrent callsStefano Stabellini1-41/+44
2026-03-04net/rds: Clear reconnect pending bitHÃ¥kon Bugge1-0/+2