summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igbvf/netdev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* intel: legacy: field get conversionJesse Brandeburg2023-12-181-3/+2
* intel: add bit macro includes where neededJesse Brandeburg2023-12-181-14/+14
* igbvf: replace deprecated strncpy with strscpyJustin Stitt2023-10-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-2/+6
|\
| * intel/igbvf: free irq on the error path in igbvf_request_msix()Gaosheng Cui2023-03-161-2/+6
* | igbvf: add PCI reset handler functionsDawid Wesierski2023-03-211-0/+29
|/
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-291-1/+1
* intel/igbvf:fix repeated words in commentsJilin Yuan2022-06-301-1/+1
* igbvf: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-16/+6
* igbvf: Refactor traceKaren Sornek2021-12-211-1/+1
* igbvf: fix double free in `igbvf_probe`Letu Ren2021-12-151-0/+1
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-5/+3
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* intel: call csum functions with well formatted argumentsJesse Brandeburg2021-05-261-1/+1
* igb: handle vlan types with checker enabledJesse Brandeburg2021-05-261-2/+2
* net: igbvf: use skb_csum_is_sctp instead of protocol checkXin Long2021-01-191-13/+1
* igbvf: Refactor tracesKaren Sornek2020-11-241-2/+2
* intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-261-5/+12
* igbvf: use generic power managementVaibhav Gupta2020-07-301-29/+8
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-2/+2
* net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-261-4/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-1/+1
* net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli2019-11-081-2/+2
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-231-1/+1
* drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-4/+0
* ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-211-3/+6
* intel-ethernet: use correct module licenseJesse Brandeburg2018-09-191-1/+1
* igbvf: netdev: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-25/+1
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* igbvf: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-221-1/+1
* ethernet/intel: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+3
* igbvf: add lock around mailbox opsGreg Edwards2017-08-091-0/+47
* igbvf: Use net_device_stats from struct net_deviceTobias Klauser2017-04-211-21/+5
* igb/igbvf: Add VF MAC filter request capabilitiesYury Kylulin2017-04-211-2/+42
* 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-181-10/+4
|/
* igbvf: bump version to igbvf-2.4.0Todd Fujinaka2016-09-281-1/+1
* intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck2016-05-211-0/+1
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-211-2/+1
* igb/igbvf: Add support for GSO partialAlexander Duyck2016-05-141-75/+107
* igbvf: use BIT() macro instead of shiftsJacob Keller2016-05-141-5/+5
* igbvf: remove unused variable and dead codeJacob Keller2016-05-141-3/+1
* igbvf: remove "link is Up" message when registering mcast addressJon Maxwell2016-02-251-1/+0
* igbvf: Add support for generic Tx checksumsAlexander Duyck2016-02-251-61/+81
* drivers/net/intel: use napi_complete_done()Jesse Brandeburg2015-10-161-1/+1
* igbvf: Enable TSO for stacked VLANToshiaki Makita2015-09-231-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-211-2/+1