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-26
mptcp: fix potential wake-up event loss
Paolo Abeni
1
-10
/
+11
2024-02-26
mptcp: fix snd_wnd initialization for passive socket
Paolo Abeni
1
-1
/
+1
2024-02-26
mptcp: push at DSS boundaries
Paolo Abeni
1
-0
/
+1
2024-02-26
mptcp: avoid printing warning once on client side
Matthieu Baerts (NGI0)
1
-1
/
+1
2024-02-26
mptcp: map v4 address to v6 when destroying subflow
Geliang Tang
1
-0
/
+10
2024-02-26
ipv6: anycast: complete RCU handling of struct ifacaddr6
Eric Dumazet
2
-40
/
+25
2024-02-26
dpll: rely on rcu for netdev_dpll_pin()
Eric Dumazet
1
-1
/
+1
2024-02-26
ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()
Eric Dumazet
1
-3
/
+4
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-26
xfrm: Avoid clang fortify warning in copy_to_user_tmpl()
Nathan Chancellor
1
-0
/
+3
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-23
wifi: mac80211: only call drv_sta_rc_update for uploaded stations
Felix Fietkau
1
-1
/
+2
2024-02-22
net: mctp: take ownership of skb in mctp_local_output
Jeremy Kerr
1
-2
/
+8
2024-02-22
net: ip_tunnel: prevent perpetual headroom growth
Florian Westphal
1
-7
/
+21
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
netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter
Ryosuke Yasuoka
1
-1
/
+1
2024-02-22
net/af_iucv: fix virtual vs physical address confusion
Alexander Gordeev
1
-6
/
+4
2024-02-22
treewide: update LLVM Bugzilla links
Nathan Chancellor
1
-1
/
+1
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
2024-02-22
l2tp: pass correct message length to ip6_append_data
Tom Parkin
1
-1
/
+1
2024-02-22
Merge tag 'nf-24-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
2
-42
/
+56
2024-02-22
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
2
-3
/
+7
2024-02-22
Fix write to cloned skb in ipv6_hop_ioam()
Justin Iurman
1
-0
/
+10
2024-02-22
phonet/pep: fix racy skb_queue_empty() use
Rémi Denis-Courmont
1
-9
/
+32
[prev]
[next]