summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2026-03-04vmw_vsock: bypass false-positive Wnonnull warning with gcc-16Arnd Bergmann1-1/+1
2026-03-04Bluetooth: hci_conn: use mod_delayed_work for active mode timeoutStefan Sørensen1-2/+2
2026-03-04Bluetooth: hci_conn: Set link_policy on incoming ACL connectionsStefan Sørensen2-2/+1
2026-03-04ipv4: fib: Annotate access to struct fib_alias.fa_state.Kuniyuki Iwashima2-4/+6
2026-03-04ipv4: igmp: annotate data-races around idev->mr_maxdelayEric Dumazet1-2/+2
2026-03-04gro: change the BUG_ON() in gro_pull_from_frag0()Eric Dumazet1-1/+1
2026-03-04net/rds: No shortcut out of RDS_CONN_ERRORGerd Rausch2-5/+2
2026-03-04netfilter: xt_tcpmss: check remaining length before reading optlenFlorian Westphal1-1/+1
2026-03-04netfilter: nf_conntrack: Add allow_clash to generic protocol handlerYuto Hamaguchi1-0/+1
2026-03-04ipv6: exthdrs: annotate data-race over multiple sysctlEric Dumazet1-4/+6
2026-03-04ipv6: annotate data-races in net/ipv6/route.cEric Dumazet1-11/+13
2026-03-04ipv6: annotate data-races over sysctl.flowlabel_reflectEric Dumazet3-4/+6
2026-03-04wifi: cfg80211: allow only one NAN interface, also in multi radioMiri Korenblit1-6/+2
2026-03-04bpf: net_sched: Use the correct destructor kfunc typeSami Tolvanen1-1/+7
2026-02-28netfilter: nf_tables: add .abort_skip_removal flag for set typesPablo Neira Ayuso2-1/+4
2026-02-27SUNRPC: fix gss_auth kref leak in gss_alloc_msg error pathDaniel Hodges1-0/+3
2026-02-27SUNRPC: auth_gss: fix memory leaks in XDR decoding error pathsChuck Lever1-18/+64
2026-02-27ipv6: icmp: remove obsolete code in icmpv6_xrlim_allow()Eric Dumazet2-7/+2
2026-02-27icmp: prevent possible overflow in icmp_global_allow()Eric Dumazet1-1/+2
2026-02-27ping: annotate data-races in ping_lookup()Eric Dumazet1-12/+19