aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf
AgeCommit message (Expand)Author
2014-01-17ixgbevf: merge ixgbevf_tx_map and ixgbevf_tx_queue into a single functionEmil Tantilov
2014-01-17ixgbevf: redo dma mapping using the tx buffer infoEmil Tantilov
2014-01-17ixgbevf: make the first tx_buffer a repository for most of the skb infoEmil Tantilov
2014-01-17ixgbevf: add tx countersEmil Tantilov
2014-01-17ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov
2014-01-17ixgbevf: move ring specific stats into ring specific structureEmil Tantilov
2014-01-17ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov
2014-01-17ixgbevf: bump versionDon Skidmore
2014-01-16ixgbevf: create function for all of ring initDon Skidmore
2014-01-16ixgbevf: Convert ring storage form pointer to an array to array of pointersDon Skidmore
2014-01-16ixgbevf: use pci drvdata correctly in ixgbevf_suspend()Wei Yongjun
2014-01-16ixgbevf: set the disable state when ixgbevf_qv_disable is calledJacob Keller
2013-12-17ixgbevf: add DCB configuration into queue setupDon Skidmore
2013-12-10ixgbe: Focus config of head, tail ntc, and ntu all into a single functionDon Skidmore
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-11-01ixgbe: cleanup IXGBE_DESC_UNUSEDDon Skidmore
2013-11-01ixgbevf: remove redundant workaroundEmil Tantilov
2013-10-29ixgbevf: Add zero_base handler to network statisticsDon Skidmore
2013-10-29ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLLJacob Keller
2013-10-29ixgbevf: implement CONFIG_NET_RX_BUSY_POLLJacob Keller
2013-10-29ixgbevf: have clean_rx_irq return total_rx_packets cleanedJacob Keller
2013-10-29ixgbevf: add ixgbevf_rx_skbJacob Keller
2013-10-24ixgbevf: bump driver versionDon Skidmore
2013-10-24ixgbevf: implement ethtool get/set coalesceJacob Keller
2013-10-24ixgbevf: Adds function to set PSRTYPE registerDon Skidmore
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-10-01ixgbevf: move API neg to reset pathDon Skidmore
2013-10-01ixgbevf: add wait for Rx queue disableDon Skidmore
2013-10-01ixgbevf: cleanup redundant mailbox read failure checkDon Skidmore
2013-10-01ixgbevf: do not print registers to dmesg in ixgbevf_get_regsJacob Keller
2013-09-24intel: Remove extern from function prototypesJoe Perches
2013-09-21DMA-API: net: intel/ixgbevf: fix 32-bit DMA mask handlingRussell King
2013-09-03drivers/net: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-03-28ixgbevf: Adjust to handle unassigned MAC address from PFGreg Rose
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-26ixgbevf: don't release the soft entriesxunleer
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2013-03-08ixgbevf: use PCI_DEVICE_TABLE macroStephen Hemminger
2013-03-08ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck
2013-01-28ixgbevf: Make sure link status and speed are fetchedGreg Rose
2013-01-23ixgbevf: Fix link speed message to support 100MbpsGreg Rose
2013-01-19ixgbevf: Fix statistics corruptionGreg Rose
2013-01-19ixgbevf: Fix link up messagesGreg Rose
2013-01-19ixgbevf: Synch out of tree and in tree mailbox interrupt handlersGreg Rose
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03net/intel: remove __dev* attributesBill Pemberton