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-05-15
SUNRPC: Remove svc_fill_write_vector()
Chuck Lever
-40
/
+0
2025-05-15
SUNRPC: Export xdr_buf_to_bvec()
Chuck Lever
-0
/
+1
2025-05-15
NFSD: De-duplicate the svc_fill_write_vector() call sites
Chuck Lever
-2
/
+2
2025-05-15
sunrpc: Replace the rq_bvec array with dynamically-allocated memory
Chuck Lever
-4
/
+10
2025-05-15
sunrpc: Replace the rq_pages array with dynamically-allocated memory
Chuck Lever
-24
/
+19
2025-05-15
sunrpc: Remove backchannel check in svc_init_buffer()
Chuck Lever
-4
/
+0
2025-05-15
svcrdma: Reduce the number of rdma_rw contexts per-QP
Chuck Lever
-6
/
+8
2025-05-15
tcp: increase tcp_rmem[2] to 32 MB
Eric Dumazet
-1
/
+1
2025-05-15
tcp: always use tcp_limit_output_bytes limitation
Eric Dumazet
-3
/
+2
2025-05-15
tcp: increase tcp_limit_output_bytes default value to 4MB
Eric Dumazet
-2
/
+2
2025-05-15
tcp: skip big rtt sample if receive queue is not empty
Eric Dumazet
-0
/
+3
2025-05-15
tcp: always seek for minimal rtt in tcp_rcv_rtt_update()
Eric Dumazet
-14
/
+8
2025-05-15
tcp: fix initial tp->rcvq_space.space value for passive TS enabled flows
Eric Dumazet
-3
/
+3
2025-05-15
tcp: remove zero TCP TS samples for autotuning
Eric Dumazet
-5
/
+5
2025-05-15
tcp: add receive queue awareness in tcp_rcv_space_adjust()
Eric Dumazet
-2
/
+4
2025-05-15
tcp: adjust rcvbuf in presence of reorders
Eric Dumazet
-0
/
+4
2025-05-15
tcp: fix sk_rcvbuf overshoot
Eric Dumazet
-34
/
+25
2025-05-15
tcp: add tcp_rcvbuf_grow() tracepoint
Eric Dumazet
-0
/
+2
2025-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-62
/
+139
2025-05-15
Bluetooth: L2CAP: Fix not checking l2cap_chan security level
Luiz Augusto von Dentz
-7
/
+8
2025-05-15
net: devmem: fix kernel panic when netlink socket close after module unload
Taehee Yoo
-0
/
+20
2025-05-15
net/tls: fix kernel panic when alloc_page failed
Pengtao He
-1
/
+2
2025-05-15
Merge tag 'wireless-2025-05-15' of https://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
-2
/
+4
2025-05-15
rds: Use nested-BH locking for rds_page_remainder
Sebastian Andrzej Siewior
-2
/
+8
2025-05-15
rds: Acquire per-CPU pointer within BH disabled section
Sebastian Andrzej Siewior
-4
/
+2
2025-05-15
rds: Disable only bottom halves in rds_page_remainder_alloc()
Sebastian Andrzej Siewior
-5
/
+4
2025-05-15
mptcp: Use nested-BH locking for hmac_storage
Sebastian Andrzej Siewior
-2
/
+11
2025-05-15
net/sched: Use nested-BH locking for sch_frag_data_storage
Sebastian Andrzej Siewior
-1
/
+9
2025-05-15
net/sched: act_mirred: Move the recursion counter struct netdev_xmit
Sebastian Andrzej Siewior
-3
/
+25
2025-05-15
openvswitch: Move ovs_frag_data_storage into the struct ovs_pcpu_storage
Sebastian Andrzej Siewior
-18
/
+18
2025-05-15
openvswitch: Use nested-BH locking for ovs_pcpu_storage
Sebastian Andrzej Siewior
-29
/
+59
2025-05-15
openvswitch: Merge three per-CPU structures into one
Sebastian Andrzej Siewior
-44
/
+17
2025-05-15
xfrm: Use nested-BH locking for nat_keepalive_sk_ipv[46]
Sebastian Andrzej Siewior
-10
/
+20
2025-05-15
xdp: Use nested-BH locking for system_page_pool
Sebastian Andrzej Siewior
-10
/
+20
2025-05-15
ipv6: sr: Use nested-BH locking for hmac_storage
Sebastian Andrzej Siewior
-2
/
+11
2025-05-15
ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RT
Sebastian Andrzej Siewior
-0
/
+4
2025-05-15
net: dst_cache: Use nested-BH locking for dst_cache::cache
Sebastian Andrzej Siewior
-3
/
+27
2025-05-15
net: page_pool: Don't recycle into cache on PREEMPT_RT
Sebastian Andrzej Siewior
-0
/
+4
2025-05-15
wifi: mac80211: Set n_channels after allocating struct cfg80211_scan_request
Kees Cook
-2
/
+4
2025-05-15
xfrm: prevent configuration of interface index when offload is used
Leon Romanovsky
-0
/
+5
2025-05-15
xfrm: validate assignment of maximal possible SEQ number
Leon Romanovsky
-10
/
+42
2025-05-14
openvswitch: Stricter validation for the userspace action
Eelco Chaudron
-1
/
+2
2025-05-14
xfrm: Sanitize marks before insert
Paul Chaignon
-0
/
+6
2025-05-13
net: check for driver support in netmem TX
Mina Almasry
-2
/
+45
2025-05-13
net: devmem: Implement TX path
Mina Almasry
-55
/
+325
2025-05-13
net: devmem: TCP tx netlink api
Stanislav Fomichev
-0
/
+20
2025-05-13
net: add get_netmem/put_netmem support
Mina Almasry
-0
/
+60
2025-05-13
netmem: add niov->type attribute to distinguish different net_iov types
Mina Almasry
-1
/
+2
2025-05-12
netlink: fix policy dump for int with validation callback
Jakub Kicinski
-0
/
+5
2025-05-12
net: Lock lower level devices when updating features
Cosmin Ratiu
-0
/
+2
[prev]
[next]