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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-28
net: ethtool: eee: Remove legacy _u32 from keee
Andrew Lunn
2
-46
/
+14
2024-02-28
ipv6: raw: remove useless input parameter in rawv6_get/seticmpfilter
Zhengchao Shao
1
-4
/
+4
2024-02-28
net: exthdrs: ioam6: send trace event
Justin Iurman
1
-0
/
+4
2024-02-28
net: ioam6: multicast event
Justin Iurman
1
-0
/
+64
2024-02-28
tcp: make dropreason in tcp_child_process() work
Jason Xing
2
-11
/
+17
2024-02-28
tcp: make the dropreason really work when calling tcp_rcv_state_process()
Jason Xing
3
-7
/
+9
2024-02-28
tcp: add dropreasons in tcp_rcv_state_process()
Jason Xing
1
-7
/
+12
2024-02-28
tcp: add more specific possible drop reasons in tcp_rcv_synsent_state_process()
Jason Xing
1
-1
/
+4
2024-02-28
tcp: use drop reasons in cookie check for ipv6
Jason Xing
1
-4
/
+12
2024-02-28
tcp: directly drop skb in cookie check for ipv6
Jason Xing
2
-4
/
+5
2024-02-28
tcp: use drop reasons in cookie check for ipv4
Jason Xing
1
-6
/
+13
2024-02-28
tcp: directly drop skb in cookie check for ipv4
Jason Xing
2
-1
/
+5
2024-02-28
net: make SK_MEMORY_PCPU_RESERV tunable
Adam Li
2
-0
/
+10
2024-02-27
ipv6: raw: remove useless input parameter in rawv6_err
Zhengchao Shao
1
-3
/
+2
2024-02-27
netlink: use kvmalloc() in netlink_alloc_large_skb()
Eric Dumazet
1
-10
/
+8
2024-02-26
mptcp: check the protocol in mptcp_sk() with DEBUG_NET
Matthieu Baerts (NGI0)
1
-1
/
+7
2024-02-26
mptcp: check the protocol in tcp_sk() with DEBUG_NET
Matthieu Baerts (NGI0)
1
-0
/
+10
2024-02-26
mptcp: token kunit: set protocol
Matthieu Baerts (NGI0)
1
-1
/
+6
2024-02-26
ipv6: anycast: complete RCU handling of struct ifacaddr6
Eric Dumazet
2
-40
/
+25
2024-02-26
rtnetlink: provide RCU protection to rtnl_fill_prop_list()
Eric Dumazet
1
-5
/
+4
2024-02-26
rtnetlink: make rtnl_fill_link_ifmap() RCU ready
Eric Dumazet
1
-10
/
+11
2024-02-26
inet: switch inet_dump_fib() to RCU protection
Eric Dumazet
2
-21
/
+20
2024-02-26
inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCU
Eric Dumazet
5
-9
/
+25
2024-02-26
ipv6: switch inet6_dump_ifinfo() to RCU protection
Eric Dumazet
1
-1
/
+1
2024-02-26
rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flag
Eric Dumazet
2
-0
/
+5
2024-02-26
rtnetlink: change nlk->cb_mutex role
Eric Dumazet
2
-16
/
+21
2024-02-26
netlink: hold nlk->cb_mutex longer in __netlink_dump_start()
Eric Dumazet
1
-7
/
+6
2024-02-26
netlink: fix netlink_diag_dump() return value
Eric Dumazet
1
-1
/
+1
2024-02-26
ipv6: use xarray iterator to implement inet6_dump_ifinfo()
Eric Dumazet
1
-27
/
+19
2024-02-26
ipv6: prepare inet6_fill_ifinfo() for RCU protection
Eric Dumazet
2
-6
/
+9
2024-02-26
ipv6: prepare inet6_fill_ifla6_attrs() for RCU
Eric Dumazet
2
-75
/
+90
2024-02-26
rtnetlink: prepare nla_put_iflink() to run under RCU
Eric Dumazet
7
-10
/
+10
2024-02-23
net: mpls: error out if inner headers are not set
Florian Westphal
1
-0
/
+3
2024-02-23
net: ethtool: avoid rebuilds on UTS_RELEASE change
Jann Horn
1
-2
/
+3
2024-02-22
Merge tag 'nf-next-24-02-21' of https://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
11
-258
/
+346
2024-02-22
ipv6/sit: Do not allocate stats in the driver
Breno Leitao
1
-8
/
+4
2024-02-22
net/af_iucv: fix virtual vs physical address confusion
Alexander Gordeev
1
-6
/
+4
2024-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
33
-233
/
+460
2024-02-22
Merge tag 'wireless-next-2024-02-22' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
7
-455
/
+372
2024-02-22
net: mctp: tests: Add a test for proper tag creation on local output
Jeremy Kerr
1
-0
/
+75
2024-02-22
net: mctp: tests: Test that outgoing skbs have flow data populated
Jeremy Kerr
2
-0
/
+137
2024-02-22
net: mctp: copy skb ext data when fragmenting
Jeremy Kerr
2
-0
/
+11
2024-02-22
net: mctp: tests: Add MCTP net isolation tests
Jeremy Kerr
1
-0
/
+161
2024-02-22
net: mctp: tests: Add netid argument to __mctp_route_test_init
Jeremy Kerr
1
-4
/
+7
2024-02-22
net: mctp: provide a more specific tag allocation ioctl
Jeremy Kerr
1
-20
/
+97
2024-02-22
net: mctp: separate key correlation across nets
Jeremy Kerr
3
-16
/
+38
2024-02-22
net: mctp: tests: create test skbs with the correct net and device
Jeremy Kerr
2
-8
/
+17
2024-02-22
net: mctp: make key lookups match the ANY address on either local or peer
Jeremy Kerr
1
-3
/
+11
2024-02-22
net: mctp: Add some detail on the key allocation implementation
Jeremy Kerr
1
-0
/
+37
2024-02-22
net: mctp: avoid confusion over local/peer dest/source addresses
Jeremy Kerr
2
-9
/
+9
[next]