aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-18net: stmmac: mmc: Add Frame Preemption counters on GMAC5+ coresJose Abreu1-0/+16
2019-12-18net: stmmac: xgmac3+: Add support for Frame PreemptionJose Abreu3-0/+31
2019-12-18net: stmmac: gmac5+: Add support for Frame PreemptionJose Abreu5-0/+34
2019-12-18net: stmmac: Add Frame Preemption support using TAPRIO APIJose Abreu3-1/+33
2019-12-18net: stmmac: Integrate EST with TAPRIO scheduler APIJose Abreu3-0/+115
2019-12-18net: stmmac: Add basic EST support for XGMACJose Abreu3-0/+74
2019-12-18net: stmmac: Add basic EST support for GMAC5+Jose Abreu7-0/+137
2019-12-18net: stmmac: Always use TX coalesce timer value when reschedulingJose Abreu1-1/+1
2019-12-18net: stmmac: Let TX and RX interrupts be independently enabled/disabledJose Abreu10-49/+149
2019-12-18net: stmmac: Print more information in DebugFS DMA Capabilities fileJose Abreu1-1/+30
2019-12-17xen-netback: remove 'hotplug-status' once it has served its purposePaul Durrant1-1/+1
2019-12-17xen-netback: switch state to InitWait at the end of netback_probe()...Paul Durrant1-5/+2
2019-12-17xen-netback: move netback_probe() and netback_remove() to the end...Paul Durrant1-179/+174
2019-12-17cxgb4/chtls: fix ULD connection failures due to wrong TID baseShahjada Abul Husain5-26/+32
2019-12-17cxgb4: fix missed high priority region calculationShahjada Abul Husain3-8/+18
2019-12-17net: stmmac: dwc-qos: avoid clk and reset for acpi deviceAjay Gupta1-0/+5
2019-12-17net: stmmac: dwc-qos: use generic device apiAjay Gupta1-9/+10
2019-12-17net-next: stmmac: mediatek: add more support for RMIIBiao Huang1-29/+60
2019-12-17net: mvpp2: update mvpp2 validate() implementationRussell King1-4/+18
2019-12-17net: phylink: extend clause 45 PHY validation workaroundRussell King1-9/+13
2019-12-17net: phylink: improve clause 45 PHY ksettings_set implementationRussell King1-31/+53
2019-12-16wireguard: allowedips: use kfree_rcu() instead of call_rcu()Wei Yongjun1-6/+1
2019-12-16wireguard: main: remove unused include <linux/version.h>YueHaibing1-1/+0
2019-12-16wireguard: global: fix spelling mistakes in commentsJosh Soref1-1/+1
2019-12-16wireguard: Kconfig: select parent dependency for cryptoJason A. Donenfeld1-0/+2
2019-12-16net: caif: replace BUG_ON with recovery codeAditya Pakki1-1/+3
2019-12-16fore200e: Fix incorrect checks of NULL pointer dereferenceAditya Pakki1-7/+18
2019-12-16ipv4: Remove old route notifications and convert listenersIdo Schimmel4-14/+9
2019-12-16mlxsw: spectrum_router: Start using new IPv4 route notificationsIdo Schimmel1-121/+20
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