aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-16net: hns3: do not schedule the periodic task when reset failGuojia Liao4-2/+13
2019-12-16net: hns3: allocate WQ with WQ_MEM_RECLAIM flagYunsheng Lin2-6/+24
2019-12-16net: hns3: remove unnecessary work in hclgevf_mainYunsheng Lin2-96/+88
2019-12-16net: hns3: remove mailbox and reset work in hclge_mainYunsheng Lin4-73/+118
2019-12-16net: hns3: schedule hclgevf_service by using delayed workqueueYunsheng Lin2-27/+15
2019-12-16r8169: check that Realtek PHY driver module is loadedHeiner Kallweit1-0/+9
2019-12-16dpaa2-ptp: add external trigger event supportYangbo Lu3-1/+25
2019-12-16ptp_qoriq: export extts_clean_up() functionYangbo Lu1-2/+2
2019-12-16ptp_qoriq: check valid status before reading extts fifoYangbo Lu1-3/+8
2019-12-14net: phylink: propagate phy_attach_direct() return codeRussell King1-3/+6
2019-12-14net: phy: dp83869: Remove unneeded semicolonzhengbin1-1/+1
2019-12-14bonding: move 802.3ad port state flags to uapiAndy Roulin1-10/+0
2019-12-13Revert "nfp: abm: fix memory leak in nfp_abm_u32_knode_replace"Jakub Kicinski1-10/+4
2019-12-12netronome: use the new txqueue timeout argumentMichael S. Tsirkin1-7/+1
2019-12-12mlx4: use new txqueue timeout argumentMichael S. Tsirkin1-10/+4
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin227-285/+287
2019-12-12net: ena: Add first_interrupt field to napi structSameeh Jubran2-2/+6
2019-12-12net: ena: Implement XDP_TX actionSameeh Jubran3-186/+701
2019-12-12net: ena: implement XDP drop supportSameeh Jubran2-11/+233
2019-12-11net: sfp: re-attempt probing for phyRussell King1-17/+42
2019-12-11net: sfp: error handling for phy probeRussell King1-9/+17
2019-12-11net: sfp: rename sm_retriesRussell King1-5/+5
2019-12-11net: sfp: use a definition for the fault recovery attemptsRussell King1-3/+11
2019-12-11net: sfp: add support for Clause 45 PHYsRussell King1-4/+40
2019-12-11net: phy: add Broadcom BCM84881 PHY driverRussell King3-0/+276
2019-12-11net: phylink: make Broadcom BCM84881 based SFPs workRussell King1-2/+16
2019-12-11net: phylink: delay MAC configuration for copper SFP modulesRussell King2-10/+71
2019-12-11net: phylink: split phylink_sfp_module_insert()Russell King1-19/+28
2019-12-11net: phylink: split link_an_mode configured and current settingsRussell King1-28/+31
2019-12-11net: phylink: support Clause 45 PHYs on SFP+ modulesRussell King1-5/+16
2019-12-11net: phylink: re-split __phylink_connect_phy()Russell King1-15/+24
2019-12-11net: mdio-i2c: add support for Clause 45 accessesRussell King1-8/+20
2019-12-11net: sfp: move phy_start()/phy_stop() to phylinkRussell King2-2/+22
2019-12-11net: sfp: add module start/stop upstream notificationsRussell King3-0/+31
2019-12-11net: sfp: add more extended compliance codesRussell King2-26/+38
2019-12-11net: sfp: derive interface mode from ethtool link modesRussell King3-9/+6
2019-12-11net: sfp: remove incomplete 100BASE-FX and 100BASE-LX supportRussell King2-15/+2
2019-12-10cxgb4: add support for high priority filtersShahjada Abul Husain9-86/+234
2019-12-10enetc: remove variable 'tc_max_sized_frame' set but not usedChen Wandun1-2/+1
2019-12-10nfp: add support for TLV device statsJakub Kicinski3-7/+126
2019-12-10enetc: add software timestampingMichael Walle2-0/+3
2019-12-09ppp: Adjust indentation into ppp_async_inputNathan Chancellor1-9/+9
2019-12-09net: smc911x: Adjust indentation in smc911x_phy_configureNathan Chancellor1-1/+1
2019-12-09net: tulip: Adjust indentation in {dmfe, uli526x}_init_moduleNathan Chancellor2-5/+6
2019-12-09net: phy: dp83867: Add rx-fifo-depth and tx-fifo-depthDan Murphy1-13/+49
2019-12-09net: sfp: avoid tx-fault with Nokia GPON moduleRussell King1-12/+30
2019-12-09qed: remove redundant assignments to rcColin Ian King1-5/+5
2019-12-09NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu().Mao Wenan1-1/+1
2019-12-09Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller4-6/+118
2019-12-08net: WireGuard secure network tunnelJason A. Donenfeld33-0/+7014