aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* enetc: fix return value for enetc_ioctl()Michael Walle2019-11-071-1/+1
* net: phy: at803x: add missing dependency on CONFIG_REGULATORMadalin Bucur2019-11-071-0/+1
* dpaa2-eth: add ethtool MAC countersIoana Ciornei2019-11-076-1/+213
* enetc: ethtool: add wake-on-lan callbacksMichael Walle2019-11-071-0/+27
* enetc: add ioctl() support for PHY-related opsMichael Walle2019-11-071-1/+4
* mlxsw: spectrum: Fix error return code in mlxsw_sp_port_module_info_init()Wei Yongjun2019-11-071-1/+3
* cxgb4: add FLOWC based QoS offloadRahul Lakkireddy2019-11-077-53/+495
* cxgb4: add Tx and Rx path for ETHOFLD trafficRahul Lakkireddy2019-11-075-49/+415
* cxgb4: add ETHOFLD hardware queue supportRahul Lakkireddy2019-11-079-63/+419
* cxgb4: parse and configure TC-MQPRIO offloadRahul Lakkireddy2019-11-077-50/+597
* cxgb4: rework queue config and MSI-X allocationRahul Lakkireddy2019-11-074-246/+323
* cxgb4: query firmware for QoS offload resourcesRahul Lakkireddy2019-11-074-8/+62
* dpaa2-ptp: fix compile errorChenwandun2019-11-061-0/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-11-0612-90/+494
|\
| * ice: Fix return value when SR-IOV is not supportedAnirudh Venkataramanan2019-11-061-1/+1
| * ice: Rename VF function ice_vc_dis_vf to match its behaviorBrett Creeley2019-11-061-7/+5
| * ice: Get rid of ice_cleanup_headerKrzysztof Kazimierczak2019-11-061-25/+2
| * ice: print PCI link speed and widthPaul Greenwalt2019-11-061-0/+3
| * ice: print unsupported module messagePaul Greenwalt2019-11-062-0/+10
| * ice: write register with correct offsetMitch Williams2019-11-061-1/+1
| * ice: Check for null pointer dereference when setting ringsMichal Swiatkowski2019-11-061-4/+14
| * ice: save PCI state in probeMichal Swiatkowski2019-11-061-0/+2
| * ice: Adjust DCB INIT for SW modeDave Ertman2019-11-061-3/+3
| * ice: fix driver unload flowBruce Allan2019-11-061-1/+2
| * ice: handle DCBx non-contiguous TC requestPaul Greenwalt2019-11-061-39/+102
| * ice: Update Boot Configuration Section read of NVMMd Fahad Iqbal Polash2019-11-065-9/+123
| * ice: add ethtool -m support for reading i2c eeprom modulesScott W Taylor2019-11-064-0/+226
* | net: dsa: mv8e6xxx: Fix stub function parametersAndrew Lunn2019-11-061-1/+2
* | net: phy: at803x: remove config_init for AR9331Michael Walle2019-11-061-2/+0
* | net: phy: at803x: fix the PHY namesMichael Walle2019-11-061-9/+9
* | net: phy: at803x: mention AR8033 as same as AR8031Michael Walle2019-11-062-6/+8
* | net: phy: at803x: add device tree bindingMichael Walle2019-11-061-1/+300
* | net: phy: at803x: fix Kconfig descriptionMichael Walle2019-11-061-5/+5
* | net: silence data-races on sk_backlog.tailEric Dumazet2019-11-061-5/+5
* | dpaa2-eth: fix an always true condition in dpaa2_mac_get_if_modeIoana Ciornei2019-11-061-5/+10
* | net: axienet: Fix error return code in axienet_probe()Wei Yongjun2019-11-061-4/+0
* | net: aquantia: fix return value check in aq_ptp_init()Wei Yongjun2019-11-061-1/+1
* | ptp: ptp_clockmatrix: Fix missing unlock on error in idtcm_probe()Wei Yongjun2019-11-061-1/+3
|/
* gianfar: Maximize Rx buffer sizeClaudiu Manoil2019-11-061-4/+4
* ehea: replace with page_shift() in ehea_is_hugepage()Yunfeng Ye2019-11-061-4/+1
* net: forcedeth: add xmit_more supportZhu Yanjun2019-11-061-10/+49
* netdevsim: drop code duplicated by a mergeJakub Kicinski2019-11-061-39/+8
* Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller2019-11-05161-2523/+8536
|\
| * mt7601u: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fopszhong jiang2019-10-311-1/+1
| * rtlwifi: rtl8821ae: Drop condition with no effectSaurav Girepunje2019-10-311-2/+0
| * b43: dma: Fix use true/false for bool type variableSaurav Girepunje2019-10-311-2/+2
| * b43: main: Fix use true/false for bool typeSaurav Girepunje2019-10-311-3/+3
| * rtlwifi: rtl8192c: Drop condition with no effectSaurav Girepunje2019-10-311-2/+0
| * rtw88: remove redundant null pointer check on arraysColin Ian King2019-10-311-1/+1
| * rtw88: avoid FW info floodYan-Hsuan Chuang2019-10-312-17/+10