summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: felix: use resolved link config in mac_link_up()Vladimir Oltean2020-07-053-156/+187
* net: dsa: felix: delete .phylink_mac_an_restart codeVladimir Oltean2020-07-053-48/+0
* net: dsa: felix: set proper pause frame timers based on link speedVladimir Oltean2020-07-051-4/+23
* net: dsa: felix: unconditionally configure MAC speed to 1000MbpsVladimir Oltean2020-07-051-2/+7
* net: dsa: felix: support half-duplex link modesVladimir Oltean2020-07-052-11/+16
* net: dsa: felix: clarify the intention of writes to MII_BMCRVladimir Oltean2020-07-051-8/+3
* qlcninc: use generic power managementVaibhav Gupta2020-07-042-35/+9
* netxen_nic: use generic power managementVaibhav Gupta2020-07-041-31/+28
* net: dsa: microchip: remove unused private membersCodrin Ciubotariu2020-07-044-80/+2
* net: dsa: microchip: split adjust_link() in phylink_mac_link_{up|down}()Codrin Ciubotariu2020-07-044-16/+29
* bnx2x: Perform Idlechk dump during the debug collection.Sudarsana Reddy Kalluru2020-07-041-0/+9
* bnx2x: Add support for idlechk tests.Sudarsana Reddy Kalluru2020-07-045-8/+3196
* bnx2x: Add Idlechk related register definitions.Sudarsana Reddy Kalluru2020-07-041-2/+76
* mvpp2: xdp ethtool statsSven Auhagen2020-07-032-18/+148
* mvpp2: XDP TX supportMatteo Croce2020-07-032-45/+272
* mvpp2: add basic XDP supportMatteo Croce2020-07-032-8/+185
* mvpp2: use page_pool allocatorMatteo Croce2020-07-033-25/+140
* mvpp2: refactor BM pool init percpu codeMatteo Croce2020-07-031-12/+11
* net: ipa: fix HOLB timer calculationAlex Elder2020-07-031-38/+46
* net: ipa: introduce ipa_clock_rate()Alex Elder2020-07-032-0/+14
* net/xen-netfront: add kernel TX timestampsDaniel Drown2020-07-031-0/+4
* net: bcmgenet: Allow changing carrier from user-spaceFlorian Fainelli2020-07-031-0/+17
* net/mlx5e: Enhance TX timeout recoveryAya Levin2020-07-022-17/+33
* net/mlx5e: Enhance ICOSQ data on RX reporter's diagnoseAya Levin2020-07-021-3/+56
* net/mlx5e: Add EQ info to TX/RX reporter's diagnoseAya Levin2020-07-024-0/+40
* net/mlx5e: Enhance CQ data on diagnose outputAya Levin2020-07-021-0/+8
* net/mlx5e: Rename reporter's helpersAya Levin2020-07-024-54/+54
* net/mlx5e: Add helper to get the RQ WQE counterAya Levin2020-07-023-0/+27
* net/mlx5e: Add helper to get RQ WQE's headAya Levin2020-07-023-4/+15
* net/mlx5e: Move RQ helpers to txrx.hAya Levin2020-07-023-20/+21
* net/mlx5e: Align RX/TX reporters diagnose output formatAya Levin2020-07-021-2/+2
* net/mlx5e: Remove redundant RQ state queryAya Levin2020-07-023-21/+7
* net/mlx5e: Add a flush timeout defineAya Levin2020-07-023-2/+5
* net/mlx5e: Change reporters create functions to return voidEran Ben Elisha2020-07-024-21/+10
* sfc_ef100: helper function to set default RSS table of given sizeEdward Cree2020-07-022-0/+23
* sfc_ef100: NVRAM selftest support codeEdward Cree2020-07-022-0/+63
* sfc_ef100: populate BUFFER_SIZE_BYTES in INIT_RXQEdward Cree2020-07-021-7/+8
* sfc_ef100: add EF100 to NIC-revision enumerationEdward Cree2020-07-021-0/+1
* sfc: get drvinfo driver name from outside the common codeEdward Cree2020-07-023-1/+5
* sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()Edward Cree2020-07-022-2/+1
* sfc: commonise efx_fini_dmaqEdward Cree2020-07-023-40/+41
* sfc: factor out efx_mcdi_filter_table_down() from _remove()Edward Cree2020-07-022-13/+25
* sfc: don't call tx_limit_len if NIC type doesn't have oneEdward Cree2020-07-021-1/+5
* sfc: assign TXQs without gapsEdward Cree2020-07-0210-72/+58
* sfc: commonise netif_set_real_num[tr]x_queues callsEdward Cree2020-07-022-4/+6
* sfc: make tx_queues_per_channel variable at runtimeEdward Cree2020-07-026-31/+30
* sfc: move modparam 'rss_cpus' out of common channel codeEdward Cree2020-07-023-3/+5
* sfc: move modparam 'interrupt_mode' out of common channel codeEdward Cree2020-07-023-5/+8
* sfc: remove max_interrupt_modeEdward Cree2020-07-024-12/+0
* sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree2020-07-027-23/+16