summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-07-04netfilter: nf_tables: reject unsupported chain flagsPablo Neira Ayuso
2020-07-04netfilter: nf_tables: add NFT_CHAIN_BINDINGPablo Neira Ayuso
2020-07-04netfilter: nf_tables: add nft_chain_add()Pablo Neira Ayuso
2020-07-04netfilter: nf_tables: expose enum nft_chain_flags through UAPIPablo Neira Ayuso
2020-07-04netfilter: nf_tables: add NFTA_VERDICT_CHAIN_ID attributePablo Neira Ayuso
2020-07-04netfilter: nf_tables: add NFTA_RULE_CHAIN_ID attributePablo Neira Ayuso
2020-07-04netfilter: nf_tables: add NFTA_CHAIN_ID attributePablo Neira Ayuso
2020-07-04ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov
2020-07-01ipvs: avoid expiring many connections from timerJulian Anastasov
2020-06-30ipvs: register hooks only with servicesJulian Anastasov
2020-06-30netfilter: nft_set_pipapo: Drop useless assignment of scratch map index on i...Stefano Brivio
2020-06-30netfilter: introduce support for reject at prerouting stageLaura Garcia Liebana
2020-06-29net:qos: police action offloading parameter 'burst' change to the original valuePo Liu
2020-06-29mptcp: close poll() racesPaolo Abeni
2020-06-29mptcp: __mptcp_tcp_fallback() returns a struct sockPaolo Abeni
2020-06-29mptcp: create first subflow at msk creation timePaolo Abeni
2020-06-29mptcp: check for plain TCP sock at accept timePaolo Abeni
2020-06-29mptcp: fallback in case of simultaneous connectDavide Caratti
2020-06-29net: mptcp: improve fallback to TCPDavide Caratti
2020-06-29Merge tag 'mlx5-tls-2020-06-26' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2020-06-29net: sched: sch_red: Add qevents "early_drop" and "mark"Petr Machata
2020-06-29net: sched: sch_red: Split init and change callbacksPetr Machata
2020-06-29net: sched: Introduce helpers for qevent blocksPetr Machata
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata
2020-06-28l2tp: fix l2tp_eth_dev_xmit()'s return typeLuc Van Oostenryck
2020-06-28net/hsr: fix hsr_dev_xmit()'s return typeLuc Van Oostenryck
2020-06-27tcp: update delivered_ce with deliveredYousuk Seung
2020-06-27tcp: count sacked packets in tcp_sacktag_stateYousuk Seung
2020-06-27tcp: add ece_ack flag to reno sack functionsYousuk Seung
2020-06-27tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue()Yousuk Seung
2020-06-27net/tls: Add asynchronous resyncBoris Pismenny
2020-06-27Revert "net/tls: Add force_resync for driver resync"Boris Pismenny
2020-06-26mptcp: introduce token KUNIT self-testsPaolo Abeni
2020-06-26mptcp: move crypto test to KUNITPaolo Abeni
2020-06-26mptcp: refactor token containerPaolo Abeni
2020-06-26mptcp: add __init annotation on setup functionsPaolo Abeni
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-25sch_cake: add RFC 8622 LE PHB support to CAKE diffserv handlingKevin Darbyshire-Bryant
2020-06-25rds: transport module should be auto loaded when transport is setRao Shoaib
2020-06-25sch_cake: fix a few style nitsToke Høiland-Jørgensen
2020-06-25sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen
2020-06-25sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev
2020-06-25ethtool: fix error handling in linkstate_prepare_data()Michal Kubecek
2020-06-25sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner
2020-06-25tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-06-25net: bridge: enfore alignment for ethernet addressThomas Martitz
2020-06-25tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov
2020-06-24net: qos: police action add index for tc flower offloadingPo Liu