summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: add NFTA_VERDICT_CHAIN_ID attributePablo Neira Ayuso2020-07-041-3/+13
* netfilter: nf_tables: add NFTA_RULE_CHAIN_ID attributePablo Neira Ayuso2020-07-041-4/+32
* netfilter: nf_tables: add NFTA_CHAIN_ID attributePablo Neira Ayuso2020-07-041-3/+12
* ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov2020-07-041-5/+7
* ipvs: avoid expiring many connections from timerJulian Anastasov2020-07-012-17/+42
* ipvs: register hooks only with servicesJulian Anastasov2020-06-302-19/+84
* netfilter: nft_set_pipapo: Drop useless assignment of scratch map index on i...Stefano Brivio2020-06-301-2/+0
* netfilter: introduce support for reject at prerouting stageLaura Garcia Liebana2020-06-303-1/+49
* net:qos: police action offloading parameter 'burst' change to the original valuePo Liu2020-06-291-1/+1
* mptcp: close poll() racesPaolo Abeni2020-06-291-5/+20
* mptcp: __mptcp_tcp_fallback() returns a struct sockPaolo Abeni2020-06-291-12/+10
* mptcp: create first subflow at msk creation timePaolo Abeni2020-06-291-33/+20
* mptcp: check for plain TCP sock at accept timePaolo Abeni2020-06-291-62/+7
* mptcp: fallback in case of simultaneous connectDavide Caratti2020-06-292-0/+20
* net: mptcp: improve fallback to TCPDavide Caratti2020-06-294-89/+98
* Merge tag 'mlx5-tls-2020-06-26' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2020-06-291-6/+54
|\
| * net/tls: Add asynchronous resyncBoris Pismenny2020-06-271-0/+51
| * Revert "net/tls: Add force_resync for driver resync"Boris Pismenny2020-06-271-6/+3
* | net: sched: sch_red: Add qevents "early_drop" and "mark"Petr Machata2020-06-291-2/+56
* | net: sched: sch_red: Split init and change callbacksPetr Machata2020-06-291-12/+30
* | net: sched: Introduce helpers for qevent blocksPetr Machata2020-06-291-0/+119
* | net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata2020-06-2934-69/+69
* | l2tp: fix l2tp_eth_dev_xmit()'s return typeLuc Van Oostenryck2020-06-281-1/+1
* | net/hsr: fix hsr_dev_xmit()'s return typeLuc Van Oostenryck2020-06-281-1/+1
* | tcp: update delivered_ce with deliveredYousuk Seung2020-06-271-8/+21
* | tcp: count sacked packets in tcp_sacktag_stateYousuk Seung2020-06-271-0/+4
* | tcp: add ece_ack flag to reno sack functionsYousuk Seung2020-06-271-10/+12
* | tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue()Yousuk Seung2020-06-271-2/+2
|/
* mptcp: introduce token KUNIT self-testsPaolo Abeni2020-06-264-2/+152
* mptcp: move crypto test to KUNITPaolo Abeni2020-06-264-67/+91
* mptcp: refactor token containerPaolo Abeni2020-06-264-113/+236
* mptcp: add __init annotation on setup functionsPaolo Abeni2020-06-265-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-25107-283/+590
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-25105-270/+580
| |\
| | * rds: transport module should be auto loaded when transport is setRao Shoaib2020-06-251-9/+17
| | * sch_cake: fix a few style nitsToke Høiland-Jørgensen2020-06-251-2/+2
| | * sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen2020-06-251-4/+9
| | * sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev2020-06-251-11/+30
| | * ethtool: fix error handling in linkstate_prepare_data()Michal Kubecek2020-06-251-6/+5
| | * sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-253-2/+7
| | * tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-251-3/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-06-2554-15/+159
| | |\
| | | * netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c.David Wilder2020-06-255-6/+44
| | | * netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...David Wilder2020-06-251-1/+14
| | | * netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.David Wilder2020-06-255-7/+44
| | | * netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...David Wilder2020-06-251-1/+14
| | | * netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill2020-06-2541-0/+41
| | | * netfilter: ipset: fix unaligned atomic accessRussell King2020-06-251-0/+2
| | * | net: bridge: enfore alignment for ethernet addressThomas Martitz2020-06-251-1/+1
| | * | tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov2020-06-251-3/+11