summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* qlcnic: VF reset recovery implementation.Rajesh Borundia2013-04-198-43/+440
* qlcnic: VF FLR implementation.Rajesh Borundia2013-04-194-18/+320
* qlcnic: Change 82xx adapter VLAN id endian type.Rajesh Borundia2013-04-197-30/+25Star
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-1940-54/+55
* net: vlan: prepare for 802.1ad supportPatrick McHardy2013-04-192-2/+2
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-1922-73/+104
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-1952-196/+209
* igb: Add support for i354 devicesCarolyn Wyborny2013-04-1912-36/+251
* igb: add support for spoofchk configLior Levy2013-04-192-0/+35
* igb: Enable EEE LP advertisementMatthew Vick2013-04-197-1/+142
* igb: Fix code comments and whitespaceJeff Kirsher2013-04-1916-1183/+1010Star
* igb: Fix sparse warnings on function pointersAkeem G. Abodunrin2013-04-191-2/+2
* igb: Use rx/tx_itr_setting when setting up initial value of itrAlexander Duyck2013-04-191-0/+11
* igb: Pull adapter out of main path in igb_xmit_frame_ringAlexander Duyck2013-04-191-9/+11
* igb: Mask off check of frag_off as we only want fragment offsetAlexander Duyck2013-04-191-1/+1
* igb: random code and comments fixAkeem G. Abodunrin2013-04-193-6/+5Star
* igb: Implement support to power sfp cage and turn on I2CAkeem G. Abodunrin2013-04-191-1/+2
* igb: Support to read and export SFF-8472/8079 dataAkeem G. Abodunrin2013-04-192-0/+89
* igb: Support for 100base-fx SFPAkeem G. Abodunrin2013-04-183-19/+50
* ixgbe: Remove unnecessary #ifdef CONFIG_DEBUG_FS testsJoe Perches2013-04-182-10/+5Star
* ixgbe: Add support for WoL on 82599 SFP+ LOMJacob Keller2013-04-182-0/+2
* ixgbe: in shutdown, do netif_running() under rtnl_lockakepner2013-04-181-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-04-187-45/+162
|\
| * ixgbe: bump version numberDon Skidmore2013-04-181-1/+1
| * ixgbe: Fix 1G link WoLDon Skidmore2013-04-183-2/+8
| * ixgbe: fix MNG FW support when adapter not upDon Skidmore2013-04-185-5/+65
| * ixgbe: enable devices with internal switch to read pci parentJacob Keller2013-04-181-0/+48
| * ixgbe: create conversion functions from link_status to bus/speedJacob Keller2013-04-182-32/+34
| * ixgbe: Enable support for recognizing PCI-e Gen3 link speedJacob Keller2013-04-183-1/+7
| * ixgbe: Drop check for PAGE_SIZE from ixgbe_xmit_frame_ringAlexander Duyck2013-04-181-6/+1Star
| * ixgbe: don't do arithmetic operations on bitmasksEmil Tantilov2013-04-181-1/+1
| * ixgbe: Mask off check of frag_off as we only want fragment offsetAlexander Duyck2013-04-181-1/+1
* | fec: Remove unneeded asm header filesFabio Estevam2013-04-181-5/+0Star
|/
* atl1: Protect atl1_suspend with CONFIG_PM_SLEEPFabio Estevam2013-04-161-0/+2
* fec: Use SIMPLE_DEV_PM_OPSFabio Estevam2013-04-161-12/+3Star
* pch_gbe: minor: report the actual error on MTU changeVeaceslav Falico2013-04-161-1/+1
* tlan: cancel work at remove pathDevendra Naga2013-04-161-0/+1
* ks8851: Remove unneeded PM_OPS definitionsFabio Estevam2013-04-161-6/+2Star
* xgmac: Remove unneeded PM_OPS definitionsFabio Estevam2013-04-161-5/+2Star
* tg3: Remove unneeded PM_OPS definitionsFabio Estevam2013-04-161-8/+2Star
* atl1: Remove unneeded PM_OPS definitionsFabio Estevam2013-04-161-9/+2Star
* sis900: check for DMA map errorsDenis Kirjanov2013-04-151-4/+30
* net/macb: fix error return code in macb_probe()Nicolas Ferre2013-04-151-2/+2
* ucc_geth: Convert ugeth_<level> to pr_<level>Joe Perches2013-04-142-502/+403Star
* gianfar: Use netdev_<level> when possibleJoe Perches2013-04-143-12/+17
* fec: Convert printks to netdev_<level>Joe Perches2013-04-143-23/+21Star
* fec: Fix PHC device logFabio Estevam2013-04-132-2/+3
* ethernet/fec: Add Vybrid family fec supportJingchang Lu2013-04-131-0/+5
* net/at91_ether: fix error return code in at91ether_probe()Wei Yongjun2013-04-131-1/+2
* net: mv643xx_eth: remove deprecated inet_lro supportSebastian Hesselbarth2013-04-122-95/+3Star