summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-18net_sched: sch_fq: enable use of hrtimer slackEric Dumazet2-4/+19
2020-03-18net_sched: do not reprogram a timer about to expireEric Dumazet1-2/+7
2020-03-18net_sched: add qdisc_watchdog_schedule_range_ns()Eric Dumazet2-6/+16
2020-03-18Merge branch 'nfp-type'David S. Miller13-52/+49
2020-03-18nfp: allow explicitly selected delayed statsJakub Kicinski1-1/+2
2020-03-18net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski13-52/+48
2020-03-18Merge branch 'net-phy-improve-phy_driver-callback-handle_interrupt'David S. Miller3-19/+28
2020-03-18net: phy: mscc: consider interrupt source in interrupt handlerHeiner Kallweit1-2/+5
2020-03-18net: phy: improve phy_driver callback handle_interruptHeiner Kallweit3-17/+23
2020-03-18Merge branch 'ethtool-consolidate-irq-coalescing-last-part'David S. Miller14-64/+35
2020-03-18net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski4-3/+17
2020-03-18net: axienet: let core reject the unsupported coalescing parametersJakub Kicinski1-21/+1
2020-03-18net: ll_temac: let core reject the unsupported coalescing parametersJakub Kicinski1-19/+2
2020-03-18net: davinci_emac: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-18net: cpsw: reject unsupported coalescing paramsJakub Kicinski2-0/+2
2020-03-18net: tehuti: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-18net: dwc-xlgmac: let core reject the unsupported coalescing parametersJakub Kicinski1-15/+2
2020-03-18net: socionext: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-18net: sfc: reject unsupported coalescing paramsJakub Kicinski2-6/+6
2020-03-17Merge branch 'tcp-fix-stretch-ACK-bugs-in-congestion-control-modules'David S. Miller4-65/+51
2020-03-17tcp: fix stretch ACK bugs in YeahPengcheng Yang1-30/+11
2020-03-17tcp: fix stretch ACK bugs in VenoPengcheng Yang1-4/+5
2020-03-17tcp: stretch ACK fixes in Veno prepPengcheng Yang1-21/+23
2020-03-17tcp: fix stretch ACK bugs in ScalablePengcheng Yang1-8/+9
2020-03-17tcp: fix stretch ACK bugs in BICPengcheng Yang1-5/+6
2020-03-17sfc: fix XDP-redirect in this driverJesper Dangaard Brouer4-8/+15
2020-03-17remoteproc: clean up notification configAlex Elder2-4/+2
2020-03-17net: kcm: kcmproc.c: Fix RCU list suspicious usage warningMadhuparna Bhowmik1-1/+1
2020-03-17qede: 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-16Merge branch 'net-dsa-improve-serdes-integration'David S. Miller7-535/+667
2020-03-16net: dsa: mv88e6xxx: use PHY_DETECT in mac_link_up/mac_link_downRussell King1-24/+29
2020-03-16net: dsa: mv88e6xxx: remove port_link_state functionsRussell King4-232/+0
2020-03-16net: dsa: mv88e6xxx: combine port_set_speed and port_set_duplexRussell King4-145/+107
2020-03-16net: dsa: mv88e6xxx: fix Serdes link changesRussell King2-21/+13
2020-03-16net: dsa: mv88e6xxx: extend phylink to Serdes PHYsRussell King4-74/+480
2020-03-16net: dsa: mv88e6xxx: configure interface settings in mac_configRussell King1-32/+35
2020-03-16net: dsa: mv88e6xxx: use BMCR definitions for serdes control registerRussell King2-14/+5
2020-03-16net: dsa: warn if phylink_mac_link_state returns errorRussell King1-1/+6
2020-03-16Merge branch 'net-mii-clause-37-helpers'David S. Miller1-18/+39
2020-03-16net: mii: add linkmode_adv_to_mii_adv_x()Russell King1-0/+20
2020-03-16net: mii: convert mii_lpa_to_ethtool_lpa_x() to linkmode variantRussell King1-18/+19
2020-03-15cdc_ncm: Fix the build warningAlexander Bersenev1-1/+1
2020-03-15Merge branch 'mptcp-simplify-mptcp_accept'David S. Miller5-103/+79