summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-07-10net: replace ND_PRINTK with dynamic debugWang Liang-106/+67
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-104/+188
2025-07-10net: xsk: introduce XDP_MAX_TX_SKB_BUDGET setsockoptJason Xing-2/+19
2025-07-10wifi: mac80211: add the virtual monitor after reconfig completeMiri Korenblit-5/+4
2025-07-10wifi: mac80211: always initialize sdata::key_listMiri Korenblit-2/+2
2025-07-10net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei-27/+1
2025-07-09rxrpc: Fix oops due to non-existence of prealloc backlog structDavid Howells-0/+3
2025-07-09rxrpc: Fix bug due to prealloc collisionDavid Howells-0/+1
2025-07-09vsock: Add support for SIOCINQ ioctlXuewei Niu-0/+22
2025-07-09hv_sock: Return the readable bytes in hvs_stream_has_data()Dexuan Cui-3/+14
2025-07-09skbuff: Add MSG_MORE flag to optimize tcp large packet transmissionFeng Yang-0/+5
2025-07-09net: ipconfig: convert timeouts to secs_to_jiffies()Easwar Hariharan-3/+3
2025-07-09net/smc: convert timeouts to secs_to_jiffies()Easwar Hariharan-2/+1
2025-07-09tcp: refine sk_rcvbuf increase for ooo packetsEric Dumazet-1/+3
2025-07-09net/sched: Abort __tc_modify_qdisc if parent class does not existVictor Nogueira-7/+16
2025-07-09atm: clip: Fix NULL pointer dereference in vcc_sendmsg()Yue Haibing-1/+9
2025-07-09devlink: Add new "clock_id" generic device paramIvan Vecera-0/+5
2025-07-09devlink: Add support for u64 parametersIvan Vecera-0/+10
2025-07-10netfilter: nf_tables: adjust lockdep assertions handlingFedor Pchelkin-2/+2
2025-07-10netfilter: nf_tables: Reintroduce shortened deletion notificationsPhil Sutter-17/+50
2025-07-10netfilter: nf_tables: Drop dead code from fill_*_info routinesPhil Sutter-25/+0
2025-07-09atm: clip: Fix infinite recursive call of clip_push().Kuniyuki Iwashima-0/+2
2025-07-09atm: clip: Fix memory leak of struct clip_vcc.Kuniyuki Iwashima-0/+8
2025-07-09atm: clip: Fix potential null-ptr-deref in to_atmarpd().Kuniyuki Iwashima-15/+29
2025-07-09wifi: mac80211: don't complete management TX on SAE commitJohannes Berg-1/+8
2025-07-09wifi: cfg80211/mac80211: implement dot11ExtendedRegInfoSupportSomashekhar Puttagangaiah-0/+61
2025-07-09wifi: mac80211: send extended MLD capa/ops if AP has itJohannes Berg-9/+45
2025-07-09wifi: mac80211: copy first_part into HW scanBenjamin Berg-1/+2
2025-07-09wifi: cfg80211: add a flag for the first part of a scanBenjamin Berg-5/+10
2025-07-09wifi: mac80211: remove DISALLOW_PUNCTURING_5GHZ codeJohannes Berg-6/+1
2025-07-09wifi: cfg80211: only verify part of Extended MLD CapabilitiesBenjamin Berg-2/+19
2025-07-09wifi: nl80211: make nl80211_check_scan_flags() type safeJohannes Berg-27/+28
2025-07-09wifi: cfg80211: hide scan internalsJohannes Berg-173/+196
2025-07-09wifi: mac80211: fix deactivated link CSAJohannes Berg-0/+17
2025-07-09wifi: mac80211: add mandatory bitrate support for 6 GHzSomashekhar Puttagangaiah-1/+2
2025-07-09wifi: mac80211: remove spurious blank lineJohannes Berg-1/+0
2025-07-09wifi: mac80211: verify state before connectionMiri Korenblit-8/+14
2025-07-09wifi: mac80211: Fix uninitialized variable with __free() in ieee80211_ml_epcs()Pagadala Yesu Anjaneyulu-1/+1
2025-07-09wifi: mac80211: avoid weird state in error pathMiri Korenblit-1/+8
2025-07-08udp: remove udp_tunnel_gro_init()Eric Dumazet-9/+1
2025-07-08ipv6: Remove setsockopt_needs_rtnl().Kuniyuki Iwashima-11/+2
2025-07-08ipv6: anycast: Don't hold RTNL for IPV6_JOIN_ANYCAST.Kuniyuki Iwashima-32/+32
2025-07-08ipv6: anycast: Unify two error paths in ipv6_sock_ac_join().Kuniyuki Iwashima-9/+16
2025-07-08ipv6: anycast: Don't hold RTNL for IPV6_LEAVE_ANYCAST and IPV6_ADDRFORM.Kuniyuki Iwashima-18/+20
2025-07-08ipv6: anycast: Don't use rtnl_dereference().Kuniyuki Iwashima-11/+8
2025-07-08ipv6: mcast: Remove unnecessary ASSERT_RTNL and comment.Kuniyuki Iwashima-6/+0
2025-07-08ipv6: mcast: Don't hold RTNL for MCAST_ socket options.Kuniyuki Iwashima-34/+45
2025-07-08ipv6: mcast: Don't hold RTNL in ipv6_sock_mc_close().Kuniyuki Iwashima-21/+1
2025-07-08ipv6: mcast: Don't hold RTNL for IPV6_DROP_MEMBERSHIP and MCAST_LEAVE_GROUP.Kuniyuki Iwashima-22/+27
2025-07-08ipv6: mcast: Don't hold RTNL for IPV6_ADD_MEMBERSHIP and MCAST_JOIN_GROUP.Kuniyuki Iwashima-13/+13