summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-07-14bpf: tcp: Avoid socket skips and repeats during iterationJordan Rife
2025-07-14bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch itemsJordan Rife
2025-07-14bpf: tcp: Get rid of st_bucket_doneJordan Rife
2025-07-14bpf: tcp: Make sure iter->batch always contains a full bucket snapshotJordan Rife
2025-07-14bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batchJordan Rife
2025-07-14sunrpc: make svc_tcp_sendmsg() take a signed sentp pointerJeff Layton
2025-07-14sunrpc: return better error in svcauth_gss_accept() on alloc failureJeff Layton
2025-07-14sunrpc: reset rq_accept_statp when starting a new RPCJeff Layton
2025-07-14sunrpc: remove SVC_SYSERRJeff Layton
2025-07-14sunrpc: fix handling of unknown auth status codesJeff Layton
2025-07-14sunrpc: new tracepoints around svc thread wakeupsJeff Layton
2025-07-14sunrpc: unexport csum_partial_copy_to_xdrChristoph Hellwig
2025-07-14sunrpc: simplify xdr_partial_copy_from_skbChristoph Hellwig
2025-07-14sunrpc: simplify xdr_init_encode_pagesChristoph Hellwig
2025-07-14lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()Eric Biggers
2025-07-14Revert "netfilter: nf_tables: Add notifications for hook changes"Phil Sutter
2025-07-14netfilter: nf_tables: hide clash bit from userspaceFlorian Westphal
2025-07-14don't bother with path_get()/path_put() in unix_open_file()Al Viro
2025-07-13rpl: Fix use-after-free in rpl_do_srh_inline().Kuniyuki Iwashima
2025-07-13af_packet: fix soft lockup issue caused by tpacket_snd()Yun Lu
2025-07-13af_packet: fix the SO_SNDTIMEO constraint not effective on tpacked_snd()Yun Lu
2025-07-13net/sched: sch_qfq: Fix race condition on qfq_aggregateXiang Mei
2025-07-11Merge tag 'batadv-next-pullrequest-20250710' of git://git.open-mesh.org/linux...Jakub Kicinski
2025-07-11net_sched: act_skbedit: use RCU in tcf_skbedit_dump()Eric Dumazet
2025-07-11net_sched: act_police: use RCU in tcf_police_dump()Eric Dumazet
2025-07-11net_sched: act_pedit: use RCU in tcf_pedit_dump()Eric Dumazet
2025-07-11net_sched: act_nat: use RCU in tcf_nat_dump()Eric Dumazet
2025-07-11net_sched: act_mpls: use RCU in tcf_mpls_dump()Eric Dumazet
2025-07-11net_sched: act_ctinfo: use RCU in tcf_ctinfo_dump()Eric Dumazet
2025-07-11net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet
2025-07-11net_sched: act_ct: use RCU in tcf_ct_dump()Eric Dumazet
2025-07-11net_sched: act_csum: use RCU in tcf_csum_dump()Eric Dumazet
2025-07-11net_sched: act_connmark: use RCU in tcf_connmark_dump()Eric Dumazet
2025-07-11net/sched: Restrict conditions for adding duplicating netems to qdisc treeWilliam Liu
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-11bpf: Remove attach_type in sockmap_linkTao Chen
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen
2025-07-11netlink: make sure we allow at least one dump skbJakub Kicinski
2025-07-11netlink: Fix rmem check in netlink_broadcast_deliver().Kuniyuki Iwashima
2025-07-10Merge tag 'nf-next-25-07-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-07-10gre: Fix IPv6 multicast route creation.Guillaume Nault
2025-07-10net: appletalk: Fix device refcount leak in atrtr_create()Kito Xu
2025-07-10ethtool: rss: report which fields are configured for hashingJakub Kicinski
2025-07-10ethtool: mark ETHER_FLOW as usable for Rx hashJakub Kicinski
2025-07-10ethtool: rss: make sure dump takes the rss lockJakub Kicinski
2025-07-10Merge tag 'wireless-next-2025-07-10' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2025-07-10Merge tag 'wireless-2025-07-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-07-10net: replace ND_PRINTK with dynamic debugWang Liang
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-10net: xsk: introduce XDP_MAX_TX_SKB_BUDGET setsockoptJason Xing