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
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
29
-171
/
+319
2021-10-28
mptcp: fix corrupt receiver key in MPC + data + checksum
Davide Caratti
1
-15
/
+24
2021-10-28
devlink: Simplify internal devlink params implementation
Leon Romanovsky
1
-123
/
+46
2021-10-28
net/tls: Fix flipped sign in async_wait.err assignment
Daniel Jordan
1
-1
/
+1
2021-10-28
net/tls: Fix flipped sign in tls_err_abort() calls
Daniel Jordan
1
-4
/
+13
2021-10-28
net: ipconfig: Release the rtnl_lock while waiting for carrier
Maxime Chevallier
1
-2
/
+10
2021-10-28
sch_htb: Add extack messages for EOPNOTSUPP errors
Maxim Mikityanskiy
1
-2
/
+6
2021-10-28
net/smc: Correct spelling mistake to TCPF_SYN_RECV
Wen Gu
1
-1
/
+1
2021-10-28
net/smc: Fix smc_link->llc_testlink_time overflow
Tony Lu
1
-1
/
+1
2021-10-28
ipv6: enable net.ipv6.route.max_size sysctl in network namespace
Alexander Kuznetsov
1
-12
/
+12
2021-10-28
tcp: do not clear TCP_SKB_CB(skb)->sacked if already zero
Eric Dumazet
2
-6
/
+0
2021-10-28
tcp: do not clear skb->csum if already zero
Eric Dumazet
3
-3
/
+0
2021-10-28
tcp: factorize ip_summed setting
Eric Dumazet
3
-9
/
+2
2021-10-28
tcp: no longer set skb->reserved_tailroom
Eric Dumazet
2
-6
/
+0
2021-10-28
tcp: remove dead code from tcp_collapse_retrans()
Eric Dumazet
1
-7
/
+3
2021-10-28
tcp: cleanup tcp_remove_empty_skb() use
Eric Dumazet
2
-6
/
+7
2021-10-28
tcp: remove dead code from tcp_sendmsg_locked()
Eric Dumazet
1
-9
/
+1
2021-10-27
mptcp: drop unused sk in mptcp_push_release
Geliang Tang
1
-5
/
+4
2021-10-27
mptcp: allocate fwd memory separately on the rx and tx path
Paolo Abeni
2
-145
/
+95
2021-10-27
net: introduce sk_forward_alloc_get()
Paolo Abeni
3
-3
/
+3
2021-10-27
inet: remove races in inet{6}_getname()
Eric Dumazet
2
-17
/
+20
2021-10-27
xdp: Remove redundant warning
Yajun Deng
1
-2
/
+0
2021-10-27
net: sch: simplify condtion for selecting mini_Qdisc_pair buffer
Seth Forshee
1
-1
/
+1
2021-10-27
net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()
Seth Forshee
1
-19
/
+19
2021-10-27
net: sched: gred: dynamically allocate tc_gred_qopt_offload
Arnd Bergmann
1
-20
/
+30
2021-10-27
Revert "devlink: Remove not-executed trap policer notifications"
Leon Romanovsky
1
-5
/
+7
2021-10-27
Revert "devlink: Remove not-executed trap group notifications"
Leon Romanovsky
1
-5
/
+7
2021-10-27
Merge tag 'mac80211-for-net-2021-10-27' of git://git.kernel.org/pub/scm/linux...
Jakub Kicinski
4
-20
/
+24
2021-10-27
net: switchdev: merge switchdev_handle_fdb_{add,del}_to_device
Vladimir Oltean
2
-164
/
+33
2021-10-27
net: bridge: create a common function for populating switchdev FDB entries
Vladimir Oltean
1
-19
/
+22
2021-10-27
net: bridge: move br_fdb_replay inside br_switchdev.c
Vladimir Oltean
3
-56
/
+54
2021-10-27
net: bridge: reduce indentation level in fdb_create
Vladimir Oltean
1
-14
/
+17
2021-10-27
net: bridge: rename br_fdb_insert to br_fdb_add_local
Vladimir Oltean
4
-8
/
+7
2021-10-27
net: bridge: rename fdb_insert to fdb_add_local
Vladimir Oltean
1
-7
/
+7
2021-10-27
net: bridge: remove fdb_insert forward declaration
Vladimir Oltean
1
-59
/
+57
2021-10-27
net: bridge: remove fdb_notify forward declaration
Vladimir Oltean
1
-124
/
+122
2021-10-26
net: Prevent HW-GRO and LRO features operate together
Ben Ben-ishay
1
-0
/
+5
2021-10-26
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
10
-22
/
+42
2021-10-26
net: Implement ->sock_is_readable() for UDP and AF_UNIX
Cong Wang
4
-0
/
+10
2021-10-26
skmsg: Extract and reuse sk_msg_is_readable()
Cong Wang
2
-14
/
+15
2021-10-26
net: Rename ->stream_memory_read to ->sock_is_readable
Cong Wang
4
-9
/
+6
2021-10-26
tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict function
Liu Jian
1
-0
/
+12
2021-10-26
net: dsa: stop calling dev_hold in dsa_slave_fdb_event
Vladimir Oltean
1
-3
/
+0
2021-10-26
net: dsa: flush switchdev workqueue when leaving the bridge
Vladimir Oltean
1
-0
/
+2
2021-10-26
mctp: Implement extended addressing
Jeremy Kerr
2
-35
/
+149
2021-10-26
net: hsr: Add support for redbox supervision frames
Andreas Oetken
4
-26
/
+113
2021-10-26
net: batman-adv: fix error handling
Pavel Skripkin
4
-20
/
+52
2021-10-26
tcp: remove unneeded code from tcp_stream_alloc_skb()
Eric Dumazet
1
-3
/
+0
2021-10-26
tcp: use MAX_TCP_HEADER in tcp_stream_alloc_skb
Eric Dumazet
1
-2
/
+2
2021-10-26
tcp: rename sk_stream_alloc_skb
Eric Dumazet
2
-11
/
+11
[next]