summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-03-12net: hns: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-12net: gianfar: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-12net: fec: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-12net: dpaa: reject unsupported coalescing paramsJakub Kicinski1-4/+2
2020-03-12net: be2net: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-03-12sfc: ethtool: Refactor to remove fallthrough comments in case blocksJoe Perches1-16/+20
2020-03-12net: mvmdio: avoid error message for optional IRQChris Packham1-3/+3
2020-03-12net: dsa: mv88e6xxx: Add missing mask of ATU occupancy registerAndrew Lunn1-0/+2
2020-03-11soc: qcom: ipa: fix spelling mistake "cahces" -> "caches"Colin Ian King1-1/+1
2020-03-11net: ibm: remove set but not used variables 'err'Chen Zhou1-2/+1
2020-03-11net: slcan, slip -- no need for goto when if () will doPavel Machek2-10/+4
2020-03-11sxgbe: Fix off by one in samsung driver strncpy size argDominik Czarnota1-1/+1
2020-03-11net: stmmac: selftests: Fix L3/L4 Filtering testJose Abreu1-0/+2
2020-03-11cdc_ncm: Implement the 32-bit version of NCM Transfer BlockAlexander Bersenev2-91/+328
2020-03-11bareudp: Fixed bareudp receive handlingMartin Varghese1-0/+6
2020-03-11net: fec: validate the new settings in fec_enet_set_coalesce()Jakub Kicinski1-3/+3
2020-03-11ftgmac100: Remove redundant judgementtangbin1-3/+0
2020-03-11dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroomNathan Chancellor1-3/+1
2020-03-10net: gemini: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-10net: cxgb4vf: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-10net: cxgb4: reject unsupported coalescing paramsJakub Kicinski1-0/+4
2020-03-10net: cxgb3: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-10net: cxgb2: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-03-10net: mlx4: reject unsupported coalescing paramsJakub Kicinski1-0/+4
2020-03-10net: liquidio: reject unsupported coalescing paramsJakub Kicinski1-0/+11
2020-03-10net: bna: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-03-10net: tg3: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-10net: bcmgenet: reject unsupported coalescing paramsJakub Kicinski1-4/+3
2020-03-10net: bnx2x: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-10net: bnx2: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-10net: systemport: reject unsupported coalescing paramsJakub Kicinski1-2/+4
2020-03-10net: aquantia: reject all unsupported coalescing paramsJakub Kicinski1-12/+3
2020-03-10net: ena: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-10r8169: simplify getting stats by using netdev_stats_to_stats64Heiner Kallweit1-8/+2
2020-03-10r8169: let rtl8169_mark_to_asic clear rx descriptor field opts2Heiner Kallweit1-1/+1
2020-03-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller16-398/+396
2020-03-10net: dsa: mt7530: fix macro MIRROR_PORTDENG Qingfang1-1/+1
2020-03-10net: dsa: microchip: use delayed_work instead of timer + workGeorge McCollister2-20/+9
2020-03-10flow_offload: restrict driver to pass one allowed bit to flow_action_hw_stats...Jiri Pirko1-2/+2
2020-03-10net: macsec: invoke mdo_upd_secy callback when mac address changedDmitry Bogdanov1-0/+13
2020-03-10net: macsec: update SCI upon MAC address change.Dmitry Bogdanov1-5/+6
2020-03-10ibmvnic: Do not process device remove during device resetJuliet Kim2-3/+27
2020-03-10enetc: Add dynamic allocation of extended Rx BD ringsClaudiu Manoil5-30/+48
2020-03-10enetc: Clean up Rx BD iterationClaudiu Manoil2-20/+28
2020-03-10enetc: Clean up of ehtool stats lenClaudiu Manoil1-7/+13
2020-03-10enetc: Drop redundant device node checkClaudiu Manoil1-5/+0
2020-03-10ice: fix incorrect size description of ice_get_nvm_versionJacob Keller1-2/+2
2020-03-10ice: use variable name more descriptive than typeBruce Allan5-36/+36
2020-03-10ice: Use EOPNOTSUPP instead of ENOTSUPPAnirudh Venkataramanan2-3/+3
2020-03-10ice: Fix format specifierTony Nguyen1-2/+2