summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igbvf
Commit message (Expand)AuthorAgeFilesLines
* igbvf: convert msleep to mdelay in atomic contextGreg Edwards2017-08-081-1/+1
* igbvf: after mailbox write, wait for replyGreg Edwards2017-08-081-2/+8
* igbvf: add lock around mailbox opsGreg Edwards2017-08-084-0/+56
* igbvf: Use net_device_stats from struct net_deviceTobias Klauser2017-04-202-22/+5
* igb/igbvf: Add VF MAC filter request capabilitiesYury Kylulin2017-04-205-2/+90
* igbvf: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-211-19/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-2/+6
|\
| * igb/igbvf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck2016-12-011-2/+6
* | ethernet/intel: use core min/max MTU checkingJarod Wilson2016-10-182-11/+6
|/
* igbvf: bump version to igbvf-2.4.0Todd Fujinaka2016-09-271-1/+1
* intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck2016-05-201-0/+1
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-201-2/+1
* igb/igbvf: Add support for GSO partialAlexander Duyck2016-05-131-75/+107
* igbvf: use BIT() macro instead of shiftsJacob Keller2016-05-135-10/+11
* igbvf: remove unused variable and dead codeJacob Keller2016-05-131-3/+1
* igbvf: remove "link is Up" message when registering mcast addressJon Maxwell2016-02-241-1/+0
* igbvf: Add support for generic Tx checksumsAlexander Duyck2016-02-242-61/+82
* igb/igbvf: don't give upMitch Williams2016-02-151-7/+13
* drivers/net/intel: use napi_complete_done()Jesse Brandeburg2015-10-161-1/+1
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-2/+0
* 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-232-6/+6
* igbvf: Fix code comments and whitespaceJeff Kirsher2015-02-239-516/+500
* 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
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-061-2/+2
* i40e,igb,ixgbe: remove usless return statementsStephen Hemminger2014-05-231-1/+0
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-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:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-2/+2
* | intel: Remove extern from function prototypesJoe Perches2013-09-241-11/+11
|/
* 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-152-23/+31
* 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
OpenPOWER on IntegriCloud