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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-19
net: ethernet: mtk_wed: introduce hw_rro support for MT7988
Sujuan Chen
1
-0
/
+45
2023-09-19
net: ethernet: mtk_wed: introduce partial AMSDU offload support for MT7988
Sujuan Chen
2
-0
/
+13
2023-09-19
net: ethernet: mtk_wed: introduce WED support for MT7988
Sujuan Chen
1
-2
/
+6
2023-09-19
net: ethernet: mtk_wed: introduce mtk_wed_buf structure
Lorenzo Bianconi
1
-1
/
+6
2023-09-19
net: ethernet: mtk_wed: rename mtk_rxbm_desc in mtk_wed_bm_desc
Lorenzo Bianconi
1
-2
/
+2
2023-09-19
ipv6: lockless IPV6_ADDR_PREFERENCES implementation
Eric Dumazet
3
-17
/
+10
2023-09-19
net: phy: fix regression with AX88772A PHY driver
Russell King (Oracle)
1
-0
/
+1
2023-09-18
net: stmmac: Tx coe sw fallback
Rohan G Thomas
1
-0
/
+1
2023-09-18
ceph: Annotate struct ceph_monmap with __counted_by
Kees Cook
1
-1
/
+1
2023-09-18
pds_core: check health in devcmd wait
Shannon Nelson
1
-0
/
+1
2023-09-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-19
/
+136
2023-09-17
devlink: introduce possibility to expose info about nested devlinks
Jiri Pirko
1
-0
/
+2
2023-09-17
devlink: convert linecard nested devlink to new rel infrastructure
Jiri Pirko
1
-2
/
+2
2023-09-17
net/mlx5: SF, Implement peer devlink set for SF representor devlink port
Jiri Pirko
1
-0
/
+1
2023-09-17
devlink: expose peer SF devlink instance
Jiri Pirko
2
-0
/
+4
2023-09-17
mlx5: Implement SyncE support using DPLL infrastructure
Jiri Pirko
2
-1
/
+60
2023-09-17
netdev: expose DPLL pin handle for netdevice
Jiri Pirko
3
-1
/
+37
2023-09-17
dpll: netlink: Add DPLL framework base functions
Vadim Fedorenko
1
-0
/
+4
2023-09-17
dpll: core: Add DPLL framework base functions
Vadim Fedorenko
1
-0
/
+133
2023-09-17
dpll: spec: Add Netlink spec in YAML
Vadim Fedorenko
1
-0
/
+201
2023-09-17
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next
David S. Miller
1
-2
/
+9
2023-09-16
mm: kasan: Declare kasan_unpoison_task_stack_below in kasan.h
Kumar Kartikeya Dwivedi
1
-0
/
+2
2023-09-16
bpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
2
-1
/
+4
2023-09-16
bpf: Implement BPF exceptions
Kumar Kartikeya Dwivedi
3
-0
/
+13
2023-09-16
bpf: Implement support for adding hidden subprogs
Kumar Kartikeya Dwivedi
2
-1
/
+3
2023-09-16
arch/x86: Implement arch_bpf_stack_walk
Kumar Kartikeya Dwivedi
1
-0
/
+2
2023-09-16
bpf: Use bpf_is_subprog to check for subprogs
Kumar Kartikeya Dwivedi
1
-0
/
+5
2023-09-16
tcp: new TCP_INFO stats for RTO events
Aananth V
2
-0
/
+20
2023-09-15
bpf/tests: add tests for cpuv4 instructions
Puranjay Mohan
1
-4
/
+46
2023-09-15
bpf: expose information about supported xdp metadata kfunc
Stanislav Fomichev
2
-1
/
+20
2023-09-15
bpf: make it easier to add new metadata kfunc
Stanislav Fomichev
1
-4
/
+12
2023-09-15
xsk: add multi-buffer support for sockets sharing umem
Tirthendu Sarkar
1
-0
/
+2
2023-09-15
ipv6: lockless IPV6_FLOWINFO_SEND implementation
Eric Dumazet
2
-2
/
+2
2023-09-15
ipv6: lockless IPV6_MTU_DISCOVER implementation
Eric Dumazet
2
-8
/
+11
2023-09-15
ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementation
Eric Dumazet
2
-2
/
+2
2023-09-15
ipv6: move np->repflow to atomic flags
Eric Dumazet
2
-1
/
+1
2023-09-15
ipv6: lockless IPV6_RECVERR implemetation
Eric Dumazet
3
-5
/
+3
2023-09-15
ipv6: lockless IPV6_DONTFRAG implementation
Eric Dumazet
4
-5
/
+5
2023-09-15
ipv6: lockless IPV6_AUTOFLOWLABEL implementation
Eric Dumazet
3
-3
/
+3
2023-09-15
ipv6: lockless IPV6_MULTICAST_ALL implementation
Eric Dumazet
2
-1
/
+1
2023-09-15
ipv6: lockless IPV6_RECVERR_RFC4884 implementation
Eric Dumazet
2
-1
/
+1
2023-09-15
ipv6: lockless IPV6_MULTICAST_HOPS implementation
Eric Dumazet
2
-9
/
+2
2023-09-15
ipv6: lockless IPV6_MULTICAST_LOOP implementation
Eric Dumazet
3
-5
/
+16
2023-09-15
ipv6: lockless IPV6_UNICAST_HOPS implementation
Eric Dumazet
2
-12
/
+2
2023-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
14
-30
/
+80
2023-09-14
Merge tag 'net-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-1
/
+6
2023-09-14
udplite: fix various data-races
Eric Dumazet
2
-9
/
+11
2023-09-14
udplite: remove UDPLITE_BIT
Eric Dumazet
1
-3
/
+2
2023-09-14
udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO
Eric Dumazet
2
-11
/
+7
2023-09-14
udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags
Eric Dumazet
1
-7
/
+9
[next]