summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igbvf/netdev.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-22igbvf: fix double free in `igbvf_probe`Letu Ren1-0/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-26intel: call csum functions with well formatted argumentsJesse Brandeburg1-1/+1
2021-05-26igb: handle vlan types with checker enabledJesse Brandeburg1-2/+2
2021-01-20net: igbvf: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2020-11-24igbvf: Refactor tracesKaren Sornek1-2/+2
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-5/+12
2020-07-30igbvf: use generic power managementVaibhav Gupta1-29/+8
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-2/+2
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher1-4/+1
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-08net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli1-2/+2
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-4/+0
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg1-3/+6
2018-09-19intel-ethernet: use correct module licenseJesse Brandeburg1-1/+1
2018-08-08igbvf: netdev: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2017-11-22igbvf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-08-09igbvf: add lock around mailbox opsGreg Edwards1-0/+47
2017-04-21igbvf: Use net_device_stats from struct net_deviceTobias Klauser1-21/+5
2017-04-21igb/igbvf: Add VF MAC filter request capabilitiesYury Kylulin1-2/+42
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 Wilson1-10/+4
2016-09-28igbvf: bump version to igbvf-2.4.0Todd Fujinaka1-1/+1
2016-05-21intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck1-0/+1
2016-05-21net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+1
2016-05-14igb/igbvf: Add support for GSO partialAlexander Duyck1-75/+107
2016-05-14igbvf: use BIT() macro instead of shiftsJacob Keller1-5/+5
2016-05-14igbvf: remove unused variable and dead codeJacob Keller1-3/+1
2016-02-25igbvf: remove "link is Up" message when registering mcast addressJon Maxwell1-1/+0
2016-02-25igbvf: Add support for generic Tx checksumsAlexander Duyck1-61/+81
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg1-1/+1
2015-09-23igbvf: Enable TSO for stacked VLANToshiaki Makita1-0/+1
2015-08-19igbvf: clear buffer_info->dma after dma_unmap_single()Stefan Assmann1-0/+1
2015-03-21igbvf: use netif_carrier_off earlier when bringing if downTodd Fujinaka1-2/+1
2015-02-24igbvf: cleanup msleep() and min/max() usageJeff Kirsher1-1/+1
2015-02-24igbvf: Fix code comments and whitespaceJeff Kirsher1-193/+196
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+11
2015-01-31igbvf: Fix checksum error when using stacked vlanToshiaki Makita1-8/+11
2015-01-14net: 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-04-11igbvf: remove open-coded skb_cow_headFrancois Romieu1-9/+7
2014-03-20igbvf: Convert uses of __constant_<foo> to <foo>Joe Perches1-2/+2
2014-02-19igbvf: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-3/+3
2014-01-01net: 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