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-08-30
icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netns
Eric Dumazet
2
-21
/
+20
2024-08-30
icmp: move icmp_global.credit and icmp_global.stamp to per netns storage
Eric Dumazet
2
-17
/
+13
2024-08-30
icmp: change the order of rate limits
Eric Dumazet
2
-57
/
+74
2024-08-30
net: openvswitch: Use ERR_CAST() to return
Yan Zhen
1
-1
/
+1
2024-08-29
tcp: add SO_PEEK_OFF socket option tor TCPv6
Jon Maloy
1
-0
/
+1
2024-08-29
net/ipv4: net: prefer strscpy over strcpy
Hongbo Li
3
-3
/
+3
2024-08-29
net/tipc: replace deprecated strcpy with strscpy
Hongbo Li
1
-1
/
+1
2024-08-29
net/netrom: prefer strscpy over strcpy
Hongbo Li
1
-2
/
+2
2024-08-29
net/ipv6: replace deprecated strcpy with strscpy
Hongbo Li
1
-1
/
+1
2024-08-29
net: prefer strscpy over strcpy
Hongbo Li
1
-1
/
+1
2024-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
19
-158
/
+248
2024-08-30
Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
18
-156
/
+244
2024-08-29
mptcp: pm: ADD_ADDR 0 is not a new address
Matthieu Baerts (NGI0)
3
-1
/
+14
2024-08-29
mptcp: avoid duplicated SUB_CLOSED events
Matthieu Baerts (NGI0)
2
-1
/
+8
2024-08-29
mptcp: pm: fix ID 0 endp usage after multiple re-creations
Matthieu Baerts (NGI0)
1
-2
/
+5
2024-08-29
mptcp: pm: do not remove already closed subflows
Matthieu Baerts (NGI0)
1
-0
/
+2
2024-08-29
mptcp: pm: reset MPC endp ID when re-added
Matthieu Baerts (NGI0)
1
-2
/
+11
2024-08-29
mptcp: pm: skip connecting to already established sf
Matthieu Baerts (NGI0)
1
-3
/
+6
2024-08-29
mptcp: pm: send ACK on an active subflow
Matthieu Baerts (NGI0)
1
-3
/
+6
2024-08-29
mptcp: pm: fix RM_ADDR ID for the initial subflow
Matthieu Baerts (NGI0)
1
-13
/
+15
2024-08-29
mptcp: pm: reuse ID 0 after delete and re-add
Matthieu Baerts (NGI0)
1
-0
/
+10
2024-08-28
net: ethtool: cable-test: Release RTNL when the PHY isn't found
Maxime Chevallier
1
-2
/
+2
2024-08-28
tcp: annotate data-races around tcptw->tw_rcv_nxt
Eric Dumazet
3
-14
/
+18
2024-08-28
tcp: remove volatile qualifier on tw_substate
Eric Dumazet
4
-7
/
+7
2024-08-28
Merge tag 'wireless-2024-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
2
-2
/
+4
2024-08-27
net/handshake: use sockfd_put() helper
A K M Fazla Mehrab
1
-2
/
+2
2024-08-27
sctp: fix association labeling in the duplicate COOKIE-ECHO case
Ondrej Mosnacek
1
-6
/
+16
2024-08-27
mptcp: pr_debug: add missing \n at the end
Matthieu Baerts (NGI0)
9
-107
/
+107
2024-08-27
mptcp: sched: check both backup in retrans
Matthieu Baerts (NGI0)
1
-1
/
+1
2024-08-27
mptcp: close subflow when receiving TCP+FIN
Matthieu Baerts (NGI0)
2
-3
/
+10
2024-08-27
tcp: fix forever orphan socket caused by tcp_abort
Xueming Feng
1
-7
/
+11
2024-08-27
l2tp: avoid using drain_workqueue in l2tp_pre_exit_net
James Chapman
1
-6
/
+9
2024-08-27
net: fix unreleased lock in cable test
Diogo Jahchan Koike
1
-2
/
+1
2024-08-27
net_sched: sch_fq: fix incorrect behavior for small weights
Eric Dumazet
1
-1
/
+3
2024-08-27
tc: adjust network header after 2nd vlan push
Boris Sukholitko
4
-3
/
+9
2024-08-26
ipv6: avoid indirect calls for SOL_IP socket options
Eric Dumazet
1
-2
/
+2
2024-08-26
net/ipv4: fix macro definition sk_for_each_bound_bhash
Hongbo Li
1
-1
/
+1
2024-08-26
ethtool: check device is present when getting link settings
Jamie Bainbridge
2
-1
/
+4
2024-08-26
tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() process
Jason Xing
1
-0
/
+3
2024-08-26
l2tp: avoid overriding sk->sk_user_data
Cong Wang
1
-0
/
+3
2024-08-26
tipc: use min() to simplify the code
Li Zetao
1
-1
/
+1
2024-08-26
ipv6: mcast: use min() to simplify the code
Li Zetao
1
-2
/
+3
2024-08-26
net: caif: use max() to simplify the code
Li Zetao
1
-4
/
+2
2024-08-26
net: Correct spelling in net/core
Simon Horman
9
-20
/
+20
2024-08-26
ethtool: Add support for specifying information source in cable test results
Oleksij Rempel
1
-4
/
+15
2024-08-26
netpoll: Ensure clean state on setup failures
Breno Leitao
1
-5
/
+10
2024-08-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+16
2024-08-26
wifi: mac80211: free skb on error path in ieee80211_beacon_get_ap()
Dmitry Antipov
1
-1
/
+3
2024-08-26
Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
30
-78
/
+133
2024-08-26
wifi: mac80211: fix beacon SSID mismatch handling
Daniel Gabay
1
-1
/
+1
[next]