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
2023-12-13
page_pool: transition to reference count management after page draining
Liang Chen
1
-6
/
+6
2023-12-13
net: prevent mss overflow in skb_segment()
Eric Dumazet
1
-1
/
+2
2023-12-13
bpf: syzkaller found null ptr deref in unix_bpf proto add
John Fastabend
1
-0
/
+2
2023-12-13
xdp: Add VLAN tag hint
Larysa Zaremba
1
-0
/
+33
2023-12-12
Merge branch 'vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/...
Jens Axboe
1
-1
/
+1
2023-12-12
file: stop exposing receive_fd_user()
Christian Brauner
1
-1
/
+1
2023-12-11
Revert "net: rtnetlink: remove local list in __linkwatch_run_queue()"
Johannes Berg
1
-3
/
+12
2023-12-09
io_uring/af_unix: disable sending io_uring over sockets
Pavel Begunkov
1
-0
/
+6
2023-12-08
net: sysfs: fix locking in carrier read
Johannes Berg
1
-2
/
+7
2023-12-08
Merge tag 'io_uring-6.7-2023-12-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+6
2023-12-08
neighbour: Don't let neigh_forced_gc() disable preemption for long
Judy Hsiao
1
-1
/
+8
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+22
2023-12-07
drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" group
Ido Schimmel
1
-1
/
+3
2023-12-07
bpf: sockmap, updating the sg structure should also update curr
John Fastabend
1
-0
/
+19
2023-12-07
io_uring/af_unix: disable sending io_uring over sockets
Pavel Begunkov
1
-0
/
+6
2023-12-06
net: rtnetlink: remove local list in __linkwatch_run_queue()
Johannes Berg
1
-9
/
+4
2023-12-06
bpf: consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
1
-2
/
+2
2023-12-06
bpf: take into account BPF token when fetching helper protos
Andrii Nakryiko
1
-16
/
+16
2023-12-05
net: core: synchronize link-watch when carrier is queried
Johannes Berg
5
-4
/
+17
2023-12-05
net-device: reorganize net_device fast path variables
Coco Li
1
-0
/
+56
2023-12-04
netdev-genl: Add PID for the NAPI thread
Amritha Nambiar
1
-0
/
+7
2023-12-04
net: Add NAPI IRQ support
Amritha Nambiar
2
-0
/
+5
2023-12-04
netdev-genl: Add netlink framework functions for napi
Amritha Nambiar
3
-4
/
+122
2023-12-04
netdev-genl: spec: Extend netdev netlink spec in YAML for NAPI
Amritha Nambiar
3
-0
/
+36
2023-12-04
netdev-genl: Add netlink framework functions for queue
Amritha Nambiar
1
-3
/
+184
2023-12-04
net: Add queue and napi association
Amritha Nambiar
1
-0
/
+37
2023-12-04
netdev-genl: spec: Extend netdev netlink spec in YAML for queue
Amritha Nambiar
3
-0
/
+39
2023-12-02
netns-ipv4: reorganize netns_ipv4 fast path variables
Coco Li
1
-0
/
+45
2023-11-30
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+12
2023-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2023-11-30
net: page_pool: fix general protection fault in page_pool_unlist
Eric Dumazet
1
-1
/
+3
2023-11-29
tcp: Don't pass cookie to __cookie_v[46]_check().
Kuniyuki Iwashima
1
-11
/
+4
2023-11-30
bpf, sockmap: af_unix stream sockets need to hold ref for pair sock
John Fastabend
1
-0
/
+2
2023-11-29
xsk: Add TX timestamp and TX checksum offload support
Stanislav Fomichev
1
-1
/
+12
2023-11-28
net: page_pool: mute the periodic warning for visible page pools
Jakub Kicinski
1
-4
/
+7
2023-11-28
net: page_pool: expose page pool stats via netlink
Jakub Kicinski
4
-1
/
+143
2023-11-28
net: page_pool: report when page pool was destroyed
Jakub Kicinski
3
-0
/
+14
2023-11-28
net: page_pool: report amount of memory held by page pools
Jakub Kicinski
3
-4
/
+19
2023-11-28
net: page_pool: add netlink notifications for state changes
Jakub Kicinski
3
-0
/
+38
2023-11-28
net: page_pool: implement GET in the netlink API
Jakub Kicinski
3
-0
/
+157
2023-11-28
net: page_pool: stash the NAPI ID for easier access
Jakub Kicinski
1
-1
/
+3
2023-11-28
net: page_pool: record pools per netdev
Jakub Kicinski
1
-0
/
+84
2023-11-28
net: page_pool: id the page pools
Jakub Kicinski
4
-6
/
+62
2023-11-28
net: page_pool: factor out uninit
Jakub Kicinski
1
-8
/
+13
2023-11-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-6
/
+70
2023-11-21
net: page_pool: avoid touching slow on the fastpath
Jakub Kicinski
1
-1
/
+3
2023-11-21
net: page_pool: split the page_pool_params into fast and slow
Jakub Kicinski
1
-3
/
+4
2023-11-21
net: do not send a MOVE event when netdev changes netns
Jakub Kicinski
1
-4
/
+6
2023-11-20
bpf, netkit: Add indirect call wrapper for fetching peer dev
Daniel Borkmann
1
-5
/
+13
2023-11-20
bpf: Fix dev's rx stats for bpf_redirect_peer traffic
Peilin Ye
2
-0
/
+9
[prev]
[next]