summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet
2025-07-02udp: move udp_memory_allocated into net_aligned_dataEric Dumazet
2025-07-02tcp: move tcp_memory_allocated into net_aligned_dataEric Dumazet
2025-07-02net: move net_cookie into net_aligned_dataEric Dumazet
2025-07-02net: add struct net_aligned_dataEric Dumazet
2025-07-02xfrm: Duplicate SPI HandlingAakash Kumar S
2025-07-02xfrm: ipcomp: adjust transport header after decompressingFernando Fernandez Mancera
2025-07-02xfrm: Set transport header to fix UDP GRO handlingTobias Brunner
2025-07-01seg6: fix lenghts typo in a commentAndrea Mayer
2025-07-01rose: fix dangling neighbour pointers in rose_rt_device_down()Kohei Enju
2025-07-01ip6_tunnel: enable to change proto of fb tunnelsNicolas Dichtel
2025-07-01net: ethtool: fix leaking netdev ref if ethnl_default_parse() failedJakub Kicinski
2025-07-01Merge tag 'nfs-for-6.16-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-07-01net: ieee8021q: fix insufficient table-size assertionRubenKelevra
2025-06-30net: net->nsid_lock does not need BH safetyEric Dumazet
2025-06-30neighbor: Add NTF_EXT_VALIDATED flag for externally validated entriesIdo Schimmel
2025-06-30ipv6: guard ip6_mr_output() with rcuEric Dumazet
2025-06-30net: ethtool: move get_rxfh callback under the rss_lockJakub Kicinski
2025-06-30net: ethtool: move rxfh_fields callbacks under the rss_lockJakub Kicinski
2025-06-30net: ethtool: take rss_lock for all rxfh changesJakub Kicinski
2025-06-30net: ethtool: avoid OOB accesses in PAUSE_SETJakub Kicinski
2025-06-30wifi: cfg80211: fix S1G beacon head validation in nl80211Lachlan Hodges
2025-06-30Merge 6.16-rc4 into tty-nextGreg Kroah-Hartman
2025-06-28net: ipv4: guard ip_mr_output() with rcuEric Dumazet
2025-06-27tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK rangexin.guo
2025-06-27tcp: remove inet_rtx_syn_ack()Eric Dumazet
2025-06-27tcp: remove rtx_syn_ack fieldEric Dumazet
2025-06-27Bluetooth: HCI: Set extended advertising data synchronouslyChristian Eggers
2025-06-27Bluetooth: MGMT: mesh_send: check instances prior disabling advertisingChristian Eggers
2025-06-27Bluetooth: MGMT: set_mesh: update LE scan interval and windowChristian Eggers
2025-06-27Bluetooth: hci_sync: revert some mesh modificationsChristian Eggers
2025-06-27Bluetooth: Prevent unintended pause by checking if advertising is activeYang Li
2025-06-26ipv4: fib: Remove unnecessary encap_type checkYue Haibing
2025-06-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov
2025-06-26Merge tag 'net-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-06-26net: selftests: fix TCP packet checksumJakub Kicinski
2025-06-25net: Reoder rxq_idx check in __net_mp_open_rxq()Yue Haibing
2025-06-25net: Remove unnecessary NULL check for lwtunnel_fill_encap()Yue Haibing
2025-06-25atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().Kuniyuki Iwashima
2025-06-25neighbour: Remove redundant assignment to errYue Haibing
2025-06-25net: ethtool: rss: add notificationsJakub Kicinski
2025-06-25net: ethtool: copy req_info from SET to NTFJakub Kicinski
2025-06-25net: ethtool: remove the data argument from ethtool_notify()Jakub Kicinski
2025-06-25net: ethtool: call .parse_request for SET handlersJakub Kicinski
2025-06-25net: ethtool: dynamically allocate full req size reqJakub Kicinski
2025-06-25Merge tag 'wireless-next-2025-06-25' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2025-06-25Merge tag 'wireless-2025-06-25' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-06-24wifi: mac80211: add support for S1G aggregationLachlan Hodges