summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* ixgbevf: merge ixgbevf_tx_map and ixgbevf_tx_queue into a single functionEmil Tantilov2014-01-182-140/+133Star
* ixgbevf: redo dma mapping using the tx buffer infoEmil Tantilov2014-01-182-40/+59
* ixgbevf: make the first tx_buffer a repository for most of the skb infoEmil Tantilov2014-01-182-95/+130
* ixgbevf: add tx countersEmil Tantilov2014-01-181-0/+2
* ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov2014-01-183-20/+9Star
* ixgbevf: move ring specific stats into ring specific structureEmil Tantilov2014-01-183-44/+62
* ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov2014-01-183-84/+61Star
* i40e: Fix device ID define names to align to standardShannon Nelson2014-01-187-70/+70
* i40e: add DCB option to KconfigNeerav Parikh2014-01-182-0/+10
* i40e: add DCB and DCBNL supportNeerav Parikh2014-01-184-20/+669
* i40e: implement DCB support infastructureNeerav Parikh2014-01-185-15/+712
* i40e: refactor flow directorAnjali Singhai Jain2014-01-183-160/+221
* i40e: rename definesJesse Brandeburg2014-01-184-33/+33
* i40e: whitespace fixesJesse Brandeburg2014-01-184-5/+5
* i40e: Change firmware workaroundJesse Brandeburg2014-01-182-7/+2Star
* i40e: fix compile warning on checksum_localJesse Brandeburg2014-01-181-1/+1
* ixgbevf: bump versionDon Skidmore2014-01-181-1/+1
* ixgbe: bump version numberDon Skidmore2014-01-181-1/+1
* ixgbe: add braces around else condition in ixgbe_qv_lock_* callsJacob Keller2014-01-181-2/+4
* net: ftgmac100: use kfree_skb() where appropriateEric Dumazet2014-01-181-3/+3
* ixgbe: set driver_max_VFs should be done before enabling SRIOVethan.zhao2014-01-181-1/+1
* ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63ethan.zhao2014-01-183-4/+9
* sh_eth: Add support for r7s72100Simon Horman2014-01-182-8/+119
* sh_eth: Use bool as return type of sh_eth_is_gether()Simon Horman2014-01-181-5/+2Star
* qlcnic: remove unused codestephen hemminger2014-01-182-31/+0Star
* qlcnic: make local functions staticstephen hemminger2014-01-1813-103/+97Star
* net: davinci_mdio: Fix sparse warningLad, Prabhakar2014-01-171-1/+1
* i40e: updates to AdminQ interfaceShannon Nelson2014-01-172-15/+8Star
* i40e: check desc pointer before printingShannon Nelson2014-01-171-28/+39
* r6040: use ETH_ZLEN instead of MISR for SKB length checkingFlorian Fainelli2014-01-171-2/+2
* r6040: add delays in MDIO read/write polling loopsFlorian Fainelli2014-01-171-0/+2
* vxge: make local functions staticstephen hemminger2014-01-175-46/+5Star
* bnad: code cleanupstephen hemminger2014-01-172-27/+2Star
* dm9000: fix a lot of checkpatch issuesBarry Song2014-01-171-12/+11Star
* i40e: Remove autogenerated Module.symvers file.David S. Miller2014-01-171-0/+0
* net/mlx4_core: clean up srq_res_start_move_to()Paul Bolle2014-01-171-30/+16Star
* net/mlx4_core: clean up cq_res_start_move_to()Paul Bolle2014-01-171-33/+19Star
* ixgbe: Fix incorrect logic for fixed fiber eeprom writeDon Skidmore2014-01-171-1/+1
* ixgbevf: create function for all of ring initDon Skidmore2014-01-172-137/+183
* ixgbevf: Convert ring storage form pointer to an array to array of pointersDon Skidmore2014-01-173-86/+98
* ixgbevf: use pci drvdata correctly in ixgbevf_suspend()Wei Yongjun2014-01-171-2/+2
* ixgbevf: set the disable state when ixgbevf_qv_disable is calledJacob Keller2014-01-171-0/+1
* ixgbe: reinit_locked() should be called with rtnl_lockJohn Fastabend2014-01-171-0/+2
* net: stmmac: notify the PM core of a wakeup event.Srinivas Kandagatla2014-01-172-2/+8
* net: stmmac: restore pinstate in pm resume.Srinivas Kandagatla2014-01-171-0/+3
* net: stmmac: use suspend functions for hibernationSrinivas Kandagatla2014-01-173-50/+12Star
* net: stmmac: fix power management suspend-resume caseSrinivas Kandagatla2014-01-171-6/+7
* net: stmmac: make stmmac_mdio_reset non-staticSrinivas Kandagatla2014-01-172-1/+2
* net: stmmac: move hardware setup for stmmac_open to new functionSrinivas Kandagatla2014-01-171-67/+88
* net: stmmac: move dma allocation to new functionSrinivas Kandagatla2014-01-171-84/+85