summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-03-12net: igb: let core reject the unsupported coalescing parametersJakub Kicinski1-21/+1
2020-03-12net: iavf: reject unsupported coalescing paramsJakub Kicinski1-0/+4
2020-03-12net: i40e: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-12net: fm10k: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-12net: e1000: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-12net: hns3: reject unsupported coalescing paramsJakub Kicinski1-0/+7
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-12soc: qcom: ipa: fix spelling mistake "cahces" -> "caches"Colin Ian King1-1/+1
2020-03-12net: ibm: remove set but not used variables 'err'Chen Zhou1-2/+1
2020-03-12net: slcan, slip -- no need for goto when if () will doPavel Machek2-10/+4
2020-03-12sxgbe: Fix off by one in samsung driver strncpy size argDominik Czarnota1-1/+1
2020-03-12net: stmmac: selftests: Fix L3/L4 Filtering testJose Abreu1-0/+2
2020-03-12cdc_ncm: Implement the 32-bit version of NCM Transfer BlockAlexander Bersenev2-91/+328
2020-03-12bareudp: Fixed bareudp receive handlingMartin Varghese1-0/+6
2020-03-12net: 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-11net: gemini: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-11net: cxgb4vf: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-11net: cxgb4: reject unsupported coalescing paramsJakub Kicinski1-0/+4
2020-03-11net: cxgb3: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-11net: cxgb2: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-03-11net: mlx4: reject unsupported coalescing paramsJakub Kicinski1-0/+4
2020-03-11net: liquidio: reject unsupported coalescing paramsJakub Kicinski1-0/+11
2020-03-11net: bna: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-03-11net: tg3: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-11net: bcmgenet: reject unsupported coalescing paramsJakub Kicinski1-4/+3
2020-03-11net: bnx2x: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-11net: bnx2: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-11net: systemport: reject unsupported coalescing paramsJakub Kicinski1-2/+4
2020-03-11net: aquantia: reject all unsupported coalescing paramsJakub Kicinski1-12/+3
2020-03-11net: ena: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-11r8169: simplify getting stats by using netdev_stats_to_stats64Heiner Kallweit1-8/+2
2020-03-11r8169: let rtl8169_mark_to_asic clear rx descriptor field opts2Heiner Kallweit1-1/+1
2020-03-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller16-398/+396
2020-03-11net: dsa: mt7530: fix macro MIRROR_PORTDENG Qingfang1-1/+1
2020-03-11net: dsa: microchip: use delayed_work instead of timer + workGeorge McCollister2-20/+9
2020-03-11flow_offload: restrict driver to pass one allowed bit to flow_action_hw_stats...Jiri Pirko1-2/+2
2020-03-11net: macsec: invoke mdo_upd_secy callback when mac address changedDmitry Bogdanov1-0/+13
2020-03-11net: macsec: update SCI upon MAC address change.Dmitry Bogdanov1-5/+6
2020-03-11ibmvnic: Do not process device remove during device resetJuliet Kim2-3/+27
2020-03-11enetc: Add dynamic allocation of extended Rx BD ringsClaudiu Manoil5-30/+48
2020-03-11enetc: Clean up Rx BD iterationClaudiu Manoil2-20/+28