aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igbvf
AgeCommit message (Expand)Author
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-09-22igbvf: Enable TSO for stacked VLANToshiaki Makita
2015-08-18igbvf: clear buffer_info->dma after dma_unmap_single()Stefan Assmann
2015-03-20igbvf: use netif_carrier_off earlier when bringing if downTodd Fujinaka
2015-02-23igbvf: cleanup msleep() and min/max() usageJeff Kirsher
2015-02-23igbvf: Fix code comments and whitespaceJeff Kirsher
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-30igbvf: Fix checksum error when using stacked vlanToshiaki Makita
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko
2014-05-23i40e,igb,ixgbe: remove usless return statementsStephen Hemminger
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-04-11igbvf: remove open-coded skb_cow_headFrancois Romieu
2014-03-19igbvf: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-02-18igbvf: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2013-12-31net: igbvf: slight optimization of addr comparedingtianhong
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-10-24igbvf: add missing iounmap() on error in igbvf_probe()Wei Yongjun
2013-10-24igbvf: integer wrapping bug setting the mtuDan Carpenter
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-09-24intel: Remove extern from function prototypesJoe Perches
2013-09-21DMA-API: net: intel/igbvf: fix 32-bit DMA mask handlingRussell King
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-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2013-02-15igbvf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-28igbvf: be sane about random MAC addressesMitch A Williams
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03net/intel: remove __dev* attributesBill Pemberton
2012-11-28igbvf: update version numberMitch A Williams
2012-11-28igbvf: work around i350 erratumMitch A Williams
2012-10-29igbvf: Check for error on dma_map_single callGreg Rose
2012-09-07netdev: make pci_error_handlers constStephen Hemminger
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-06-30igbvf: fix divide by zeroMitch A Williams
2012-04-30igbvf: fix the bug when initializing the igbvfSamuel Liao
2012-03-27intel: make wired ethernet driver message level consistent (rev2)stephen hemminger
2012-03-19igbvf: Use ETH_ALENJoe Perches
2012-02-17igbvf: reset netdevice addr_assign_type if changedDanny Kukawka
2012-02-13rename dev_hw_addr_random and remove redundant secondDanny Kukawka
2012-02-07igbvf: refactor Interrupt Throttle Rate codeMitch A Williams
2012-02-03igbvf: change copyright dateMitch A Williams
2012-01-19igbvf: Remove unnecessary irq disable/enableMitch A Williams
2012-01-19igbvf: remove unneeded castStephen Hemminger