index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2025-07-14
smc: Fix various oops due to inet_sock type confusion.
Kuniyuki Iwashima
-4
/
+18
2025-07-14
dev: Pass netdevice_tracker to dev_get_by_flags_rcu().
Kuniyuki Iwashima
-10
/
+12
2025-07-14
SUNRPC: Remove unused xdr functions
Dr. David Alan Gilbert
-110
/
+0
2025-07-14
bpf: tcp: Avoid socket skips and repeats during iteration
Jordan Rife
-32
/
+115
2025-07-14
bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch items
Jordan Rife
-10
/
+14
2025-07-14
bpf: tcp: Get rid of st_bucket_done
Jordan Rife
-8
/
+6
2025-07-14
bpf: tcp: Make sure iter->batch always contains a full bucket snapshot
Jordan Rife
-32
/
+77
2025-07-14
bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batch
Jordan Rife
-4
/
+5
2025-07-14
sunrpc: make svc_tcp_sendmsg() take a signed sentp pointer
Jeff Layton
-3
/
+2
2025-07-14
sunrpc: return better error in svcauth_gss_accept() on alloc failure
Jeff Layton
-1
/
+2
2025-07-14
sunrpc: reset rq_accept_statp when starting a new RPC
Jeff Layton
-0
/
+3
2025-07-14
sunrpc: remove SVC_SYSERR
Jeff Layton
-8
/
+0
2025-07-14
sunrpc: fix handling of unknown auth status codes
Jeff Layton
-1
/
+2
2025-07-14
sunrpc: new tracepoints around svc thread wakeups
Jeff Layton
-2
/
+4
2025-07-14
sunrpc: unexport csum_partial_copy_to_xdr
Christoph Hellwig
-1
/
+0
2025-07-14
sunrpc: simplify xdr_partial_copy_from_skb
Christoph Hellwig
-104
/
+59
2025-07-14
sunrpc: simplify xdr_init_encode_pages
Christoph Hellwig
-7
/
+4
2025-07-14
lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()
Eric Biggers
-1
/
+1
2025-07-14
Revert "netfilter: nf_tables: Add notifications for hook changes"
Phil Sutter
-62
/
+0
2025-07-14
netfilter: nf_tables: hide clash bit from userspace
Florian Westphal
-0
/
+3
2025-07-14
don't bother with path_get()/path_put() in unix_open_file()
Al Viro
-12
/
+4
2025-07-13
rpl: Fix use-after-free in rpl_do_srh_inline().
Kuniyuki Iwashima
-4
/
+4
2025-07-13
af_packet: fix soft lockup issue caused by tpacket_snd()
Yun Lu
-12
/
+11
2025-07-13
af_packet: fix the SO_SNDTIMEO constraint not effective on tpacked_snd()
Yun Lu
-2
/
+2
2025-07-13
net/sched: sch_qfq: Fix race condition on qfq_aggregate
Xiang Mei
-9
/
+21
2025-07-11
Merge tag 'batadv-next-pullrequest-20250710' of git://git.open-mesh.org/linux...
Jakub Kicinski
-92
/
+45
2025-07-11
net_sched: act_skbedit: use RCU in tcf_skbedit_dump()
Eric Dumazet
-11
/
+9
2025-07-11
net_sched: act_police: use RCU in tcf_police_dump()
Eric Dumazet
-9
/
+9
2025-07-11
net_sched: act_pedit: use RCU in tcf_pedit_dump()
Eric Dumazet
-10
/
+10
2025-07-11
net_sched: act_nat: use RCU in tcf_nat_dump()
Eric Dumazet
-13
/
+12
2025-07-11
net_sched: act_mpls: use RCU in tcf_mpls_dump()
Eric Dumazet
-11
/
+10
2025-07-11
net_sched: act_ctinfo: use RCU in tcf_ctinfo_dump()
Eric Dumazet
-12
/
+11
2025-07-11
net_sched: act_ctinfo: use atomic64_t for three counters
Eric Dumazet
-8
/
+11
2025-07-11
net_sched: act_ct: use RCU in tcf_ct_dump()
Eric Dumazet
-15
/
+15
2025-07-11
net_sched: act_csum: use RCU in tcf_csum_dump()
Eric Dumazet
-9
/
+9
2025-07-11
net_sched: act_connmark: use RCU in tcf_connmark_dump()
Eric Dumazet
-8
/
+10
2025-07-11
net/sched: Restrict conditions for adding duplicating netems to qdisc tree
William Liu
-0
/
+40
2025-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-28
/
+93
2025-07-11
bpf: Remove attach_type in sockmap_link
Tao Chen
-6
/
+4
2025-07-11
bpf: Add attach_type field to bpf_link
Tao Chen
-4
/
+8
2025-07-11
netlink: make sure we allow at least one dump skb
Jakub Kicinski
-2
/
+3
2025-07-11
netlink: Fix rmem check in netlink_broadcast_deliver().
Kuniyuki Iwashima
-1
/
+1
2025-07-10
Merge tag 'nf-next-25-07-10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
-1024
/
+48
2025-07-10
gre: Fix IPv6 multicast route creation.
Guillaume Nault
-7
/
+2
2025-07-10
net: appletalk: Fix device refcount leak in atrtr_create()
Kito Xu
-0
/
+1
2025-07-10
ethtool: rss: report which fields are configured for hashing
Jakub Kicinski
-11
/
+100
2025-07-10
ethtool: mark ETHER_FLOW as usable for Rx hash
Jakub Kicinski
-0
/
+1
2025-07-10
ethtool: rss: make sure dump takes the rss lock
Jakub Kicinski
-19
/
+21
2025-07-10
Merge tag 'wireless-next-2025-07-10' of https://git.kernel.org/pub/scm/linux/...
Jakub Kicinski
-248
/
+430
2025-07-10
Merge tag 'wireless-2025-07-10' of https://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
-18
/
+86
[prev]
[next]