aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/pcmcia (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-17net: mdiobus: avoid BUG_ON() in mdiobus accessorsRussell King1-4/+8
2020-03-17net: bridge: vlan options: add support for tunnel mapping set/delNikolay Aleksandrov5-2/+45
2020-03-17net: bridge: vlan options: add support for tunnel id dumpingNikolay Aleksandrov4-5/+31
2020-03-17net: bridge: vlan tunnel: constify bridge and port argumentsNikolay Aleksandrov3-11/+13
2020-03-17net: bridge: vlan options: rename br_vlan_opts_eq to br_vlan_opts_eq_rangeNikolay Aleksandrov3-7/+7
2020-03-17Documentation: networking: stmmac: Mention new XLGMAC supportJose Abreu1-2/+5
2020-03-17net: stmmac: Add support for Enterprise MAC versionJose Abreu5-1/+173
2020-03-17net: stmmac: Add XLGMII supportJose Abreu2-0/+64
2020-03-17net: phy: xpcs: Add XLGMII supportJose Abreu1-0/+98
2020-03-17ionic: add decode for IONIC_RC_ENOSUPPShannon Nelson1-0/+3
2020-03-17ionic: print data for unknown xcvr typeShannon Nelson1-4/+9
2020-03-17ionic: remove adminq napi instanceShannon Nelson1-0/+1
2020-03-17ionic: deinit rss only if selectedShannon Nelson1-1/+2
2020-03-17ionic: stop devlink warn on mgmt deviceShannon Nelson1-2/+7
2020-03-17net_sched: sch_fq: enable use of hrtimer slackEric Dumazet2-4/+19
2020-03-17net_sched: do not reprogram a timer about to expireEric Dumazet1-2/+7
2020-03-17net_sched: add qdisc_watchdog_schedule_range_ns()Eric Dumazet2-6/+16
2020-03-17nfp: allow explicitly selected delayed statsJakub Kicinski1-1/+2
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski13-52/+48
2020-03-17net: phy: mscc: consider interrupt source in interrupt handlerHeiner Kallweit1-2/+5
2020-03-17net: phy: improve phy_driver callback handle_interruptHeiner Kallweit3-17/+23
2020-03-17net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski4-3/+17
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-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-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-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