summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-07-02xfrm: ipcomp: adjust transport header after decompressingFernando Fernandez Mancera-1/+1
2025-07-02xfrm: Set transport header to fix UDP GRO handlingTobias Brunner-0/+6
2025-07-01seg6: fix lenghts typo in a commentAndrea Mayer-1/+1
2025-07-01rose: fix dangling neighbour pointers in rose_rt_device_down()Kohei Enju-11/+4
2025-07-01ip6_tunnel: enable to change proto of fb tunnelsNicolas Dichtel-5/+36
2025-07-01net: ethtool: fix leaking netdev ref if ethnl_default_parse() failedJakub Kicinski-6/+12
2025-07-01Merge tag 'nfs-for-6.16-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-1/+1
2025-07-01net: ieee8021q: fix insufficient table-size assertionRubenKelevra-31/+13
2025-06-30net: net->nsid_lock does not need BH safetyEric Dumazet-11/+11
2025-06-30neighbor: Add NTF_EXT_VALIDATED flag for externally validated entriesIdo Schimmel-10/+69
2025-06-30ipv6: guard ip6_mr_output() with rcuEric Dumazet-1/+1
2025-06-30net: ethtool: move get_rxfh callback under the rss_lockJakub Kicinski-9/+27
2025-06-30net: ethtool: move rxfh_fields callbacks under the rss_lockJakub Kicinski-5/+10
2025-06-30net: ethtool: take rss_lock for all rxfh changesJakub Kicinski-21/+21
2025-06-30net: ethtool: avoid OOB accesses in PAUSE_SETJakub Kicinski-1/+2
2025-06-30wifi: cfg80211: fix S1G beacon head validation in nl80211Lachlan Hodges-2/+5
2025-06-30Merge 6.16-rc4 into tty-nextGreg Kroah-Hartman-100/+223
2025-06-28net: ipv4: guard ip_mr_output() with rcuEric Dumazet-2/+2
2025-06-27tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK rangexin.guo-1/+2
2025-06-27tcp: remove inet_rtx_syn_ack()Eric Dumazet-12/+4
2025-06-27tcp: remove rtx_syn_ack fieldEric Dumazet-3/+1
2025-06-27Bluetooth: HCI: Set extended advertising data synchronouslyChristian Eggers-113/+130
2025-06-27Bluetooth: MGMT: mesh_send: check instances prior disabling advertisingChristian Eggers-1/+2
2025-06-27Bluetooth: MGMT: set_mesh: update LE scan interval and windowChristian Eggers-0/+22
2025-06-27Bluetooth: hci_sync: revert some mesh modificationsChristian Eggers-12/+4
2025-06-27Bluetooth: Prevent unintended pause by checking if advertising is activeYang Li-0/+4
2025-06-26ipv4: fib: Remove unnecessary encap_type checkYue Haibing-5/+0
2025-06-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-1/+23
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-42/+87
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov-540/+810
2025-06-26Merge tag 'net-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-28/+84
2025-06-26net: selftests: fix TCP packet checksumJakub Kicinski-2/+3
2025-06-25net: Reoder rxq_idx check in __net_mp_open_rxq()Yue Haibing-4/+2
2025-06-25net: Remove unnecessary NULL check for lwtunnel_fill_encap()Yue Haibing-8/+4
2025-06-25atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().Kuniyuki Iwashima-2/+1
2025-06-25neighbour: Remove redundant assignment to errYue Haibing-3/+1
2025-06-25net: ethtool: rss: add notificationsJakub Kicinski-0/+25
2025-06-25net: ethtool: copy req_info from SET to NTFJakub Kicinski-6/+15
2025-06-25net: ethtool: remove the data argument from ethtool_notify()Jakub Kicinski-15/+21
2025-06-25net: ethtool: call .parse_request for SET handlersJakub Kicinski-3/+1
2025-06-25net: ethtool: dynamically allocate full req size reqJakub Kicinski-7/+13
2025-06-25Merge tag 'wireless-next-2025-06-25' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-190/+1538
2025-06-25Merge tag 'wireless-2025-06-25' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-4/+4
2025-06-24wifi: mac80211: add support for S1G aggregationLachlan Hodges-4/+8
2025-06-24wifi: mac80211: add support for storing station S1G capabilitiesLachlan Hodges-0/+5
2025-06-24wifi: mac80211: handle station association response with S1GLachlan Hodges-0/+35
2025-06-24wifi: cfg80211: support configuration of S1G station capabilitiesLachlan Hodges-0/+8
2025-06-24wifi: mac80211: Set RTS threshold on per-radio basisRoopni Devanathan-3/+18
2025-06-24wifi: cfg80211: Report per-radio RTS threshold to userspaceRoopni Devanathan-0/+6
2025-06-24wifi: cfg80211: Add Support to Set RTS Threshold for each RadioRoopni Devanathan-3/+78