aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igbvf (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2016-12-01igb/igbvf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck1-2/+6
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson2-11/+6
2016-09-27igbvf: bump version to igbvf-2.4.0Todd Fujinaka1-1/+1
2016-05-20intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck1-0/+1
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+1
2016-05-13igb/igbvf: Add support for GSO partialAlexander Duyck1-75/+107
2016-05-13igbvf: use BIT() macro instead of shiftsJacob Keller5-10/+11
2016-05-13igbvf: remove unused variable and dead codeJacob Keller1-3/+1
2016-02-24igbvf: remove "link is Up" message when registering mcast addressJon Maxwell1-1/+0
2016-02-24igbvf: Add support for generic Tx checksumsAlexander Duyck2-61/+82
2016-02-15igb/igbvf: don't give upMitch Williams1-7/+13
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg1-1/+1
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-2/+0
2015-09-22igbvf: Enable TSO for stacked VLANToshiaki Makita1-0/+1
2015-08-18igbvf: clear buffer_info->dma after dma_unmap_single()Stefan Assmann1-0/+1
2015-03-20igbvf: use netif_carrier_off earlier when bringing if downTodd Fujinaka1-2/+1
2015-02-23igbvf: cleanup msleep() and min/max() usageJeff Kirsher2-6/+6
2015-02-23igbvf: Fix code comments and whitespaceJeff Kirsher9-516/+500
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+11
2015-01-30igbvf: Fix checksum error when using stacked vlanToshiaki Makita1-8/+11
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+3
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-05-23i40e,igb,ixgbe: remove usless return statementsStephen Hemminger1-1/+0
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-11igbvf: remove open-coded skb_cow_headFrancois Romieu1-9/+7
2014-03-19igbvf: Convert uses of __constant_<foo> to <foo>Joe Perches1-2/+2
2014-02-18igbvf: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-3/+3
2013-12-31net: igbvf: slight optimization of addr comparedingtianhong1-1/+1
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-12/+6
2013-10-24igbvf: add missing iounmap() on error in igbvf_probe()Wei Yongjun1-1/+2
2013-10-24igbvf: integer wrapping bug setting the mtuDan Carpenter1-3/+2
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-2/+2
2013-09-24intel: Remove extern from function prototypesJoe Perches1-11/+11
2013-09-21DMA-API: net: intel/igbvf: fix 32-bit DMA mask handlingRussell King1-12/+6
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-3/+5
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-3/+3
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-2/+0
2013-02-15igbvf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2-23/+31
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-5/+3
2013-01-28igbvf: be sane about random MAC addressesMitch A Williams1-14/+10
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-2/+0
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03net/intel: remove __dev* attributesBill Pemberton1-5/+5
2012-11-28igbvf: update version numberMitch A Williams1-1/+1
2012-11-28igbvf: work around i350 erratumMitch A Williams3-3/+15
2012-10-29igbvf: Check for error on dma_map_single callGreg Rose1-0/+13