summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igbvf/netdev.c
Commit message (Expand)AuthorAgeFilesLines
* igbvf: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-301-1/+1
* drivers/net/intel: use napi_complete_done()Jesse Brandeburg2015-10-161-1/+1
* igbvf: Enable TSO for stacked VLANToshiaki Makita2015-09-221-0/+1
* igbvf: clear buffer_info->dma after dma_unmap_single()Stefan Assmann2015-08-181-0/+1
* igbvf: use netif_carrier_off earlier when bringing if downTodd Fujinaka2015-03-201-2/+1
* igbvf: cleanup msleep() and min/max() usageJeff Kirsher2015-02-231-1/+1
* igbvf: Fix code comments and whitespaceJeff Kirsher2015-02-231-193/+196
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-8/+11
|\
| * igbvf: Fix checksum error when using stacked vlanToshiaki Makita2015-01-301-8/+11
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+3
|/
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* igbvf: remove open-coded skb_cow_headFrancois Romieu2014-04-111-9/+7
* igbvf: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-191-2/+2
* igbvf: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-3/+3
* net: igbvf: slight optimization of addr comparedingtianhong2013-12-311-1/+1
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-12/+6
|\
| * DMA-API: net: intel/igbvf: fix 32-bit DMA mask handlingRussell King2013-09-211-12/+6
* | igbvf: add missing iounmap() on error in igbvf_probe()Wei Yongjun2013-10-241-1/+2
* | igbvf: integer wrapping bug setting the mtuDan Carpenter2013-10-241-3/+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/+5
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-3/+3
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-2/+0
* igbvf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2013-02-151-22/+30
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-5/+3
* igbvf: be sane about random MAC addressesMitch A Williams2013-01-281-14/+10
* remove init of dev->perm_addr in driversJiri Pirko2013-01-081-2/+0
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-031-1/+0
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1
* net/intel: remove __dev* attributesBill Pemberton2012-12-031-5/+5
* igbvf: update version numberMitch A Williams2012-11-281-1/+1
* igbvf: work around i350 erratumMitch A Williams2012-11-281-2/+13
* igbvf: Check for error on dma_map_single callGreg Rose2012-10-291-0/+13
* netdev: make pci_error_handlers constStephen Hemminger2012-09-071-1/+1
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-0/+1
* igbvf: fix the bug when initializing the igbvfSamuel Liao2012-04-301-2/+2
* intel: make wired ethernet driver message level consistent (rev2)stephen hemminger2012-03-271-1/+6
* igbvf: reset netdevice addr_assign_type if changedDanny Kukawka2012-02-171-0/+1
* rename dev_hw_addr_random and remove redundant secondDanny Kukawka2012-02-131-4/+7
* igbvf: refactor Interrupt Throttle Rate codeMitch A Williams2012-02-071-57/+74
* igbvf: change copyright dateMitch A Williams2012-02-031-2/+2
* igbvf: Remove unnecessary irq disable/enableMitch A Williams2012-01-191-5/+0
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-081-8/+12
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2011-11-161-7/+7
|\
| * igbvf: Convert printks to pr_<level>Jeff Kirsher2011-11-161-7/+7
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-1/+2
|/
* igbvf: Bump version numberWilliams, Mitch A2011-10-211-1/+1
* igbvf: Update module identification stringsWilliams, Mitch A2011-10-211-5/+7
* igbvf: fix truesize underestimationEric Dumazet2011-10-201-1/+1
* net: add skb frag size accessorsEric Dumazet2011-10-191-2/+2