index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: nf_tables: add NFTA_VERDICT_CHAIN_ID attribute
Pablo Neira Ayuso
2020-07-04
1
-3
/
+13
*
netfilter: nf_tables: add NFTA_RULE_CHAIN_ID attribute
Pablo Neira Ayuso
2020-07-04
1
-4
/
+32
*
netfilter: nf_tables: add NFTA_CHAIN_ID attribute
Pablo Neira Ayuso
2020-07-04
1
-3
/
+12
*
ipvs: allow connection reuse for unconfirmed conntrack
Julian Anastasov
2020-07-04
1
-5
/
+7
*
ipvs: avoid expiring many connections from timer
Julian Anastasov
2020-07-01
2
-17
/
+42
*
ipvs: register hooks only with services
Julian Anastasov
2020-06-30
2
-19
/
+84
*
netfilter: nft_set_pipapo: Drop useless assignment of scratch map index on i...
Stefano Brivio
2020-06-30
1
-2
/
+0
*
netfilter: introduce support for reject at prerouting stage
Laura Garcia Liebana
2020-06-30
3
-1
/
+49
*
net:qos: police action offloading parameter 'burst' change to the original value
Po Liu
2020-06-29
1
-1
/
+1
*
mptcp: close poll() races
Paolo Abeni
2020-06-29
1
-5
/
+20
*
mptcp: __mptcp_tcp_fallback() returns a struct sock
Paolo Abeni
2020-06-29
1
-12
/
+10
*
mptcp: create first subflow at msk creation time
Paolo Abeni
2020-06-29
1
-33
/
+20
*
mptcp: check for plain TCP sock at accept time
Paolo Abeni
2020-06-29
1
-62
/
+7
*
mptcp: fallback in case of simultaneous connect
Davide Caratti
2020-06-29
2
-0
/
+20
*
net: mptcp: improve fallback to TCP
Davide Caratti
2020-06-29
4
-89
/
+98
*
Merge tag 'mlx5-tls-2020-06-26' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
2020-06-29
1
-6
/
+54
|
\
|
*
net/tls: Add asynchronous resync
Boris Pismenny
2020-06-27
1
-0
/
+51
|
*
Revert "net/tls: Add force_resync for driver resync"
Boris Pismenny
2020-06-27
1
-6
/
+3
*
|
net: sched: sch_red: Add qevents "early_drop" and "mark"
Petr Machata
2020-06-29
1
-2
/
+56
*
|
net: sched: sch_red: Split init and change callbacks
Petr Machata
2020-06-29
1
-12
/
+30
*
|
net: sched: Introduce helpers for qevent blocks
Petr Machata
2020-06-29
1
-0
/
+119
*
|
net: sched: Pass root lock to Qdisc_ops.enqueue
Petr Machata
2020-06-29
34
-69
/
+69
*
|
l2tp: fix l2tp_eth_dev_xmit()'s return type
Luc Van Oostenryck
2020-06-28
1
-1
/
+1
*
|
net/hsr: fix hsr_dev_xmit()'s return type
Luc Van Oostenryck
2020-06-28
1
-1
/
+1
*
|
tcp: update delivered_ce with delivered
Yousuk Seung
2020-06-27
1
-8
/
+21
*
|
tcp: count sacked packets in tcp_sacktag_state
Yousuk Seung
2020-06-27
1
-0
/
+4
*
|
tcp: add ece_ack flag to reno sack functions
Yousuk Seung
2020-06-27
1
-10
/
+12
*
|
tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue()
Yousuk Seung
2020-06-27
1
-2
/
+2
|
/
*
mptcp: introduce token KUNIT self-tests
Paolo Abeni
2020-06-26
4
-2
/
+152
*
mptcp: move crypto test to KUNIT
Paolo Abeni
2020-06-26
4
-67
/
+91
*
mptcp: refactor token container
Paolo Abeni
2020-06-26
4
-113
/
+236
*
mptcp: add __init annotation on setup functions
Paolo Abeni
2020-06-26
5
-10
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-06-25
107
-283
/
+590
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-06-25
105
-270
/
+580
|
|
\
|
|
*
rds: transport module should be auto loaded when transport is set
Rao Shoaib
2020-06-25
1
-9
/
+17
|
|
*
sch_cake: fix a few style nits
Toke Høiland-Jørgensen
2020-06-25
1
-2
/
+2
|
|
*
sch_cake: don't call diffserv parsing code when it is not needed
Toke Høiland-Jørgensen
2020-06-25
1
-4
/
+9
|
|
*
sch_cake: don't try to reallocate or unshare skb unconditionally
Ilya Ponetayev
2020-06-25
1
-11
/
+30
|
|
*
ethtool: fix error handling in linkstate_prepare_data()
Michal Kubecek
2020-06-25
1
-6
/
+5
|
|
*
sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket
Marcelo Ricardo Leitner
2020-06-25
3
-2
/
+7
|
|
*
tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT
Neal Cardwell
2020-06-25
1
-3
/
+2
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2020-06-25
54
-15
/
+159
|
|
|
\
|
|
|
*
netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c.
David Wilder
2020-06-25
5
-6
/
+44
|
|
|
*
netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...
David Wilder
2020-06-25
1
-1
/
+14
|
|
|
*
netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.
David Wilder
2020-06-25
5
-7
/
+44
|
|
|
*
netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...
David Wilder
2020-06-25
1
-1
/
+14
|
|
|
*
netfilter: Add MODULE_DESCRIPTION entries to kernel modules
Rob Gill
2020-06-25
41
-0
/
+41
|
|
|
*
netfilter: ipset: fix unaligned atomic access
Russell King
2020-06-25
1
-0
/
+2
|
|
*
|
net: bridge: enfore alignment for ethernet address
Thomas Martitz
2020-06-25
1
-1
/
+1
|
|
*
|
tcp: don't ignore ECN CWR on pure ACK
Denis Kirjanov
2020-06-25
1
-3
/
+11
[next]