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-23
net: ethernet: am65-cpsw: cleanup TAPRIO handling
Roger Quadros
1
-80
/
+71
2023-12-23
net: ethernet: am65-cpsw: Rename TI_AM65_CPSW_TAS to TI_AM65_CPSW_QOS
Roger Quadros
3
-8
/
+8
2023-12-23
net: ethernet: am65-cpsw: Build am65-cpsw-qos only if required
Roger Quadros
3
-13
/
+28
2023-12-23
selftests: forwarding: ethtool_mm: fall back to aggregate if device does not ...
Vladimir Oltean
2
-0
/
+20
2023-12-23
selftests: forwarding: ethtool_mm: support devices with higher rx-min-frag-size
Vladimir Oltean
1
-2
/
+35
2023-12-23
Merge branch 'net-selftests-unique-namespace-last-part'
David S. Miller
12
-157
/
+193
2023-12-23
kselftest/runner.sh: add netns support
Hangbin Liu
2
-3
/
+45
2023-12-23
selftests/net: convert pmtu.sh to run it in unique namespace
Hangbin Liu
1
-18
/
+9
2023-12-23
selftests/net: use unique netns name for setup_loopback.sh setup_veth.sh
Hangbin Liu
4
-15
/
+20
2023-12-23
selftests/net: convert xfrm_policy.sh to run it in unique namespace
Hangbin Liu
1
-69
/
+69
2023-12-23
selftests/net: convert stress_reuseport_listen.sh to run it in unique namespace
Hangbin Liu
1
-3
/
+3
2023-12-23
selftests/net: convert rtnetlink.sh to run it in unique namespace
Hangbin Liu
1
-16
/
+18
2023-12-23
selftests/net: convert netns-name.sh to run it in unique namespace
Hangbin Liu
1
-22
/
+22
2023-12-23
selftests/net: convert gre_gso.sh to run it in unique namespace
Hangbin Liu
1
-11
/
+7
2023-12-23
selftests/net: remove unneeded semicolon
Jiapeng Chong
1
-1
/
+1
2023-12-22
selftest/tcp-ao: Rectify out-of-tree build
Dmitry Safonov
1
-6
/
+3
2023-12-22
tipc: Remove some excess struct member documentation
Jonathan Corbet
1
-15
/
+0
2023-12-22
net: skbuff: Remove some excess struct-member documentation
Jonathan Corbet
1
-2
/
+0
2023-12-22
Merge branch 'tcp-refactor-bhash2'
David S. Miller
8
-146
/
+92
2023-12-22
tcp: Remove dead code and fields for bhash2.
Kuniyuki Iwashima
5
-35
/
+1
2023-12-22
tcp: Link sk and twsk to tb2->owners using skc_bind_node.
Kuniyuki Iwashima
5
-26
/
+9
2023-12-22
tcp: Unlink sk from bhash.
Kuniyuki Iwashima
3
-12
/
+0
2023-12-22
tcp: Check hlist_empty(&tb->bhash2) instead of hlist_empty(&tb->owners).
Kuniyuki Iwashima
3
-9
/
+8
2023-12-22
tcp: Iterate tb->bhash2 in inet_csk_bind_conflict().
Kuniyuki Iwashima
1
-1
/
+17
2023-12-22
tcp: Rearrange tests in inet_csk_bind_conflict().
Kuniyuki Iwashima
1
-21
/
+19
2023-12-22
tcp: Link bhash2 to bhash.
Kuniyuki Iwashima
3
-12
/
+15
2023-12-22
tcp: Rename tb in inet_bind2_bucket_(init|create)().
Kuniyuki Iwashima
1
-16
/
+16
2023-12-22
tcp: Save address type in inet_bind2_bucket.
Kuniyuki Iwashima
2
-16
/
+14
2023-12-22
tcp: Save v4 address as v4-mapped-v6 in inet_bind2_bucket.v6_rcv_saddr.
Kuniyuki Iwashima
3
-29
/
+21
2023-12-22
tcp: Rearrange tests in inet_bind2_bucket_(addr_match|match_addr_any)().
Kuniyuki Iwashima
1
-13
/
+12
2023-12-22
tcp: Use bhash2 for v4-mapped-v6 non-wildcard address.
Kuniyuki Iwashima
2
-3
/
+7
2023-12-22
selftests/net: Fix various spelling mistakes in TCP-AO tests
Colin Ian King
4
-5
/
+5
2023-12-22
octeontx2-af: Fix a double free issue
Suman Ghosh
1
-1
/
+1
2023-12-22
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
David S. Miller
71
-1016
/
+734
2023-12-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
290
-2236
/
+2280
2023-12-21
net/ipv6: Remove gc_link warn on in fib6_info_release
David Ahern
1
-3
/
+1
2023-12-21
Merge tag 'net-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
74
-369
/
+561
2023-12-21
net: phy: at803x: replace msleep(1) with usleep_range
Christian Marangi
1
-3
/
+3
2023-12-21
net: phy: at803x: remove extra space after cast
Christian Marangi
1
-1
/
+1
2023-12-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
4
-0
/
+45
2023-12-21
net: check dev->gso_max_size in gso_features_check()
Eric Dumazet
1
-0
/
+3
2023-12-21
kselftest: rtnetlink.sh: use grep_fail when expecting the cmd fail
Hangbin Liu
1
-1
/
+1
2023-12-21
net/ipv6: Revert remove expired routes with a separated list of routes
David Ahern
3
-103
/
+22
2023-12-21
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Paolo Abeni
2
-4
/
+5
2023-12-21
net: avoid build bug in skb extension length calculation
Thomas Weißschuh
1
-0
/
+2
2023-12-21
net: ethernet: mtk_wed: fix possible NULL pointer dereference in mtk_wed_wo_q...
Lorenzo Bianconi
1
-0
/
+3
2023-12-20
posix-timers: Get rid of [COMPAT_]SYS_NI() uses
Linus Torvalds
6
-96
/
+19
2023-12-20
Merge tag '6.7-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
9
-72
/
+93
2023-12-20
Merge tag 's390-6.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
5
-14
/
+16
2023-12-20
Merge tag 'soc-fixes-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
10
-13
/
+32
[next]