aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-188-8/+8
* net: stmmac: replace if (netif_msg_type) by their netif_xxx counterpartLABBE Corentin2016-11-171-28/+21
* net: stmmac: replace hardcoded function name by __func__LABBE Corentin2016-11-171-4/+3
* net: stmmac: replace all pr_xxx by their netdev_xxx counterpartLABBE Corentin2016-11-172-95/+123
* net/mlx5e: remove napi_hash_del() callsEric Dumazet2016-11-171-4/+0
* net/mlx4_en: remove napi_hash_del() callEric Dumazet2016-11-171-4/+0
* mlxsw: minimal: Add I2C support for Mellanox ASICsVadim Pasternak2016-11-163-0/+110
* mlxsw: Invoke driver's init/fini methods only if definedVadim Pasternak2016-11-161-5/+9
* mlxsw: Introduce support for I2C busVadim Pasternak2016-11-164-0/+654
* mlxsw: Add bus capability flagVadim Pasternak2016-11-163-0/+10
* net: netcp: replace IS_ERR_OR_NULL by IS_ERRJulia Lawall2016-11-161-3/+3
* bnxt_en: Add ethtool -n|-N rx-flow-hash support.Michael Chan2016-11-161-3/+164
* bnxt_en: Add UDP RSS support for 57X1X chips.Michael Chan2016-11-162-8/+16
* bnxt_en: Enhance autoneg support.Michael Chan2016-11-162-0/+24
* bnxt_en: Update firmware interface spec to 1.5.4.Michael Chan2016-11-162-5/+94
* cadence: Add LSO support.Rafal Ozieblo2016-11-162-12/+140
* netronome: don't access real_num_rx_queues directlyArnd Bergmann2016-11-161-8/+6
* sfc: remove napi_hash_del() callEric Dumazet2016-11-161-3/+2
* mlxsw: spectrum_router: Adjust placement of FIB abort warningIdo Schimmel2016-11-161-3/+3
* net: dsa: mv88e6xxx: Respect SPEED_UNFORCED, don't set force bitAndrew Lunn2016-11-161-1/+1
* amd-xgbe: Fix maximum GPIO value checkLendacky, Thomas2016-11-161-2/+2
* amd-xgbe: Fix possible uninitialized variableLendacky, Thomas2016-11-161-1/+1
* net: ethernet: marvell: pxa168_eth: Implement ethtool::nway_resetFlorian Fainelli2016-11-161-0/+1
* net: ethernet: mvpp2: Implement ethtool::nway_resetFlorian Fainelli2016-11-161-0/+1
* net: ethernet: mvneta: Implement ethtool::nway_resetFlorian Fainelli2016-11-161-0/+1
* net: ethoc: Implement ethtool::nway_resetFlorian Fainelli2016-11-161-0/+1
* net: stmmac: Implement ethtool::nway_resetFlorian Fainelli2016-11-161-0/+1
* bnx2x: switch to napi_complete_done()Eric Dumazet2016-11-161-7/+8
* net/mlx4_en: use napi_complete_done() return valueEric Dumazet2016-11-161-2/+2
* alx: enable multiple tx queuesTobias Regnery2016-11-151-2/+6
* alx: enable msi-x interrupts by defaultTobias Regnery2016-11-151-5/+1
* alx: prepare tx path for multi queue supportTobias Regnery2016-11-151-13/+45
* alx: prepare resource allocation for multi queue supportTobias Regnery2016-11-151-52/+97
* alx: prepare interrupt functions for multiple queuesTobias Regnery2016-11-151-27/+105
* alx: switch to per queue data structuresTobias Regnery2016-11-152-95/+93
* alx: add ability to allocate and free alx_napi structuresTobias Regnery2016-11-151-21/+78
* alx: extend data structures for multi queue supportTobias Regnery2016-11-151-0/+31
* alx: refactor descriptor allocationTobias Regnery2016-11-151-44/+53
* dpaa_eth: add trace pointsMadalin Bucur2016-11-154-0/+158
* dpaa_eth: add sysfs exportsMadalin Bucur2016-11-154-1/+174
* dpaa_eth: add ethtool statisticsMadalin Bucur2016-11-153-2/+284
* dpaa_eth: add ethtool functionalityMadalin Bucur2016-11-154-1/+224
* dpaa_eth: add support for DPAA EthernetMadalin Bucur2016-11-156-0/+2850
* devres: add devm_alloc_percpu()Madalin Bucur2016-11-151-0/+66
* liquidio CN23XX: fix for new check patch errorsRaghu Vatsavayi2016-11-1515-180/+155
* liquidio CN23XX: copyrights changes and alignmentRaghu Vatsavayi2016-11-1530-480/+352
* liquidio CN23XX: code cleanupRaghu Vatsavayi2016-11-1513-70/+23
* liquidio CN23XX: device statesRaghu Vatsavayi2016-11-156-31/+64
* liquidio CN23XX: VF related operationsRaghu Vatsavayi2016-11-155-0/+251
* liquidio CN23XX: mailbox interrupt processingRaghu Vatsavayi2016-11-154-7/+184