aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-04-08mptcp: fix slab-use-after-free in __inet_lookup_establishedJiayuan Chen3-6/+12
2026-04-08net: initialize sk_rx_queue_mapping in sk_clone()Jiayuan Chen1-0/+1
2026-04-08codel: annotate data-races in codel_dump_stats()Eric Dumazet1-11/+11
2026-04-08net: ioam6: fix OOB and missing lockJustin Iurman1-1/+5
2026-04-08Merge tag 'nf-next-26-04-08' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski49-154/+179
2026-04-08Merge tag 'wireless-2026-04-08' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-11/+24
2026-04-08Merge tag 'ipsec-2026-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski6-29/+70
2026-04-08Merge tag 'ipsec-next-2026-04-08' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2-21/+1
2026-04-08Merge tag 'batadv-net-pullrequest-20260408' of https://git.open-mesh.org/linu...Jakub Kicinski2-11/+25
2026-04-08Merge tag 'nf-26-04-08' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski6-102/+85
2026-04-08rxrpc: proc: size address buffers for %pISpc outputPengpeng Hou1-14/+18
2026-04-08rxrpc: only handle RESPONSE during service challengeWang Jie1-2/+12
2026-04-08rxrpc: Fix buffer overread in rxgk_do_verify_authenticator()David Howells1-1/+4
2026-04-08rxrpc: Fix leak of rxgk context in rxgk_verify_response()David Howells1-2/+4
2026-04-08rxrpc: Fix integer overflow in rxgk_verify_response()David Howells1-1/+2
2026-04-08rxrpc: Fix missing error checks for rxkad encryption/decryption failureDavid Howells1-19/+38
2026-04-08rxrpc: Fix key/keyring checks in setsockopt(RXRPC_SECURITY_KEY/KEYRING)David Howells2-7/+1
2026-04-08rxrpc: fix reference count leak in rxrpc_server_keyring()Luxiao Xu1-0/+3
2026-04-08rxrpc: fix oversized RESPONSE authenticator length checkKeenan Dong1-1/+1
2026-04-08rxrpc: fix RESPONSE authenticator parser OOB readKeenan Dong1-1/+2
2026-04-08rxrpc: reject undecryptable rxkad response ticketsYuqi Xu1-1/+5
2026-04-08rxrpc: Only put the call ref if one was acquiredDouya Le1-1/+2
2026-04-08rxrpc: Fix to request an ack if window is limitedMarc Dionne3-3/+6
2026-04-08rxrpc: Fix key reference count leak from call->keyAnderson Nascimento1-0/+1
2026-04-08rxrpc: Fix rack timer warning to report unexpected modeAlok Tiwari1-1/+1
2026-04-08rxrpc: Fix use of wrong skb when comparing queued RESP challenge serialAlok Tiwari1-2/+3
2026-04-08rxrpc: Fix RxGK token loading to check boundsOleh Konko1-13/+17
2026-04-08rxrpc: Fix call removal to use RCU safe deletionDavid Howells1-15/+9
2026-04-08rxrpc: Fix anonymous key handlingDavid Howells1-1/+1
2026-04-08rxrpc: Fix key parsing memleakDavid Howells1-0/+1
2026-04-08rxrpc: Fix key quota calculation for multitoken keysDavid Howells1-3/+4
2026-04-08netfilter: nfnetlink_queue: make hash table per queueFlorian Westphal1-90/+49
2026-04-08netfilter: nft_ct: fix use-after-free in timeout object destroyTuan Do1-1/+1
2026-04-08netfilter: ip6t_eui64: reject invalid MAC header for all packetsZhengchuan Liang1-2/+1
2026-04-08netfilter: xt_multiport: validate range encoding in checkentryRen Wei1-4/+30
2026-04-08netfilter: nfnetlink_log: initialize nfgenmsg in NLMSG_DONE terminatorXiang Mei1-4/+4
2026-04-08ipvs: fix NULL deref in ip_vs_add_service error pathWeiming Shi1-1/+0
2026-04-08wifi: mac80211, cfg80211: Export michael_mic() and move it to cfg80211Eric Biggers5-26/+5
2026-04-08netfilter: nf_tables_offload: add nft_flow_action_entry_next() and use itPablo Neira Ayuso2-2/+7
2026-04-08netfilter: nf_conntrack_h323: Correct indentation when H323_TRACE definedDavid Laight1-19/+19
2026-04-08netfilter: nft_meta: add double-tagged vlan and pppoe supportPablo Neira Ayuso3-3/+55
2026-04-08netfilter: nft_set_pipapo_avx2: remove redundant loop in lookup_slowFlorian Westphal1-23/+9
2026-04-08netfilter: nft_set_pipapo: increment data in one stepFlorian Westphal2-6/+1
2026-04-08netfilter: nf_tables: add netlink policy based cap on registersFlorian Westphal19-28/+28
2026-04-08netfilter: add more netlink-based policy range checksFlorian Westphal23-30/+43
2026-04-08netfilter: nf_conntrack_h323: remove unreliable debug code in decode_octstrFlorian Westphal1-7/+0
2026-04-08netfilter: add deprecation warning for dccp supportFlorian Westphal2-0/+6
2026-04-08netfilter: nf_conntrack_sip: remove net variable shadowingFlorian Westphal1-2/+1
2026-04-08netfilter: use function typedefs for __rcu NAT helper hook pointersSun Jian5-34/+10
2026-04-07seg6: separate dst_cache for input and output paths in seg6 lwtunnelAndrea Mayer1-11/+23