aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-07-14tcp: stronger sk_rcvbuf checksEric Dumazet1-6/+16
2025-07-14tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skbEric Dumazet1-1/+1
2025-07-14tcp: call tcp_measure_rcv_mss() for ooo packetsEric Dumazet1-0/+1
2025-07-14tcp: add LINUX_MIB_BEYOND_WINDOWEric Dumazet2-0/+2
2025-07-14tcp: do not accept packets beyond windowEric Dumazet1-5/+17
2025-07-14Add support to set NAPI threaded for individual NAPISamiullah Khawaja4-5/+51
2025-07-14net: ipv4: fix incorrect MTU in broadcast routesOscar Maes1-1/+0
2025-07-14net/x25: Remove unused x25_terminate_link()Dr. David Alan Gilbert1-22/+0
2025-07-14smc: Fix various oops due to inet_sock type confusion.Kuniyuki Iwashima2-4/+18
2025-07-14dev: Pass netdevice_tracker to dev_get_by_flags_rcu().Kuniyuki Iwashima2-10/+12
2025-07-14SUNRPC: Remove unused xdr functionsDr. David Alan Gilbert1-110/+0
2025-07-14bpf: tcp: Avoid socket skips and repeats during iterationJordan Rife1-32/+115
2025-07-14bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch itemsJordan Rife1-10/+14
2025-07-14bpf: tcp: Get rid of st_bucket_doneJordan Rife1-8/+6
2025-07-14bpf: tcp: Make sure iter->batch always contains a full bucket snapshotJordan Rife1-32/+77
2025-07-14bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batchJordan Rife1-4/+5
2025-07-14sunrpc: make svc_tcp_sendmsg() take a signed sentp pointerJeff Layton1-3/+2
2025-07-14sunrpc: return better error in svcauth_gss_accept() on alloc failureJeff Layton1-1/+2
2025-07-14sunrpc: reset rq_accept_statp when starting a new RPCJeff Layton1-0/+3
2025-07-14sunrpc: remove SVC_SYSERRJeff Layton1-8/+0
2025-07-14sunrpc: fix handling of unknown auth status codesJeff Layton1-1/+2
2025-07-14sunrpc: new tracepoints around svc thread wakeupsJeff Layton1-2/+4
2025-07-14sunrpc: unexport csum_partial_copy_to_xdrChristoph Hellwig1-1/+0
2025-07-14sunrpc: simplify xdr_partial_copy_from_skbChristoph Hellwig1-101/+56
2025-07-14sunrpc: simplify xdr_init_encode_pagesChristoph Hellwig1-7/+4
2025-07-14lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()Eric Biggers1-1/+1
2025-07-14Revert "netfilter: nf_tables: Add notifications for hook changes"Phil Sutter3-62/+0
2025-07-14netfilter: nf_tables: hide clash bit from userspaceFlorian Westphal1-0/+3
2025-07-14don't bother with path_get()/path_put() in unix_open_file()Al Viro1-12/+4
2025-07-13rpl: Fix use-after-free in rpl_do_srh_inline().Kuniyuki Iwashima1-4/+4
2025-07-13af_packet: fix soft lockup issue caused by tpacket_snd()Yun Lu1-12/+11
2025-07-13af_packet: fix the SO_SNDTIMEO constraint not effective on tpacked_snd()Yun Lu1-2/+2
2025-07-13net/sched: sch_qfq: Fix race condition on qfq_aggregateXiang Mei1-9/+21
2025-07-11Merge tag 'batadv-next-pullrequest-20250710' of git://git.open-mesh.org/linux-mergeJakub Kicinski14-92/+45
2025-07-11net_sched: act_skbedit: use RCU in tcf_skbedit_dump()Eric Dumazet1-11/+9
2025-07-11net_sched: act_police: use RCU in tcf_police_dump()Eric Dumazet1-9/+9
2025-07-11net_sched: act_pedit: use RCU in tcf_pedit_dump()Eric Dumazet1-10/+10
2025-07-11net_sched: act_nat: use RCU in tcf_nat_dump()Eric Dumazet1-13/+12
2025-07-11net_sched: act_mpls: use RCU in tcf_mpls_dump()Eric Dumazet1-11/+10
2025-07-11net_sched: act_ctinfo: use RCU in tcf_ctinfo_dump()Eric Dumazet1-12/+11
2025-07-11net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet1-8/+11
2025-07-11net_sched: act_ct: use RCU in tcf_ct_dump()Eric Dumazet1-15/+15
2025-07-11net_sched: act_csum: use RCU in tcf_csum_dump()Eric Dumazet1-9/+9
2025-07-11net_sched: act_connmark: use RCU in tcf_connmark_dump()Eric Dumazet1-8/+10
2025-07-11net/sched: Restrict conditions for adding duplicating netems to qdisc treeWilliam Liu1-0/+40
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-28/+93
2025-07-11bpf: Remove attach_type in sockmap_linkTao Chen1-6/+4
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen4-4/+8
2025-07-11netlink: make sure we allow at least one dump skbJakub Kicinski1-2/+3
2025-07-11netlink: Fix rmem check in netlink_broadcast_deliver().Kuniyuki Iwashima1-1/+1