aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-07-10Merge tag 'nf-next-25-07-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski12-1024/+48
2025-07-10gre: Fix IPv6 multicast route creation.Guillaume Nault1-7/+2
2025-07-10net: appletalk: Fix device refcount leak in atrtr_create()Kito Xu1-0/+1
2025-07-10ethtool: rss: report which fields are configured for hashingJakub Kicinski2-11/+100
2025-07-10ethtool: mark ETHER_FLOW as usable for Rx hashJakub Kicinski1-0/+1
2025-07-10ethtool: rss: make sure dump takes the rss lockJakub Kicinski1-19/+21
2025-07-10Merge tag 'wireless-next-2025-07-10' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski17-248/+430
2025-07-10Merge tag 'wireless-2025-07-10' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski7-18/+86
2025-07-10net: replace ND_PRINTK with dynamic debugWang Liang2-106/+67
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-104/+188
2025-07-10net: xsk: introduce XDP_MAX_TX_SKB_BUDGET setsockoptJason Xing1-2/+19
2025-07-10wifi: mac80211: add the virtual monitor after reconfig completeMiri Korenblit1-5/+4
2025-07-10wifi: mac80211: always initialize sdata::key_listMiri Korenblit1-2/+2
2025-07-10net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei3-27/+1
2025-07-09rxrpc: Fix oops due to non-existence of prealloc backlog structDavid Howells1-0/+3
2025-07-09rxrpc: Fix bug due to prealloc collisionDavid Howells1-0/+1
2025-07-09vsock: Add support for SIOCINQ ioctlXuewei Niu1-0/+22
2025-07-09hv_sock: Return the readable bytes in hvs_stream_has_data()Dexuan Cui1-3/+14
2025-07-09skbuff: Add MSG_MORE flag to optimize tcp large packet transmissionFeng Yang1-0/+5
2025-07-09net: ipconfig: convert timeouts to secs_to_jiffies()Easwar Hariharan1-3/+3
2025-07-09net/smc: convert timeouts to secs_to_jiffies()Easwar Hariharan1-2/+1
2025-07-09tcp: refine sk_rcvbuf increase for ooo packetsEric Dumazet1-1/+3
2025-07-09net/sched: Abort __tc_modify_qdisc if parent class does not existVictor Nogueira1-7/+16
2025-07-09atm: clip: Fix NULL pointer dereference in vcc_sendmsg()Yue Haibing1-1/+9
2025-07-09devlink: Add new "clock_id" generic device paramIvan Vecera1-0/+5
2025-07-09devlink: Add support for u64 parametersIvan Vecera1-0/+10
2025-07-10netfilter: nf_tables: adjust lockdep assertions handlingFedor Pchelkin1-2/+2
2025-07-10netfilter: nf_tables: Reintroduce shortened deletion notificationsPhil Sutter1-17/+50
2025-07-10netfilter: nf_tables: Drop dead code from fill_*_info routinesPhil Sutter1-25/+0
2025-07-09atm: clip: Fix infinite recursive call of clip_push().Kuniyuki Iwashima1-0/+2
2025-07-09atm: clip: Fix memory leak of struct clip_vcc.Kuniyuki Iwashima1-0/+8
2025-07-09atm: clip: Fix potential null-ptr-deref in to_atmarpd().Kuniyuki Iwashima1-15/+29
2025-07-09wifi: mac80211: don't complete management TX on SAE commitJohannes Berg1-1/+8
2025-07-09wifi: cfg80211/mac80211: implement dot11ExtendedRegInfoSupportSomashekhar Puttagangaiah4-0/+61
2025-07-09wifi: mac80211: send extended MLD capa/ops if AP has itJohannes Berg1-9/+45
2025-07-09wifi: mac80211: copy first_part into HW scanBenjamin Berg1-1/+2
2025-07-09wifi: cfg80211: add a flag for the first part of a scanBenjamin Berg1-5/+10
2025-07-09wifi: mac80211: remove DISALLOW_PUNCTURING_5GHZ codeJohannes Berg2-6/+1
2025-07-09wifi: cfg80211: only verify part of Extended MLD CapabilitiesBenjamin Berg1-2/+19
2025-07-09wifi: nl80211: make nl80211_check_scan_flags() type safeJohannes Berg1-27/+28
2025-07-09wifi: cfg80211: hide scan internalsJohannes Berg7-173/+196
2025-07-09wifi: mac80211: fix deactivated link CSAJohannes Berg1-0/+17
2025-07-09wifi: mac80211: add mandatory bitrate support for 6 GHzSomashekhar Puttagangaiah1-1/+2
2025-07-09wifi: mac80211: remove spurious blank lineJohannes Berg1-1/+0
2025-07-09wifi: mac80211: verify state before connectionMiri Korenblit1-8/+14
2025-07-09wifi: mac80211: Fix uninitialized variable with __free() in ieee80211_ml_epcs()Pagadala Yesu Anjaneyulu1-1/+1
2025-07-09wifi: mac80211: avoid weird state in error pathMiri Korenblit1-1/+8
2025-07-08udp: remove udp_tunnel_gro_init()Eric Dumazet1-9/+1
2025-07-08ipv6: Remove setsockopt_needs_rtnl().Kuniyuki Iwashima1-11/+2
2025-07-08ipv6: anycast: Don't hold RTNL for IPV6_JOIN_ANYCAST.Kuniyuki Iwashima3-32/+32