summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2015-04-09net: mvneta: replace Tx timer with a real interruptwilly tarreau1-59/+12
2015-04-09net: mvneta: add missing bit descriptions for interrupt masks and causeswilly tarreau1-2/+42
2015-04-09net: mvneta: do not schedule in mvneta_tx_timeoutwilly tarreau1-11/+0
2015-04-09net: mvneta: use per_cpu stats to fix an SMP lock upwilly tarreau1-26/+48
2015-04-09net: mvneta: increase the 64-bit rx/tx stats out of the hot pathwilly tarreau1-4/+11
2015-04-09net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()Wei Yang2-76/+95
2015-04-09net/mlx4_core: pass pci_device_id.driver_data to __mlx4_init_one during resetWei Yang1-1/+5
2015-04-09net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()Thomas Fitzsimmons1-1/+1
2015-04-09bnx2x: Force fundamental reset for EEH recoveryBrian King1-0/+4
2015-02-10bnx2x: fix napi poll return value for repollGovindarajulu Varadarajan1-1/+1
2015-02-10netxen: fix netxen_nic_poll() logicEric Dumazet1-1/+4
2015-02-08drivers: net: cpsw: discard dual emac default vlan configurationMugunthan V N1-0/+22
2015-01-28drivers: net: cpsw: fix multicast flush in dual emac modeMugunthan V N3-3/+18
2015-01-28net: ethernet: cpsw: fix hangs with interruptsFelipe Balbi1-11/+8
2015-01-26enic: fix rx skb checksumGovindarajulu Varadarajan1-4/+8
2015-01-26alx: fix alx_poll()Eric Dumazet1-11/+13
2015-01-26tg3: tg3_disable_ints using uninitialized mailbox value to disable interruptsPrashant Sreedharan1-17/+17
2015-01-07igb: bring link up when PHY is powered upTodd Fujinaka1-0/+2
2015-01-06net: mvneta: fix race condition in mvneta_tx()Eric Dumazet1-1/+2
2015-01-06net: mvneta: fix Tx interrupt delaywilly tarreau1-1/+1
2015-01-06net/mlx4_core: Limit count field to 24 bits in qp_alloc_resJack Morgenstein1-1/+1
2015-01-06tg3: fix ring init when there are more TX than RX channelsThadeu Lima de Souza Cascardo1-1/+2
2014-11-19vio: fix reuse of vio_dring slotDwight Engen1-2/+2
2014-10-17Revert "net/macb: add pinctrl consumer support"Soren Brinkmann1-11/+0
2014-10-17tg3: Allow for recieve of full-size 8021AD framesVlad Yasevich1-1/+2
2014-10-17tg3: Work around HW/FW limitations with vlan encapsulated framesVlad Yasevich1-2/+18
2014-10-17myri10ge: check for DMA mapping errorsStanislaw Gruszka1-30/+58
2014-09-26ibmveth: Fix endian issues with rx_no_buffer statisticAnton Blanchard1-4/+14
2014-08-26tg3: Add support for new 577xx device idsNithin Sujir2-2/+16
2014-08-26bnx2x: Test nvram when interface is downYuval Mintz1-9/+10
2014-08-26netxen: Correct off-by-one errors in bounds checksDavid Gibson1-2/+2
2014-08-26DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handlingRussell King1-9/+4
2014-08-26igbvf: add missing iounmap() on error in igbvf_probe()Wei Yongjun1-1/+2
2014-08-26igbvf: integer wrapping bug setting the mtuDan Carpenter1-3/+2
2014-08-26DMA-API: net: intel/igbvf: fix 32-bit DMA mask handlingRussell King1-12/+6
2014-08-26igb: Fixed Wake On LAN supportAkeem G Abodunrin1-3/+4
2014-08-26igb: Don't let ethtool try to write to iNVM in i210/i211Fujinaka, Todd1-1/+3
2014-08-26igb: fix driver reload with VF assigned to guestStefan Assmann1-21/+16
2014-08-26igb: Fix master/slave mode for all m88 i354 PHY'sCarolyn Wyborny1-5/+3
2014-08-26igb: Add ethtool offline tests for i354Fujinaka, Todd1-2/+4
2014-08-26DMA-API: net: intel/igb: fix 32-bit DMA mask handlingRussell King1-12/+6
2014-08-26ixgbevf: cleanup redundant mailbox read failure checkDon Skidmore1-27/+2
2014-08-26DMA-API: net: intel/ixgbevf: fix 32-bit DMA mask handlingRussell King1-10/+5
2014-08-26ixgbe: fix inconsistent clearing of the multicast tableEmil Tantilov1-8/+7
2014-08-26ixgbe: fix qv_lock_napi call in ixgbe_napi_disable_allJacob Keller2-16/+38
2014-08-26ixgbe: fix rx-usecs range checks for BQLEmil Tantilov1-3/+3
2014-08-26DMA-API: net: intel/ixgbe: fix 32-bit DMA mask handlingRussell King1-10/+5
2014-08-26e1000: fix possible reset_task running after adapter downVladimir Davydov1-4/+11
2014-08-26e1000: prevent oops when adapter is being closed and reset simultaneouslyyzhu12-0/+14
2014-08-26e1000: fix wrong queue idx calculationHong Zhiguo1-2/+1