summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-05net: dsa: lan9303: fix variable 'res' set but not usedAndrew Lunn1-4/+3
2020-07-05net: dsa: rtl8366: Pass GENMASK() signed bitsAndrew Lunn1-1/+1
2020-07-05net: dsa: bcm_sf2: Pass GENMASK() signed bitsAndrew Lunn1-2/+2
2020-07-05net: dsa: bcm_sf2: Initialize __be16 with a __be16 valueAndrew Lunn1-2/+2
2020-07-05net: dsa: b53: Fixup endianness warningsAndrew Lunn1-8/+18
2020-07-05net: dsa: mv88e6xxx: scratch: Fixup kerneldocAndrew Lunn1-3/+6
2020-07-05net: dsa: mv88e6xxx: Remove set but unused variableAndrew Lunn1-3/+2
2020-07-05net: dsa: mv88e6xxx: vlan_tci is __be16Andrew Lunn1-1/+1
2020-07-05net: dsa: mv88e6xxx: Fix sparse warnings from GENMASKAndrew Lunn1-2/+2
2020-07-05net: dsa: felix: use resolved link config in mac_link_up()Vladimir Oltean3-156/+187
2020-07-05net: dsa: felix: delete .phylink_mac_an_restart codeVladimir Oltean3-48/+0
2020-07-05net: dsa: felix: set proper pause frame timers based on link speedVladimir Oltean1-4/+23
2020-07-05net: dsa: felix: unconditionally configure MAC speed to 1000MbpsVladimir Oltean1-2/+7
2020-07-05net: dsa: felix: support half-duplex link modesVladimir Oltean2-11/+16
2020-07-05net: dsa: felix: clarify the intention of writes to MII_BMCRVladimir Oltean1-8/+3
2020-07-04qlcninc: use generic power managementVaibhav Gupta2-35/+9
2020-07-04netxen_nic: use generic power managementVaibhav Gupta1-31/+28
2020-07-04net: dsa: microchip: remove unused private membersCodrin Ciubotariu4-80/+2
2020-07-04net: dsa: microchip: split adjust_link() in phylink_mac_link_{up|down}()Codrin Ciubotariu4-16/+29
2020-07-04bnx2x: Perform Idlechk dump during the debug collection.Sudarsana Reddy Kalluru1-0/+9
2020-07-04bnx2x: Add support for idlechk tests.Sudarsana Reddy Kalluru5-8/+3196
2020-07-04bnx2x: Add Idlechk related register definitions.Sudarsana Reddy Kalluru1-2/+76
2020-07-03mvpp2: xdp ethtool statsSven Auhagen2-18/+148
2020-07-03mvpp2: XDP TX supportMatteo Croce2-45/+272
2020-07-03mvpp2: add basic XDP supportMatteo Croce2-8/+185
2020-07-03mvpp2: use page_pool allocatorMatteo Croce3-25/+140
2020-07-03mvpp2: refactor BM pool init percpu codeMatteo Croce1-12/+11
2020-07-03net: ipa: fix HOLB timer calculationAlex Elder1-38/+46
2020-07-03net: ipa: introduce ipa_clock_rate()Alex Elder2-0/+14
2020-07-03net/xen-netfront: add kernel TX timestampsDaniel Drown1-0/+4
2020-07-03net: bcmgenet: Allow changing carrier from user-spaceFlorian Fainelli1-0/+17
2020-07-02net/mlx5e: Enhance TX timeout recoveryAya Levin2-17/+33
2020-07-02net/mlx5e: Enhance ICOSQ data on RX reporter's diagnoseAya Levin1-3/+56
2020-07-02net/mlx5e: Add EQ info to TX/RX reporter's diagnoseAya Levin4-0/+40
2020-07-02net/mlx5e: Enhance CQ data on diagnose outputAya Levin1-0/+8
2020-07-02net/mlx5e: Rename reporter's helpersAya Levin4-54/+54
2020-07-02net/mlx5e: Add helper to get the RQ WQE counterAya Levin3-0/+27
2020-07-02net/mlx5e: Add helper to get RQ WQE's headAya Levin3-4/+15
2020-07-02net/mlx5e: Move RQ helpers to txrx.hAya Levin3-20/+21
2020-07-02net/mlx5e: Align RX/TX reporters diagnose output formatAya Levin1-2/+2
2020-07-02net/mlx5e: Remove redundant RQ state queryAya Levin3-21/+7
2020-07-02net/mlx5e: Add a flush timeout defineAya Levin3-2/+5
2020-07-02net/mlx5e: Change reporters create functions to return voidEran Ben Elisha4-21/+10
2020-07-02sfc_ef100: helper function to set default RSS table of given sizeEdward Cree2-0/+23
2020-07-02sfc_ef100: NVRAM selftest support codeEdward Cree2-0/+63
2020-07-02sfc_ef100: populate BUFFER_SIZE_BYTES in INIT_RXQEdward Cree1-7/+8
2020-07-02sfc_ef100: add EF100 to NIC-revision enumerationEdward Cree1-0/+1
2020-07-02sfc: get drvinfo driver name from outside the common codeEdward Cree3-1/+5
2020-07-02sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()Edward Cree2-2/+1
2020-07-02sfc: commonise efx_fini_dmaqEdward Cree3-40/+41