aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igbvf/netdev.c
AgeCommit message (Expand)Author
2023-04-05intel/igbvf: free irq on the error path in igbvf_request_msix()Gaosheng Cui
2021-12-22igbvf: fix double free in `igbvf_probe`Letu Ren
2018-08-07igbvf: netdev: Mark expected switch fall-throughGustavo A. R. Silva
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2017-11-21igbvf: Use smp_rmb rather than read_barrier_dependsBrian King
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook
2017-08-08igbvf: add lock around mailbox opsGreg Edwards
2017-04-20igbvf: Use net_device_stats from struct net_deviceTobias Klauser
2017-04-20igb/igbvf: Add VF MAC filter request capabilitiesYury Kylulin
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-01igb/igbvf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson
2016-09-27igbvf: bump version to igbvf-2.4.0Todd Fujinaka
2016-05-20intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert
2016-05-13igb/igbvf: Add support for GSO partialAlexander Duyck
2016-05-13igbvf: use BIT() macro instead of shiftsJacob Keller
2016-05-13igbvf: remove unused variable and dead codeJacob Keller
2016-02-24igbvf: remove "link is Up" message when registering mcast addressJon Maxwell
2016-02-24igbvf: Add support for generic Tx checksumsAlexander Duyck
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg
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-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-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