aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-06-27Bluetooth: hci_sync: revert some mesh modificationsChristian Eggers1-12/+4
2025-06-27Bluetooth: Prevent unintended pause by checking if advertising is activeYang Li1-0/+4
2025-06-26ipv4: fib: Remove unnecessary encap_type checkYue Haibing1-5/+0
2025-06-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-1/+23
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-42/+87
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov149-539/+809
2025-06-26Merge tag 'net-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds10-28/+84
2025-06-26net: selftests: fix TCP packet checksumJakub Kicinski1-2/+3
2025-06-25net: Reoder rxq_idx check in __net_mp_open_rxq()Yue Haibing1-4/+2
2025-06-25net: Remove unnecessary NULL check for lwtunnel_fill_encap()Yue Haibing4-8/+4
2025-06-25atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().Kuniyuki Iwashima1-2/+1
2025-06-25neighbour: Remove redundant assignment to errYue Haibing1-3/+1
2025-06-25net: ethtool: rss: add notificationsJakub Kicinski4-0/+25
2025-06-25net: ethtool: copy req_info from SET to NTFJakub Kicinski2-6/+15
2025-06-25net: ethtool: remove the data argument from ethtool_notify()Jakub Kicinski3-15/+21
2025-06-25net: ethtool: call .parse_request for SET handlersJakub Kicinski1-3/+1
2025-06-25net: ethtool: dynamically allocate full req size reqJakub Kicinski1-7/+13
2025-06-25Merge tag 'wireless-next-2025-06-25' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski27-190/+1538
2025-06-25Merge tag 'wireless-2025-06-25' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski2-4/+4
2025-06-24wifi: mac80211: add support for S1G aggregationLachlan Hodges3-4/+8
2025-06-24wifi: mac80211: add support for storing station S1G capabilitiesLachlan Hodges1-0/+5
2025-06-24wifi: mac80211: handle station association response with S1GLachlan Hodges3-0/+35
2025-06-24wifi: cfg80211: support configuration of S1G station capabilitiesLachlan Hodges1-0/+8
2025-06-24wifi: mac80211: Set RTS threshold on per-radio basisRoopni Devanathan2-3/+18
2025-06-24wifi: cfg80211: Report per-radio RTS threshold to userspaceRoopni Devanathan1-0/+6
2025-06-24wifi: cfg80211: Add Support to Set RTS Threshold for each RadioRoopni Devanathan2-3/+78
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan16-124/+232
2025-06-24wifi: mac80211: add link_sta_statistics ops to fill link station statisticsSarika Sharma3-3/+49
2025-06-24wifi: mac80211: correct RX stats packet increment for multi-linkSarika Sharma1-2/+13
2025-06-24wifi: mac80211: extend support to fill link level sinfo structureSarika Sharma2-2/+270
2025-06-24wifi: cfg80211: clear sinfo->filled for MLO station statisticsSarika Sharma1-0/+6
2025-06-24wifi: mac80211: add support to accumulate removed link statisticsSarika Sharma3-0/+144
2025-06-24wifi: cfg80211: allocate memory for link_station info structureSarika Sharma1-3/+24
2025-06-24wifi: cfg80211: add statistics for providing overview for MLO stationSarika Sharma1-0/+188
2025-06-24wifi: cfg80211: extend to embed link level statistics in NL messageSarika Sharma1-0/+216
2025-06-24wifi: mac80211: add support towards MLO handling of station statisticsSarika Sharma4-30/+71
2025-06-24wifi: mac80211: finish link init before RCU publishJohannes Berg1-3/+3
2025-06-24Merge tag 'for-net-2025-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothPaolo Abeni2-5/+38
2025-06-24wifi: mac80211: update radar_required in channel context after channel switchRamya Gnanasekar1-0/+1
2025-06-24af_unix: Don't set -ECONNRESET for consumed OOB skb.Kuniyuki Iwashima1-6/+12
2025-06-24af_unix: Don't leave consecutive consumed OOB skbs.Kuniyuki Iwashima1-2/+11
2025-06-24wifi: mac80211: fix beacon interval calculation overflowLachlan Hodges1-1/+1
2025-06-23bridge: mcast: Fix use-after-free during router port configurationIdo Schimmel1-0/+9
2025-06-23net: make sk->sk_rcvtimeo locklessEric Dumazet7-16/+14
2025-06-23net: make sk->sk_sndtimeo locklessEric Dumazet6-17/+13
2025-06-23net: remove sock_i_uid()Eric Dumazet25-64/+50
2025-06-23net: annotate races around sk->sk_uidEric Dumazet18-24/+30
2025-06-23caif: reduce stack size, againArnd Bergmann1-148/+142
2025-06-23net/sched: replace strncpy with strscpyPranav Tyagi1-1/+1
2025-06-23net/smc: replace strncpy with strscpyPranav Tyagi1-1/+1