summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* sh_eth: fix wakeup event reporting from MagicPacketNiklas Söderlund2017-02-011-2/+2
* sh_eth: align usage of sh_eth_modify() with rest of driverNiklas Söderlund2017-02-011-1/+1
* ethernet: aquantia: fix dma_mapping_error testDan Carpenter2017-02-011-2/+3
* liquidio: fix for iq and droq cnts going negativeSatanand Burla2017-02-014-2/+15
* net: ethernet: ti: cpsw: fix NULL pointer dereference in switch modeGrygorii Strashko2017-02-011-1/+1
* net: bgmac: use PHY subsystem for initializing PHYRafał Miłecki2017-01-311-0/+10
* net: bgmac: drop struct bcma_mdio we don't need anymoreRafał Miłecki2017-01-313-60/+42
* net: bgmac: allocate struct bgmac just once & don't copy itRafał Miłecki2017-01-314-13/+21
* cxgb4: update latest firmware version supportedGanesh Goudar2017-01-311-6/+6
* net: aquantia: atlantic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-313-31/+49
* sfc: fix an off-by-one compare on an array sizeColin Ian King2017-01-311-1/+1
* sh_eth: stop using bare numbers for EESIPR valuesSergei Shtylyov2017-01-301-11/+80
* sh_eth: add missing EESIPR bitsSergei Shtylyov2017-01-301-2/+8
* sh_eth: rename EESIPR bitsSergei Shtylyov2017-01-302-24/+34
* net/mlx4_en: Check the enabling pptx/pprx flags in SET_PORT wrapper flowShaker Daibes2017-01-303-16/+31
* net/mlx4_en: Check the enabling mtu flag in SET_PORT wrapper flowShaker Daibes2017-01-301-22/+37
* net/mlx4_en: Pass user MTU value to Firmware at set port commandShaker Daibes2017-01-304-7/+81
* net/mlx4_en: Adding support of turning off link autonegotiation via ethtoolAriel Levkovich2017-01-301-5/+19
* net/mlx4_core: Get num_tc using netdev_get_num_tcAlaa Hleihel2017-01-302-2/+2
* net/mlx4_core: Add resource alloc/dealloc debuggingMatan Barak2017-01-301-4/+45
* net/mlx4_core: Device revision supportYishai Hadas2017-01-301-1/+1
* net/mlx4: Replace ENOSYS with better fitting error codesTariq Toukan2017-01-304-6/+6
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-3090-117/+112
* net: qcom/emac: add an error interrupt handler for the sgmiiTimur Tabi2017-01-294-7/+153
* net: qcom/emac: remove extraneous wake-on-lan codeTimur Tabi2017-01-292-14/+0
* net: qcom/emac: do not call emac_mac_start twiceTimur Tabi2017-01-293-4/+1
* net: qcom/emac: always use autonegotiation to configure the SGMII linkTimur Tabi2017-01-291-39/+10
* net: qcom/emac: display the phy driver info after we connectTimur Tabi2017-01-292-4/+3
* ravb: Support 1Gbps on R-Car H3 ES1.1+ and R-Car M3-WGeert Uytterhoeven2017-01-291-2/+8
* ravb: Add tx and rx clock internal delays mode of APSRKazuya Mizuguchi2017-01-292-0/+33
* net: ethernet: aquantia: return -ETIME in macro AQ_HW_WAIT_FORColin Ian King2017-01-291-1/+1
* net: ethernet: aquantia: remove another redundant err checkColin Ian King2017-01-291-2/+0
* net: ethernet: aquantia: remove redundant err checkColin Ian King2017-01-291-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-2819-177/+219
|\
| * ravb: unmap descriptors when freeing ringsKazuya Mizuguchi2017-01-261-48/+64
| * net-next: ethernet: mediatek: change the compatible stringJohn Crispin2017-01-251-1/+1
| * bnxt_en: Fix RTNL lock usage on bnxt_get_port_module_status().Michael Chan2017-01-251-3/+6
| * bnxt_en: Fix RTNL lock usage on bnxt_update_link().Michael Chan2017-01-251-19/+18
| * bnxt_en: Fix bnxt_reset() in the slow path task.Michael Chan2017-01-251-13/+25
| * alx: work around hardware bug in interrupt fallback pathTobias Regnery2017-01-241-2/+6
| * alx: fix fallback to msi or legacy interruptsTobias Regnery2017-01-241-0/+1
| * alx: fix wrong condition to free descriptor memoryTobias Regnery2017-01-241-1/+1
| * ibmveth: Add a proper check for the availability of the checksum featuresThomas Huth2017-01-241-2/+5
| * mlxsw: spectrum_router: Correctly reallocate adjacency entriesIdo Schimmel2017-01-241-4/+6
| * amd-xgbe: Check xgbe_init() return codeLendacky, Thomas2017-01-222-2/+6
| * amd-xgbe: Add a hardware quirk for register definitionsLendacky, Thomas2017-01-224-3/+20
| * net/mlx5e: Do not recycle pages from emergency reserveEric Dumazet2017-01-201-0/+3
| * bcm63xx_enet: avoid uninitialized variable warningArnd Bergmann2017-01-201-2/+4
| * qed: avoid possible stack overflow in qed_ll2_acquire_connectionArnd Bergmann2017-01-203-61/+53
| * gianfar: Do not reuse pages from emergency reserveEric Dumazet2017-01-191-1/+1