summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-07-02rpc_new_dir(): the last argument is always NULLAl Viro
2025-07-02rpc_pipe: expand the calls of rpc_mkdir_populate()Al Viro
2025-07-02rpc_gssd_dummy_populate(): don't bother with rpc_populate()Al Viro
2025-07-02rpc_mkpipe_dentry(): switch to simple_start_creating()Al Viro
2025-07-02rpc_pipe: saner primitive for creating regular filesAl Viro
2025-07-02rpc_pipe: saner primitive for creating subdirectoriesAl Viro
2025-07-02rpc_pipe: don't overdo directory lockingAl Viro
2025-07-02rpc_mkpipe_dentry(): saner calling conventionsAl Viro
2025-07-02rpc_unlink(): saner calling conventionsAl Viro
2025-07-02rpc_populate(): lift cleanup into callersAl Viro
2025-07-02rpc_unlink(): use simple_recursive_removal()Al Viro
2025-07-02rpc_{rmdir_,}depopulate(): use simple_recursive_removal() insteadAl Viro
2025-07-02rpc_pipe: clean failure exits in fill_superAl Viro
2025-07-02net: ipv6: Fix spelling mistakeChenguang Zhao
2025-07-02devlink: Extend devlink rate API with traffic classes bandwidth managementCarolina Jubran
2025-07-02net: preserve MSG_ZEROCOPY with forwardingWillem de Bruijn
2025-07-02net: ipv4: fix stat increase when udp early demux drops the packetAntoine Tenart
2025-07-02net/sched: Always pass notifications when child class becomes emptyLion Ackermann
2025-07-02ipv6: ip6_mc_input() and ip6_mr_input() cleanupsEric Dumazet
2025-07-02ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpersEric Dumazet
2025-07-02ipv6: adopt dst_dev() helperEric Dumazet
2025-07-02ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu]Eric Dumazet
2025-07-02net: dst: add four helpers to annotate data-races around dst->devEric Dumazet
2025-07-02net: dst: annotate data-races around dst->outputEric Dumazet
2025-07-02net: dst: annotate data-races around dst->inputEric Dumazet
2025-07-02net: dst: annotate data-races around dst->lastuseEric Dumazet
2025-07-02net: dst: annotate data-races around dst->expiresEric Dumazet
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