summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-07-08net: dsa: tag_rtl4_a: Implement Realtek 4 byte A tagLinus Walleij
2020-07-08ethtool: Add support for 100Gbps per lane link modesMeir Lichtinger
2020-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-07-08net: phy: Uninline PHY ethtool statistics operationsFlorian Fainelli
2020-07-07net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-07Replace HTTP links with HTTPS ones: X.25 network layerAlexander A. Klimov
2020-07-07net: ethtool: Remove PHYLIB direct dependencyFlorian Fainelli
2020-07-07net: ethtool: Introduce ethtool_phy_opsFlorian Fainelli
2020-07-07mptcp: use mptcp worker for path managementFlorian Westphal
2020-07-06mptcp: fix race in subflow_data_ready()Davide Caratti
2020-07-06Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov
2020-07-05net: dsa: tag_qca.c: Fix warning for __be16 vs u16Andrew Lunn
2020-07-05net: dsa: tag_mtk: Fix warnings for __be16Andrew Lunn
2020-07-05net: dsa: tag_lan9303: Fix __be16 warningsAndrew Lunn
2020-07-05net: dsa: tag_ksz: Fix __be16 warningsAndrew Lunn
2020-07-05net: dsa: Add __percpu property to prevent warningsAndrew Lunn
2020-07-04mptcp: support IPV6_V6ONLY setsockoptFlorian Westphal
2020-07-04mptcp: add REUSEADDR/REUSEPORT supportFlorian Westphal
2020-07-04net: use mptcp setsockopt function for SOL_SOCKET on mptcp socketsFlorian Westphal
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
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-03ipv6/ping: set skb->mark on icmpv6 socketsWillem de Bruijn
2020-07-02bridge: Extend br_fill_ifinfo to return MPR statusHoratiu Vultur
2020-07-02bridge: mrp: Add br_mrp_fill_infoHoratiu Vultur
2020-07-01mptcp: add receive buffer auto-tuningFlorian Westphal
2020-07-01net: sched: Allow changing default qdisc to FQ-PIEDanny Lin
2020-07-01net/packet: remove redundant initialization of variable errColin Ian King
2020-07-01bpf: Fix net/core/filter build errors when INET is not enabledRandy Dunlap
2020-07-01ipvs: avoid expiring many connections from timerJulian Anastasov
2020-06-30net: devres: rename the release callback of devm_register_netdev()Bartosz Golaszewski
2020-06-30tcp: call tcp_ack_tstamp() when not fully ackedYousuk Seung
2020-06-30mptcp: do nonce initialization at subflow creation timePaolo Abeni
2020-06-30Merge tag 'batadv-next-for-davem-20200630' of git://git.open-mesh.org/linux-m...David S. Miller
2020-06-30net: dsa: Improve subordinate PHY error messageFlorian Fainelli
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-29ethtool: Add link extended stateAmit Cohen
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