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
2022-02-08
net: remove default_device_exit()
Eric Dumazet
1
-8
/
+14
2022-02-08
net: add dev->dev_registered_tracker
Eric Dumazet
1
-2
/
+4
2022-02-06
net: initialize init_net earlier
Eric Dumazet
2
-14
/
+6
2022-02-05
skmsg: convert struct sk_msg_sg::copy to a bitmap
Eric Dumazet
1
-2
/
+2
2022-02-05
net: refine dev_put()/dev_hold() debugging
Eric Dumazet
2
-4
/
+4
2022-02-05
net: gro: minor optimization for dev_gro_receive()
Paolo Abeni
1
-11
/
+4
2022-02-05
net: gro: avoid re-computing truesize twice on recycle
Paolo Abeni
1
-1
/
+0
2022-02-03
net: minor __dev_alloc_name() optimization
Eric Dumazet
1
-2
/
+2
2022-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-8
/
+16
2022-02-03
page_pool: Refactor page_pool to enable fragmenting after allocation
Alexander Duyck
1
-13
/
+10
2022-02-02
net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...
Daniel Borkmann
1
-6
/
+12
2022-02-01
rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()
Eric Dumazet
1
-2
/
+4
2022-02-01
net: allow SO_MARK with CAP_NET_RAW via cmsg
Jakub Kicinski
1
-1
/
+2
2022-01-31
bpf: Make dst_port field in struct bpf_sock 16-bit wide
Jakub Sitnicki
1
-1
/
+9
2022-01-31
tcp: Change SYN ACK retransmit behaviour to account for rehash
Akhmat Karakotov
1
-1
/
+2
2022-01-31
bpf: Add SO_TXREHASH setsockopt
Akhmat Karakotov
1
-0
/
+10
2022-01-31
txhash: Add socket option to control TX hash rethink behavior
Akhmat Karakotov
1
-0
/
+13
2022-01-31
txhash: Make rethinking txhash behavior configurable via sysctl
Akhmat Karakotov
2
-2
/
+14
2022-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-6
/
+6
2022-01-27
Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-4
/
+34
2022-01-25
net: Adjust sk_gso_max_size once when set
David Ahern
1
-0
/
+1
2022-01-24
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
4
-19
/
+383
2022-01-24
net-procfs: show net devices bound packet types
Jianguo Wu
1
-3
/
+32
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
2
-6
/
+6
2022-01-21
xdp: disable XDP_REDIRECT for xdp frags
Lorenzo Bianconi
1
-0
/
+8
2022-01-21
net: xdp: introduce bpf_xdp_pointer utility routine
Lorenzo Bianconi
1
-38
/
+138
2022-01-21
bpf: add frags support to xdp copy helpers
Eelco Chaudron
1
-5
/
+52
2022-01-21
bpf: add frags support to the bpf_xdp_adjust_tail() API
Eelco Chaudron
2
-5
/
+72
2022-01-21
bpf: introduce bpf_xdp_get_buff_len helper
Lorenzo Bianconi
1
-0
/
+15
2022-01-21
xdp: add frags support to xdp_return_{buff/frame}
Lorenzo Bianconi
1
-1
/
+53
2022-01-21
net: xdp: add xdp_update_skb_shared_info utility routine
Lorenzo Bianconi
1
-0
/
+12
2022-01-20
bpf: support BPF_PROG_QUERY for progs attached to sockmap
Di Zhu
1
-7
/
+70
2022-01-20
net: fix information leakage in /proc/net/ptype
Congyu Liu
1
-1
/
+2
2022-01-18
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-0
/
+6
2022-01-18
net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
Kumar Kartikeya Dwivedi
1
-0
/
+1
2022-01-18
bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
Kumar Kartikeya Dwivedi
1
-1
/
+0
2022-01-18
netns: add schedule point in ops_exit_list()
Eric Dumazet
1
-1
/
+3
2022-01-17
net: Flush deferred skb free on socket destroy
Gal Pressman
1
-0
/
+3
2022-01-12
net: fix sock_timestamping_bind_phc() to release device
Miroslav Lichvar
1
-0
/
+2
2022-01-12
Revert "of: net: support NVMEM cells with MAC in text format"
Michael Walle
1
-22
/
+11
2022-01-11
xdp: check prog type before updating BPF link
Toke Høiland-Jørgensen
1
-0
/
+6
2022-01-09
page_pool: remove spinlock in page_pool_refill_alloc_cache()
Yunsheng Lin
1
-4
/
+0
2022-01-09
net: skb: introduce kfree_skb_reason()
Menglong Dong
3
-9
/
+16
2022-01-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
4
-50
/
+152
2022-01-06
gro: add ability to control gro max packet size
Coco Li
3
-1
/
+28
2022-01-05
xdp: Add xdp_do_redirect_frame() for pre-computed xdp_frames
Toke Høiland-Jørgensen
1
-11
/
+54
2022-01-05
xdp: Move conversion to xdp_frame out of map functions
Toke Høiland-Jørgensen
1
-7
/
+17
2022-01-05
page_pool: Store the XDP mem id
Toke Høiland-Jørgensen
2
-2
/
+4
2022-01-05
page_pool: Add callback to init pages when they are allocated
Toke Høiland-Jørgensen
1
-0
/
+2
2022-01-05
xdp: Allow registering memory model without rxq reference
Toke Høiland-Jørgensen
1
-30
/
+62
[prev]
[next]