aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-04-28net: psp: require admin permission for dev-set and key-rotateJakub Kicinski1-2/+2
2026-04-28net: psp: check for device unregister when creating assocJakub Kicinski1-3/+7
2026-04-28Merge tag 'nf-26-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski7-128/+370
2026-04-28net: mctp i2c: check length before marking flow activeWilliam A. Kennington III1-1/+3
2026-04-28net: ipv6: fix NOREF dst use in seg6 and rpl lwtunnelsAndrea Mayer2-0/+18
2026-04-28xfrm: Don't clobber inner headers when already setCosmin Ratiu1-6/+14
2026-04-27netpoll: fix IPv6 local-address corruptionBreno Leitao1-1/+18
2026-04-27tcp: make probe0 timer handle expired user timeoutAltan Hacigumus1-2/+3
2026-04-27neigh: let neigh_xmit take skb ownershipFlorian Westphal1-5/+5
2026-04-27ipmr: Free mr_table after RCU grace period.Kuniyuki Iwashima2-50/+74
2026-04-27net: phonet: do not BUG_ON() in pn_socket_autobind() on failed bindMorduan Zang1-2/+8
2026-04-27net/sched: taprio: fix NULL pointer dereference in class dumpWeiming Shi1-5/+8
2026-04-27ipv6: rpl: reserve mac_len headroom when recompressed SRH growsGreg Kroah-Hartman1-3/+6
2026-04-27net/sched: sch_fq_pie: annotate data-races in fq_pie_dump_stats()Eric Dumazet1-9/+10
2026-04-27net/sched: sch_choke: annotate data-races in choke_dump_stats()Eric Dumazet1-10/+16
2026-04-27net/sched: netem: check for negative latency and jitterStephen Hemminger1-0/+22
2026-04-27net/sched: netem: fix slot delay calculation overflowStephen Hemminger1-3/+2
2026-04-27net/sched: netem: validate slot configurationStephen Hemminger1-0/+29
2026-04-27net/sched: netem: only reseed PRNG when seed is explicitly providedStephen Hemminger1-4/+6
2026-04-27net/sched: netem: fix queue limit check to include reordered packetsStephen Hemminger1-1/+1
2026-04-27net/sched: netem: fix probability gaps in 4-state loss modelStephen Hemminger1-4/+4
2026-04-27wifi: mac80211: drop stray 'static' from fast-RX rx_resultCatherine1-1/+1
2026-04-27wifi: mac80211: check ieee80211_rx_data_set_link return in pubsta MLO pathMichael Bommarito1-1/+3
2026-04-27wifi: nl80211: require admin perm on SET_PMK / DEL_PMKMichael Bommarito1-0/+2
2026-04-27wifi: mac80211: skip ieee80211_verify_sta_ht_mcs_support check in non-strict modeRio Liu1-0/+9
2026-04-24Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-160/+289
2026-04-24Merge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds5-16/+14
2026-04-24Merge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linuxLinus Torvalds1-24/+53
2026-04-24bpf: Fix sk_local_storage diag dumping uninitialized special fieldsAmery Hung1-0/+1
2026-04-24netfilter: nf_conntrack_sip: don't use simple_strtoulFlorian Westphal2-34/+119
2026-04-24netfilter: reject zero shift in nft_bitwiseKai Ma1-1/+2
2026-04-24netfilter: xt_policy: fix strict mode inbound policy matchingJiexun Wang1-1/+1
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds88-29212/+0
2026-04-23bpf: Fix NULL pointer dereference in bpf_skb_fib_lookup()Weiming Shi1-0/+2
2026-04-23sockmap: Fix sk_psock_drop() race vs sock_map_{unhash,close,destroy}().Kuniyuki Iwashima1-14/+25
2026-04-23bpf: Fix NULL pointer dereference in bpf_sk_storage_clone and diag pathsWeiming Shi1-6/+7
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds80-526/+1504
2026-04-23rxrpc: Fix error handling in rxgk_extract_token()David Howells1-0/+1
2026-04-23rxrpc: Fix re-decryption of RESPONSE packetsDavid Howells1-12/+2
2026-04-23rxrpc: Fix rxrpc_input_call_event() to only unshare DATA packetsDavid Howells1-1/+2
2026-04-23rxrpc: Fix missing validation of ticket length in non-XDR key preparsingAnderson Nascimento1-0/+4
2026-04-23rxgk: Fix potential integer overflow in length checkDavid Howells2-1/+2
2026-04-23rxrpc: Fix conn-level packet handling to unshare RESPONSE packetsDavid Howells1-1/+28
2026-04-23rxrpc: Fix potential UAF after skb_unshare() failureDavid Howells4-33/+20
2026-04-23rxrpc: Fix rxkad crypto unalignment handlingDavid Howells1-2/+7
2026-04-23rxrpc: Fix memory leaks in rxkad_verify_response()David Howells1-61/+42
2026-04-23net: remove unused ATM protocols and legacy ATM device driversJakub Kicinski17-6173/+0
2026-04-23net: rds: fix MR cleanup on copy errorAo Zhou1-4/+0
2026-04-23tcp: call sk_data_ready() after listener migrationZhenzhong Wu1-0/+3
2026-04-23ipv6: Cap TLV scan in ip6_tnl_parse_tlv_enc_limDaniel Borkmann1-0/+6