summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igbvf
Commit message (Expand)AuthorAge
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-23
* igbvf: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-21
* ethernet/intel: Convert timers to use timer_setup()Kees Cook2017-10-18
* igbvf: convert msleep to mdelay in atomic contextGreg Edwards2017-08-08
* igbvf: after mailbox write, wait for replyGreg Edwards2017-08-08
* igbvf: add lock around mailbox opsGreg Edwards2017-08-08
* igbvf: Use net_device_stats from struct net_deviceTobias Klauser2017-04-20
* igb/igbvf: Add VF MAC filter request capabilitiesYury Kylulin2017-04-20
* igbvf: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-03
|\
| * igb/igbvf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck2016-12-01
* | ethernet/intel: use core min/max MTU checkingJarod Wilson2016-10-18
|/
* igbvf: bump version to igbvf-2.4.0Todd Fujinaka2016-09-27
* intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck2016-05-20
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-20
* igb/igbvf: Add support for GSO partialAlexander Duyck2016-05-13
* igbvf: use BIT() macro instead of shiftsJacob Keller2016-05-13
* igbvf: remove unused variable and dead codeJacob Keller2016-05-13
* igbvf: remove "link is Up" message when registering mcast addressJon Maxwell2016-02-24
* igbvf: Add support for generic Tx checksumsAlexander Duyck2016-02-24
* igb/igbvf: don't give upMitch Williams2016-02-15
* drivers/net/intel: use napi_complete_done()Jesse Brandeburg2015-10-16
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-16
* igbvf: Enable TSO for stacked VLANToshiaki Makita2015-09-22
* igbvf: clear buffer_info->dma after dma_unmap_single()Stefan Assmann2015-08-18
* igbvf: use netif_carrier_off earlier when bringing if downTodd Fujinaka2015-03-20
* igbvf: cleanup msleep() and min/max() usageJeff Kirsher2015-02-23
* igbvf: Fix code comments and whitespaceJeff Kirsher2015-02-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-05
|\
| * igbvf: Fix checksum error when using stacked vlanToshiaki Makita2015-01-30
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-13
|/
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-12
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-06
* i40e,igb,ixgbe: remove usless return statementsStephen Hemminger2014-05-23
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-13
* igbvf: remove open-coded skb_cow_headFrancois Romieu2014-04-11
* igbvf: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-19
* igbvf: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-18
* net: igbvf: slight optimization of addr comparedingtianhong2013-12-31
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-14
|\
| * DMA-API: net: intel/igbvf: fix 32-bit DMA mask handlingRussell King2013-09-21
* | igbvf: add missing iounmap() on error in igbvf_probe()Wei Yongjun2013-10-24
* | igbvf: integer wrapping bug setting the mtuDan Carpenter2013-10-24
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-02
* | intel: Remove extern from function prototypesJoe Perches2013-09-24
|/
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-19
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-19
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-19
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-17
* igbvf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2013-02-15