summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf
Commit message (Expand)AuthorAgeFilesLines
* ixgbevf: create function for all of ring initDon Skidmore2014-01-162-137/+183
* ixgbevf: Convert ring storage form pointer to an array to array of pointersDon Skidmore2014-01-163-86/+98
* ixgbevf: use pci drvdata correctly in ixgbevf_suspend()Wei Yongjun2014-01-161-2/+2
* ixgbevf: set the disable state when ixgbevf_qv_disable is calledJacob Keller2014-01-161-0/+1
* ixgbevf: add DCB configuration into queue setupDon Skidmore2013-12-172-138/+91
* ixgbe: Focus config of head, tail ntc, and ntu all into a single functionDon Skidmore2013-12-102-40/+19
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-10/+5
|\
| * DMA-API: net: intel/ixgbevf: fix 32-bit DMA mask handlingRussell King2013-09-211-10/+5
* | ixgbe: cleanup IXGBE_DESC_UNUSEDDon Skidmore2013-11-012-8/+12
* | ixgbevf: remove redundant workaroundEmil Tantilov2013-11-011-9/+0
* | ixgbevf: Add zero_base handler to network statisticsDon Skidmore2013-10-292-34/+45
* | ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLLJacob Keller2013-10-293-0/+60
* | ixgbevf: implement CONFIG_NET_RX_BUSY_POLLJacob Keller2013-10-292-0/+177
* | ixgbevf: have clean_rx_irq return total_rx_packets cleanedJacob Keller2013-10-291-6/+7
* | ixgbevf: add ixgbevf_rx_skbJacob Keller2013-10-291-1/+15
* | ixgbevf: bump driver versionDon Skidmore2013-10-241-1/+1
* | ixgbevf: implement ethtool get/set coalesceJacob Keller2013-10-243-1/+84
* | ixgbevf: Adds function to set PSRTYPE registerDon Skidmore2013-10-241-2/+16
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-2/+2
* | ixgbevf: move API neg to reset pathDon Skidmore2013-10-011-11/+10
* | ixgbevf: add wait for Rx queue disableDon Skidmore2013-10-011-17/+44
* | ixgbevf: cleanup redundant mailbox read failure checkDon Skidmore2013-10-011-27/+2
* | ixgbevf: do not print registers to dmesg in ixgbevf_get_regsJacob Keller2013-10-011-53/+2
* | intel: Remove extern from function prototypesJoe Perches2013-09-241-19/+15
|/
* drivers/net: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-031-2/+2
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-3/+6
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-3/+3
* ixgbevf: Adjust to handle unassigned MAC address from PFGreg Rose2013-03-282-7/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-271-4/+20
|\
| * ixgbevf: don't release the soft entriesxunleer2013-03-261-4/+20
* | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-3/+0
* | ixgbevf: use PCI_DEVICE_TABLE macroStephen Hemminger2013-03-081-6/+3
* | ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2013-03-082-33/+40
|/
* ixgbevf: Make sure link status and speed are fetchedGreg Rose2013-01-281-0/+1
* ixgbevf: Fix link speed message to support 100MbpsGreg Rose2013-01-231-3/+16
* ixgbevf: Fix statistics corruptionGreg Rose2013-01-191-1/+6
* ixgbevf: Fix link up messagesGreg Rose2013-01-191-4/+5
* ixgbevf: Synch out of tree and in tree mailbox interrupt handlersGreg Rose2013-01-191-2/+25
* remove init of dev->perm_addr in driversJiri Pirko2013-01-081-2/+0
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1
* net/intel: remove __dev* attributesBill Pemberton2012-12-031-4/+4
* ixgbevf: Add checksum statistics counters to ringsGreg Rose2012-11-152-7/+18
* ixgbevf: Remove unneeded and obsolete commentGreg Rose2012-11-151-7/+0
* ixgbevf: White space and comments clean upGreg Rose2012-11-151-13/+6
* ixgbevf: Remove mailbox spinlock from the reset functionGreg Rose2012-11-151-4/+0
* ixgbevf: Remove checking for mac.ops function pointersGreg Rose2012-11-151-38/+18
* ixgbevf: Remove the ring adapter pointer valueGreg Rose2012-11-151-1/+0
* ixgbevf: Fix unnecessary dereference where local var is available.Greg Rose2012-11-151-2/+2
* ixgbevf: Streamline the rx buffer allocationGreg Rose2012-11-151-5/+5
OpenPOWER on IntegriCloud