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
/
core
Age
Commit message (
Expand
)
Author
Lines
2024-06-24
seg6: Use nested-BH locking for seg6_bpf_srh_states.
Sebastian Andrzej Siewior
-0
/
+3
2024-06-24
lwt: Don't disable migration prio invoking BPF.
Sebastian Andrzej Siewior
-4
/
+2
2024-06-24
dev: Use nested-BH locking for softnet_data.process_queue.
Sebastian Andrzej Siewior
-1
/
+11
2024-06-24
dev: Remove PREEMPT_RT ifdefs from backlog_lock.*().
Sebastian Andrzej Siewior
-4
/
+4
2024-06-24
net: softnet_data: Make xmit per task.
Sebastian Andrzej Siewior
-0
/
+32
2024-06-24
net: Use nested-BH locking for napi_alloc_cache.
Sebastian Andrzej Siewior
-5
/
+24
2024-06-24
net: Use __napi_alloc_frag_align() instead of open coding it.
Sebastian Andrzej Siewior
-6
/
+2
2024-06-24
xdp: Remove WARN() from __xdp_reg_mem_model()
Daniil Dulov
-3
/
+1
2024-06-21
net: add softirq safety to netdev_rename_lock
Eric Dumazet
-6
/
+6
2024-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-10
/
+23
2024-06-20
net: do not leave a dangling sk pointer, when socket creation fails
Ignat Korchagin
-0
/
+3
2024-06-19
net: introduce sk_skb_reason_drop function
Yan Zhai
-10
/
+12
2024-06-19
net: add rx_sk to trace_kfree_skb
Yan Zhai
-5
/
+8
2024-06-18
netns: Make get_net_ns() handle zero refcount net
Yue Haibing
-2
/
+7
2024-06-17
net: Move dev_set_hwtstamp_phylib to net/core/dev.h
Kory Maincent
-1
/
+4
2024-06-14
net: micro-optimize skb_datagram_iter
Sagi Grimberg
-2
/
+2
2024-06-14
netdev-genl: fix error codes when outputting XDP features
Jakub Kicinski
-8
/
+8
2024-06-14
bpf: Relax tuple len requirement for sk helpers.
Alexei Starovoitov
-12
/
+12
2024-06-14
bpf: Avoid splat in pskb_pull_reason
Florian Westphal
-0
/
+5
2024-06-12
net: ipv4: Add a sysctl to set multipath hash seed
Petr Machata
-0
/
+7
2024-06-12
net: add and use __skb_get_hash_symmetric_net
Florian Westphal
-3
/
+3
2024-06-12
net: add and use skb_get_hash_net
Florian Westphal
-4
/
+11
2024-06-12
bpf: treewide: Align kfunc signatures to prog point-of-view
Daniel Xu
-12
/
+20
2024-06-11
net: core: Implement dstats-type stats collections
Jeremy Kerr
-0
/
+50
2024-06-10
rtnetlink: move rtnl_lock handling out of af_netlink
Jakub Kicinski
-2
/
+7
2024-06-09
page_pool: remove WARN_ON() with OR
David Wei
-2
/
+2
2024-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-3
/
+46
2024-06-06
net: use unrcu_pointer() helper
Eric Dumazet
-6
/
+4
2024-06-05
rtnetlink: make the "split" NLM_DONE handling generic
Jakub Kicinski
-2
/
+42
2024-06-04
net: skb: add compatibility warnings to skb_shift()
Jakub Kicinski
-0
/
+3
2024-06-04
flow_dissector: add support for tunnel control flags
Davide Caratti
-1
/
+15
2024-06-03
net: dst_cache: add two DEBUG_NET warnings
Eric Dumazet
-0
/
+2
2024-06-01
net: make net.core.{r,w}mem_{default,max} namespaced
Matteo Croce
-33
/
+42
2024-06-01
net: rps: fix error when CONFIG_RFS_ACCEL is off
Jason Xing
-1
/
+2
2024-06-01
net: validate SO_TXTIME clockid coming from userspace
Abhishek Chauhan
-0
/
+16
2024-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-12
/
+10
2024-05-28
net/neighbour: constify ctl_table arguments of utility function
Thomas Weißschuh
-1
/
+1
2024-05-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-29
/
+35
2024-05-28
net/core: move the lockdep-init of sk_callback_lock to sk_init_common()
Gou Hao
-12
/
+6
2024-05-28
net/core: remove redundant sk_callback_lock initialization
Gou Hao
-1
/
+0
2024-05-28
sock_map: avoid race between sock_map_close and sk_psock_put
Thadeu Lima de Souza Cascardo
-6
/
+10
2024-05-28
bpf, net: Use DEV_STAT_INC()
yunshui
-4
/
+4
2024-05-27
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-6
/
+0
2024-05-27
Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"
Jakub Sitnicki
-6
/
+0
2024-05-23
net: Add additional bit to support clockid_t timestamp type
Abhishek Chauhan
-20
/
+26
2024-05-23
net: Rename mono_delivery_time to tstamp_type for scalabilty
Abhishek Chauhan
-6
/
+6
2024-05-20
Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...
Linus Torvalds
-30
/
+48
2024-05-18
Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux
Linus Torvalds
-2
/
+2
2024-05-13
net: revert partially applied PHY topology series
Jakub Kicinski
-9
/
+0
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
-2
/
+2
[prev]
[next]