aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-30e100: Fix "disabling already-disabled device" warningMichele Baldessari1-1/+1
2014-01-27i40e: Add missing braces to i40e_dcb_need_reconfig()Dave Jones1-1/+2
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+2
2014-01-17ixgbevf: merge ixgbevf_tx_map and ixgbevf_tx_queue into a single functionEmil Tantilov2-140/+133
2014-01-17ixgbevf: redo dma mapping using the tx buffer infoEmil Tantilov2-40/+59
2014-01-17ixgbevf: make the first tx_buffer a repository for most of the skb infoEmil Tantilov2-95/+130
2014-01-17ixgbevf: add tx countersEmil Tantilov1-0/+2
2014-01-17ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov3-20/+9
2014-01-17ixgbevf: move ring specific stats into ring specific structureEmil Tantilov3-44/+62
2014-01-17ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov3-84/+61
2014-01-17i40e: Fix device ID define names to align to standardShannon Nelson7-70/+70
2014-01-17i40e: add DCB option to KconfigNeerav Parikh2-0/+10
2014-01-17i40e: add DCB and DCBNL supportNeerav Parikh4-20/+669
2014-01-17i40e: implement DCB support infastructureNeerav Parikh5-15/+712
2014-01-17i40e: refactor flow directorAnjali Singhai Jain3-160/+221
2014-01-17i40e: rename definesJesse Brandeburg4-33/+33
2014-01-17i40e: whitespace fixesJesse Brandeburg4-5/+5
2014-01-17i40e: Change firmware workaroundJesse Brandeburg2-7/+2
2014-01-17i40e: fix compile warning on checksum_localJesse Brandeburg1-1/+1
2014-01-17ixgbevf: bump versionDon Skidmore1-1/+1
2014-01-17ixgbe: bump version numberDon Skidmore1-1/+1
2014-01-17ixgbe: add braces around else condition in ixgbe_qv_lock_* callsJacob Keller1-2/+4
2014-01-17ixgbe: set driver_max_VFs should be done before enabling SRIOVethan.zhao1-1/+1
2014-01-17ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63ethan.zhao3-4/+9
2014-01-16i40e: updates to AdminQ interfaceShannon Nelson2-15/+8
2014-01-16i40e: check desc pointer before printingShannon Nelson1-28/+39
2014-01-16i40e: Remove autogenerated Module.symvers file.David S. Miller1-0/+0
2014-01-16e1000e: Fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg1-6/+2
2014-01-16ixgbe: Fix incorrect logic for fixed fiber eeprom writeDon Skidmore1-1/+1
2014-01-16ixgbevf: create function for all of ring initDon Skidmore2-137/+183
2014-01-16ixgbevf: Convert ring storage form pointer to an array to array of pointersDon Skidmore3-86/+98
2014-01-16ixgbevf: use pci drvdata correctly in ixgbevf_suspend()Wei Yongjun1-2/+2
2014-01-16ixgbevf: set the disable state when ixgbevf_qv_disable is calledJacob Keller1-0/+1
2014-01-16ixgbe: reinit_locked() should be called with rtnl_lockJohn Fastabend1-0/+2
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker3-3/+0
2014-01-15ixgbe: Clear head write-back registers on VF resetAlexander Duyck2-0/+17
2014-01-15ixgbe: Force QDE via PFQDE for VFs during resetAlexander Duyck2-3/+18
2014-01-15i40e: Retain MAC filters on port VLAN deletionGreg Rose2-0/+16
2014-01-15i40e: Warn admin to reload VF driver on port VLAN configurationGreg Rose1-0/+5
2014-01-14ixgbe: Additional adapter removal checksMark Rustad2-0/+38
2014-01-14ixgbe: Check for adapter removal on register writesMark Rustad3-5/+12
2014-01-14ixgbe: Check register reads for adapter removalMark Rustad3-5/+53
2014-01-14ixgbe: Make ethtool register test use accessorsMark Rustad1-51/+47
2014-01-14ixgbe: Use static inlines instead of macrosMark Rustad3-12/+33
2014-01-14ixbge: Protect ixgbe_down with __IXGBE_DOWN bitMark Rustad1-1/+3
2014-01-14ixgbe: Indicate removal state explicitlyMark Rustad2-4/+9
2014-01-14i40e: Bump version numberCatherine Sullivan1-1/+1
2014-01-14i40e: trivial cleanupJesse Brandeburg1-2/+1
2014-01-14i40e: whitespace fixesJesse Brandeburg5-8/+5
2014-01-14i40e: make message meaningfulMitch Williams1-2/+2