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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-11
Revert "net: rtnetlink: remove local list in __linkwatch_run_queue()"
Johannes Berg
1
-3
/
+12
2023-12-11
nfp: support UDP segmentation offload
Fei Qin
4
-8
/
+21
2023-12-10
Merge branch 'rswitch-jumbo-frames'
David S. Miller
2
-125
/
+295
2023-12-10
net: rswitch: Allow jumbo frames
Yoshihiro Shimoda
2
-1
/
+4
2023-12-10
net: rswitch: Add jumbo frames handling for TX
Yoshihiro Shimoda
1
-10
/
+46
2023-12-10
net: rswitch: Add jumbo frames handling for RX
Yoshihiro Shimoda
2
-10
/
+78
2023-12-10
net: rswitch: Set GWMDNC register
Yoshihiro Shimoda
2
-0
/
+6
2023-12-10
net: rswitch: Add a setting ext descriptor function
Yoshihiro Shimoda
1
-26
/
+47
2023-12-10
net: rswitch: Add unmap_addrs instead of dma address in each desc
Yoshihiro Shimoda
2
-8
/
+12
2023-12-10
net: rswitch: Use build_skb() for RX
Yoshihiro Shimoda
2
-33
/
+59
2023-12-10
net: rswitch: Use unsigned int for desc related array index
Yoshihiro Shimoda
2
-46
/
+56
2023-12-10
net: rswitch: Drop unused argument/return value
Yoshihiro Shimoda
1
-7
/
+3
2023-12-10
net: mdio_bus: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-12-10
qlcnic: replace deprecated strncpy with strscpy
Justin Stitt
1
-6
/
+6
2023-12-10
net: ena: replace deprecated strncpy with strscpy
justinstitt@google.com
1
-2
/
+2
2023-12-08
ipv6: do not check fib6_has_expires() in fib6_info_release()
Eric Dumazet
1
-1
/
+0
2023-12-08
net: sysfs: fix locking in carrier read
Johannes Berg
1
-2
/
+7
2023-12-08
netlink: Return unsigned value for nla_len()
Kees Cook
1
-1
/
+1
2023-12-08
net: dsa: microchip: use DSA_TAG_PROTO without _VALUE define
Sean Nyekjaer
1
-1
/
+1
2023-12-08
Use READ/WRITE_ONCE() for IP local_port_range.
David Laight
7
-57
/
+43
2023-12-08
Merge branch 'net-selftests-unique-namespace'
David S. Miller
9
-750
/
+751
2023-12-08
selftests/net: convert vrf-xfrm-tests.sh to run it in unique namespace
Hangbin Liu
1
-41
/
+36
2023-12-08
selftests/net: convert vrf_strict_mode_test.sh to run it in unique namespace
Hangbin Liu
1
-25
/
+22
2023-12-08
selftests/net: convert vrf_route_leaking.sh to run it in unique namespace
Hangbin Liu
1
-105
/
+96
2023-12-08
selftests/net: convert test_vxlan_vnifiltering.sh to run it in unique namespace
Hangbin Liu
1
-59
/
+95
2023-12-08
selftests/net: convert test_vxlan_under_vrf.sh to run it in unique namespace
Hangbin Liu
1
-34
/
+36
2023-12-08
selftests/net: convert test_vxlan_nolocalbypass.sh to run it in unique namespace
Hangbin Liu
1
-25
/
+23
2023-12-08
selftests/net: convert test_vxlan_mdb.sh to run it in unique namespace
Hangbin Liu
1
-103
/
+99
2023-12-08
selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique name...
Hangbin Liu
1
-169
/
+162
2023-12-08
selftests/net: convert test_bridge_backup_port.sh to run it in unique namespace
Hangbin Liu
1
-189
/
+182
2023-12-08
Merge branch 'ethtool_puts'
David S. Miller
31
-112
/
+139
2023-12-08
net: Convert some ethtool_sprintf() to ethtool_puts()
justinstitt@google.com
28
-112
/
+100
2023-12-08
checkpatch: add ethtool_sprintf rules
justinstitt@google.com
1
-0
/
+19
2023-12-08
ethtool: Implement ethtool_puts()
justinstitt@google.com
2
-0
/
+20
2023-12-07
Merge branch 'nfp-add-ext_ack-messages-to-supported-callbacks'
Jakub Kicinski
4
-20
/
+51
2023-12-07
nfp: devlink: add extended ack report messages
Ryno Swart
1
-2
/
+6
2023-12-07
nfp: ethtool: add extended ack report messages
Ryno Swart
3
-18
/
+45
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
345
-1611
/
+3496
2023-12-07
Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
88
-356
/
+821
2023-12-07
Merge tag 'cgroup-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+7
2023-12-07
Merge tag 'wq-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-7
/
+15
2023-12-07
Merge tag 'regmap-fix-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+1
2023-12-07
Merge tag 'devicetree-fixes-for-6.7-1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
6
-6
/
+44
2023-12-07
Merge tag 'platform-drivers-x86-v6.7-3' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
9
-41
/
+153
2023-12-07
Merge tag 'x86-int80-20231207' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
10
-85
/
+118
2023-12-07
vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warning
Stefano Garzarella
1
-2
/
+1
2023-12-07
net/smc: fix missing byte order conversion in CLC handshake
Wen Gu
3
-9
/
+8
2023-12-07
net: wangxun: fix changing mac failed when running
duanqiangwen
2
-0
/
+2
2023-12-07
net: dsa: microchip: provide a list of valid protocols for xmit handler
Sean Nyekjaer
1
-4
/
+12
2023-12-07
Merge branch 'generic-netlink-multicast-fixes'
Jakub Kicinski
4
-2
/
+10
[next]