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