summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2014-01-20net: stmmac: Allocate and pass soc/board specific data to callbacksChen-Yu Tsai1-4/+14
2014-01-20net: stmmac: Add support for optional reset controlChen-Yu Tsai5-5/+25
2014-01-20net: stmmac: Enable stmmac main clock when probing hardwareChen-Yu Tsai1-13/+13
2014-01-20qlcnic: fix sparse warningsFengguang Wu1-8/+8
2014-01-19IB/mlx4: Handle Ethernet L2 parameters for IP based GID addressingMoni Shoua1-0/+20
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-23/+29
2014-01-18ixgbevf: merge ixgbevf_tx_map and ixgbevf_tx_queue into a single functionEmil Tantilov2-140/+133
2014-01-18ixgbevf: redo dma mapping using the tx buffer infoEmil Tantilov2-40/+59
2014-01-18ixgbevf: make the first tx_buffer a repository for most of the skb infoEmil Tantilov2-95/+130
2014-01-18ixgbevf: add tx countersEmil Tantilov1-0/+2
2014-01-18ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov3-20/+9
2014-01-18ixgbevf: move ring specific stats into ring specific structureEmil Tantilov3-44/+62
2014-01-18ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov3-84/+61
2014-01-18i40e: Fix device ID define names to align to standardShannon Nelson7-70/+70
2014-01-18i40e: add DCB option to KconfigNeerav Parikh2-0/+10
2014-01-18i40e: add DCB and DCBNL supportNeerav Parikh4-20/+669
2014-01-18i40e: implement DCB support infastructureNeerav Parikh5-15/+712
2014-01-18i40e: refactor flow directorAnjali Singhai Jain3-160/+221
2014-01-18i40e: rename definesJesse Brandeburg4-33/+33
2014-01-18i40e: whitespace fixesJesse Brandeburg4-5/+5
2014-01-18i40e: Change firmware workaroundJesse Brandeburg2-7/+2
2014-01-18i40e: fix compile warning on checksum_localJesse Brandeburg1-1/+1
2014-01-18ixgbevf: bump versionDon Skidmore1-1/+1
2014-01-18ixgbe: bump version numberDon Skidmore1-1/+1
2014-01-18ixgbe: add braces around else condition in ixgbe_qv_lock_* callsJacob Keller1-2/+4
2014-01-18net: ftgmac100: use kfree_skb() where appropriateEric Dumazet1-3/+3
2014-01-18ixgbe: set driver_max_VFs should be done before enabling SRIOVethan.zhao1-1/+1
2014-01-18ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63ethan.zhao3-4/+9
2014-01-18sh_eth: Add support for r7s72100Simon Horman2-8/+119
2014-01-18sh_eth: Use bool as return type of sh_eth_is_gether()Simon Horman1-5/+2
2014-01-18qlcnic: remove unused codestephen hemminger2-31/+0
2014-01-18qlcnic: make local functions staticstephen hemminger13-103/+97
2014-01-17net: davinci_mdio: Fix sparse warningLad, Prabhakar1-1/+1
2014-01-17i40e: updates to AdminQ interfaceShannon Nelson2-15/+8
2014-01-17i40e: check desc pointer before printingShannon Nelson1-28/+39
2014-01-17r6040: use ETH_ZLEN instead of MISR for SKB length checkingFlorian Fainelli1-2/+2
2014-01-17r6040: add delays in MDIO read/write polling loopsFlorian Fainelli1-0/+2
2014-01-17vxge: make local functions staticstephen hemminger5-46/+5
2014-01-17bnad: code cleanupstephen hemminger2-27/+2
2014-01-17dm9000: fix a lot of checkpatch issuesBarry Song1-12/+11
2014-01-17i40e: Remove autogenerated Module.symvers file.David S. Miller1-0/+0
2014-01-17net/mlx4_core: clean up srq_res_start_move_to()Paul Bolle1-30/+16
2014-01-17net/mlx4_core: clean up cq_res_start_move_to()Paul Bolle1-33/+19
2014-01-17e1000e: Fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg1-6/+2
2014-01-17ixgbe: Fix incorrect logic for fixed fiber eeprom writeDon Skidmore1-1/+1
2014-01-17ixgbevf: create function for all of ring initDon Skidmore2-137/+183
2014-01-17ixgbevf: Convert ring storage form pointer to an array to array of pointersDon Skidmore3-86/+98
2014-01-17ixgbevf: use pci drvdata correctly in ixgbevf_suspend()Wei Yongjun1-2/+2
2014-01-17ixgbevf: set the disable state when ixgbevf_qv_disable is calledJacob Keller1-0/+1
2014-01-17ixgbe: reinit_locked() should be called with rtnl_lockJohn Fastabend1-0/+2