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-04-22
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
1
-1
/
+1
2024-04-19
neighbour: no longer hold RTNL in neigh_dump_info()
Eric Dumazet
1
-4
/
+5
2024-04-19
neighbour: fix neigh_dump_info() return value
Eric Dumazet
1
-18
/
+13
2024-04-19
neighbour: add RCU protection to neigh_tables[]
Eric Dumazet
1
-11
/
+19
2024-04-19
net: rps: locklessly access rflow->cpu
Jason Xing
1
-1
/
+1
2024-04-19
net: rps: protect filter locklessly
Jason Xing
1
-4
/
+4
2024-04-19
net: rps: protect last_qtail with rps_input_queue_tail_save() helper
Jason Xing
1
-4
/
+4
2024-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+6
2024-04-18
neighbour: guarantee the localhost connections be established successfully ev...
Zheng Li
1
-1
/
+3
2024-04-17
netns: no longer hold RTNL in rtnl_net_dumpid()
Eric Dumazet
1
-2
/
+3
2024-04-17
net/sched: Fix mirred deadlock on device recursion
Eric Dumazet
1
-0
/
+6
2024-04-15
net: constify net_class
Heiner Kallweit
1
-1
/
+1
2024-04-15
net: save some cycles when doing skb_attempt_defer_free()
Jason Xing
1
-3
/
+3
2024-04-15
net: dev_addr_lists: move locking out of init/exit in kunit
Jakub Kicinski
1
-2
/
+12
2024-04-15
drop_monitor: replace spin_lock by raw_spin_lock
Wander Lairson Costa
1
-10
/
+10
2024-04-12
fib: rules: no longer hold RTNL in fib_nl_dumprule()
Eric Dumazet
1
-8
/
+9
2024-04-11
net: mirror skb frag ref/unref helpers
Mina Almasry
1
-42
/
+4
2024-04-11
net: move skb ref helpers to new header
Mina Almasry
2
-0
/
+2
2024-04-10
bpf: Add bpf_link support for sk_msg and sk_skb progs
Yonghong Song
1
-16
/
+247
2024-04-10
net: use SKB_CONSUMED in skb_attempt_defer_free()
Pavel Begunkov
1
-1
/
+1
2024-04-10
net: cache for same cpu skb_attempt_defer_free
Pavel Begunkov
1
-1
/
+14
2024-04-09
net: remove napi_frag_unref
Mina Almasry
1
-1
/
+1
2024-04-08
net: display more skb fields in skb_dump()
Eric Dumazet
1
-6
/
+12
2024-04-08
net: dqs: use sysfs_emit() in favor of sprintf()
Eric Dumazet
1
-3
/
+3
2024-04-08
bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue
Jason Xing
1
-4
/
+1
2024-04-06
net: phy: Introduce ethernet link topology representation
Maxime Chevallier
1
-0
/
+9
2024-04-06
net: skbuff: generalize the skb->decrypted bit
Jakub Kicinski
1
-3
/
+2
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-2
/
+9
2024-04-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+6
2024-04-03
net: enable timestamp static key if CPU
Marcelo Tosatti
1
-0
/
+5
2024-04-02
page_pool: try direct bulk recycling
Alexander Lobakin
1
-2
/
+5
2024-04-02
page_pool: check for PP direct cache locality later
Alexander Lobakin
2
-51
/
+50
2024-04-02
bpf, sockmap: Prevent lock inversion deadlock in map delete elem
Jakub Sitnicki
1
-0
/
+6
2024-04-01
net: rps: add rps_input_queue_head_add() helper
Eric Dumazet
1
-5
/
+8
2024-04-01
net: rps: change input_queue_tail_incr_save()
Eric Dumazet
1
-8
/
+12
2024-04-01
net: enqueue_to_backlog() cleanup
Eric Dumazet
1
-13
/
+11
2024-04-01
net: make softnet_data.dropped an atomic_t
Eric Dumazet
2
-5
/
+11
2024-04-01
net: enqueue_to_backlog() change vs not running device
Eric Dumazet
1
-4
/
+5
2024-04-01
net: move dev_xmit_recursion() helpers to net/core/dev.h
Eric Dumazet
1
-0
/
+17
2024-04-01
net: move kick_defer_list_purge() to net/core/dev.h
Eric Dumazet
1
-3
/
+3
2024-04-01
pfcp: always set pfcp metadata
Michal Swiatkowski
1
-5
/
+2
2024-04-01
net: net_test: add tests for IP tunnel flags conversion helpers
Alexander Lobakin
2
-9
/
+125
2024-04-01
ip_tunnel: convert __be16 tunnel flags to bitmaps
Alexander Lobakin
2
-18
/
+28
2024-03-29
netlink: introduce type-checking attribute iteration
Johannes Berg
2
-22
/
+16
2024-03-29
net: add sk_wake_async_rcu() helper
Eric Dumazet
1
-4
/
+4
2024-03-29
net: do not consume a cacheline for system_page_pool
Eric Dumazet
1
-1
/
+1
2024-03-29
af_unix: Link struct unix_edge when queuing skb.
Kuniyuki Iwashima
1
-0
/
+2
2024-03-29
af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.
Kuniyuki Iwashima
1
-0
/
+2
2024-03-29
af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.
Kuniyuki Iwashima
1
-0
/
+7
2024-03-29
gro: fix ownership transfer
Antoine Tenart
1
-1
/
+2
[prev]
[next]