summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-03-13netfilter: nf_conntrack_h323: check for zero length in DecodeQ931()Jenny Guanni Qu1-0/+2
2026-03-13netfilter: xt_time: use unsigned int for monthday bit shiftJenny Guanni Qu1-2/+2
2026-03-13netfilter: xt_CT: drop pending enqueued packets on template removalPablo Neira Ayuso1-0/+4
2026-03-13netfilter: nft_ct: drop pending enqueued packets on removalPablo Neira Ayuso1-0/+4
2026-03-13nf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso2-3/+11
2026-03-13netfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS caseJenny Guanni Qu1-0/+2
2026-03-13netfilter: nf_flow_table_ip: reset mac header before vlan pushEric Woudstra1-0/+1
2026-03-13netfilter: revert nft_set_rbtree: validate open interval overlapFlorian Westphal2-78/+14
2026-03-13netfilter: nf_conntrack_sip: fix Content-Length u32 truncation in sip_help_tcp()Lukas Johannes Möller1-1/+5
2026-03-13netfilter: conntrack: add missing netlink policy validationsFlorian Westphal2-2/+3
2026-03-13netfilter: ctnetlink: fix use-after-free in ctnetlink_dump_exp_ct()Hyunwoo Kim1-1/+25
2026-03-13wifi: mac80211: check tdls flag in ieee80211_tdls_operDeepanshu Kartikey1-1/+1
2026-03-13xfrm: Fix work re-schedule after cancel in xfrm_nat_keepalive_net_fini()Hyunwoo Kim1-1/+1
2026-03-13mpls: add missing unregister_netdevice_notifier to mpls_initSabrina Dubroca1-0/+1
2026-03-13net/rose: fix NULL pointer dereference in rose_transmit_link on reconnectJiayuan Chen1-0/+5
2026-03-13bridge: cfm: Fix race condition in peer_mep deletionHyunwoo Kim1-2/+2
2026-03-12af_unix: Give up GC if MSG_PEEK intervened.Kuniyuki Iwashima3-28/+54
2026-03-12Merge tag 'nfs-for-7.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-3/+4
2026-03-12Bluetooth: L2CAP: Validate L2CAP_INFO_RSP payload length before accessLukas Johannes Möller1-2/+4
2026-03-12Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp()Lukas Johannes Möller1-2/+2
2026-03-12Bluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQLuiz Augusto von Dentz1-1/+9
2026-03-12Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_userShaurya Rane1-12/+8
2026-03-12Bluetooth: HIDP: Fix possible UAFLuiz Augusto von Dentz1-2/+14
2026-03-12Bluetooth: MGMT: Fix list corruption and UAF in command complete handlersWang Tao1-5/+2
2026-03-12Bluetooth: hci_sync: Fix hci_le_create_conn_syncMichael Grzeschik1-1/+1
2026-03-12Bluetooth: ISO: Fix defer tests being unstableLuiz Augusto von Dentz1-2/+2
2026-03-12Bluetooth: SMP: make SM/PER/KDU/BI-04-C happyChristian Eggers1-1/+1
2026-03-12Bluetooth: LE L2CAP: Disconnect if sum of payload sizes exceed SDUChristian Eggers1-0/+1
2026-03-12Bluetooth: LE L2CAP: Disconnect if received packet's SDU exceeds IMTUChristian Eggers1-3/+7
2026-03-12net: prevent NULL deref in ip[6]tunnel_xmit()Eric Dumazet1-4/+6
2026-03-12xfrm: avoid RCU warnings around the per-netns netlink socketSabrina Dubroca1-8/+17
2026-03-12xfrm: add rcu_access_pointer to silence sparse warning for xfrm_input_afinfoSabrina Dubroca1-1/+4
2026-03-12xfrm: policy: silence sparse warning in xfrm_policy_unregister_afinfoSabrina Dubroca1-1/+1
2026-03-12xfrm: policy: fix sparse warnings in xfrm_policy_{init,fini}Sabrina Dubroca1-4/+4
2026-03-12xfrm: state: silence sparse warnings during netns exitSabrina Dubroca1-8/+10
2026-03-12xfrm: remove rcu/state_hold from xfrm_state_lookup_spi_protoSabrina Dubroca1-9/+2
2026-03-12xfrm: state: add xfrm_state_deref_prot to state_by* walk under lockSabrina Dubroca1-11/+11
2026-03-12xfrm: state: fix sparse warnings around XFRM_STATE_INSERTSabrina Dubroca1-11/+19
2026-03-12xfrm: state: fix sparse warnings in xfrm_state_initSabrina Dubroca1-12/+20
2026-03-12xfrm: state: fix sparse warnings on xfrm_state_hold_rcuSabrina Dubroca1-1/+1
2026-03-12Merge tag 'nf-26-03-10' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski8-14/+23
2026-03-12neighbour: restore protocol != 0 check in pneigh updateSabrina Dubroca1-1/+2
2026-03-12tipc: fix divide-by-zero in tipc_sk_filter_connect()Mehul Rao1-0/+2
2026-03-12bpf: bpf_out_neigh_v6: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière1-0/+3
2026-03-12bpf: bpf_out_neigh_v4: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière1-0/+4
2026-03-12ipv6: move the disable_ipv6_mod knob to core codeJakub Kicinski2-8/+6
2026-03-11libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply()Raphael Zimmer1-2/+4
2026-03-11libceph: Use u32 for non-negative values in ceph_monmap_decode()Raphael Zimmer1-3/+3
2026-03-11net-shapers: don't free reply skb after genlmsg_reply()Paul Moses1-9/+2
2026-03-11page_pool: store detach_time as ktime_t to avoid false-negativesJakub Kicinski1-2/+2