summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-03-17net: axienet: let core reject the unsupported coalescing parametersJakub Kicinski1-21/+1
2020-03-17net: ll_temac: let core reject the unsupported coalescing parametersJakub Kicinski1-19/+2
2020-03-17net: davinci_emac: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-17net: cpsw: reject unsupported coalescing paramsJakub Kicinski2-0/+2
2020-03-17net: tehuti: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-17net: dwc-xlgmac: let core reject the unsupported coalescing parametersJakub Kicinski1-15/+2
2020-03-17net: socionext: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-17net: sfc: reject unsupported coalescing paramsJakub Kicinski2-6/+6
2020-03-18netfilter: Introduce egress hookLukas Wunner7-8/+83
2020-03-18netfilter: Generalize ingress hookLukas Wunner2-15/+32
2020-03-18netfilter: Rename ingress hook include fileLukas Wunner2-1/+1
2020-03-16Merge branch 'tcp-fix-stretch-ACK-bugs-in-congestion-control-modules'David S. Miller4-65/+51
2020-03-16tcp: fix stretch ACK bugs in YeahPengcheng Yang1-30/+11
2020-03-16tcp: fix stretch ACK bugs in VenoPengcheng Yang1-4/+5
2020-03-16tcp: stretch ACK fixes in Veno prepPengcheng Yang1-21/+23
2020-03-16tcp: fix stretch ACK bugs in ScalablePengcheng Yang1-8/+9
2020-03-16tcp: fix stretch ACK bugs in BICPengcheng Yang1-5/+6
2020-03-16sfc: fix XDP-redirect in this driverJesper Dangaard Brouer4-8/+15
2020-03-16remoteproc: clean up notification configAlex Elder2-4/+2
2020-03-16net: kcm: kcmproc.c: Fix RCU list suspicious usage warningMadhuparna Bhowmik1-1/+1
2020-03-16qede: remove some unused code in function qede_selftest_receive_trafficZheng Zengkai1-12/+1
2020-03-16net: sched: set the hw_stats_type in pedit loopJiri Pirko1-0/+1
2020-03-16Merge branch 'net-stmmac-Use-readl_poll_timeout-to-simplify-the-code'David S. Miller2-22/+8
2020-03-16net: stmmac: use readl_poll_timeout() function in dwmac4_dma_reset()Dejin Zheng1-11/+4
2020-03-16net: stmmac: use readl_poll_timeout() function in init_systime()Dejin Zheng1-11/+4
2020-03-16chcr: remove set but not used variable 'status'YueHaibing1-2/+1
2020-03-16macsec: Netlink support of XPN cipher suites (IEEE 802.1AEbw)Era Mayflower3-15/+157
2020-03-16macsec: Support XPN frame handling - IEEE 802.1AEbwEra Mayflower2-39/+136
2020-03-15Merge branch 'net-dsa-improve-serdes-integration'David S. Miller7-535/+667
2020-03-15net: dsa: mv88e6xxx: use PHY_DETECT in mac_link_up/mac_link_downRussell King1-24/+29
2020-03-15net: dsa: mv88e6xxx: remove port_link_state functionsRussell King4-232/+0
2020-03-15net: dsa: mv88e6xxx: combine port_set_speed and port_set_duplexRussell King4-145/+107
2020-03-15net: dsa: mv88e6xxx: fix Serdes link changesRussell King2-21/+13
2020-03-15net: dsa: mv88e6xxx: extend phylink to Serdes PHYsRussell King4-74/+480
2020-03-15net: dsa: mv88e6xxx: configure interface settings in mac_configRussell King1-32/+35
2020-03-15net: dsa: mv88e6xxx: use BMCR definitions for serdes control registerRussell King2-14/+5
2020-03-15net: dsa: warn if phylink_mac_link_state returns errorRussell King1-1/+6
2020-03-15Merge branch 'net-mii-clause-37-helpers'David S. Miller1-18/+39
2020-03-15net: mii: add linkmode_adv_to_mii_adv_x()Russell King1-0/+20
2020-03-15net: mii: convert mii_lpa_to_ethtool_lpa_x() to linkmode variantRussell King1-18/+19
2020-03-15netfilter: conntrack: re-visit sysctls in unprivileged namespacesFlorian Westphal1-11/+8
2020-03-15netfilter: nft_lookup: update element stateful expressionPablo Neira Ayuso1-0/+1
2020-03-15netfilter: nf_tables: add nft_set_elem_update_expr() helper functionPablo Neira Ayuso2-7/+13
2020-03-15netfilter: nf_tables: add elements with stateful expressionsPablo Neira Ayuso1-1/+20
2020-03-15netfilter: nf_tables: statify nft_expr_init()Pablo Neira Ayuso2-4/+2
2020-03-15netfilter: nf_tables: add nft_set_elem_expr_alloc()Pablo Neira Ayuso3-13/+36
2020-03-15nft_set_pipapo: Prepare for single ranged field usageStefano Brivio3-8/+17
2020-03-15nft_set_pipapo: Introduce AVX2-based lookup implementationStefano Brivio6-0/+1270
2020-03-15nft_set_pipapo: Prepare for vectorised implementation: helpersStefano Brivio2-261/+285
2020-03-15nft_set_pipapo: Prepare for vectorised implementation: alignmentStefano Brivio1-25/+110