summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igbvf
Commit message (Expand)AuthorAgeFilesLines
* net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-041-1/+1
* intel: legacy: field get conversionJesse Brandeburg2023-12-182-3/+3
* intel: add bit macro includes where neededJesse Brandeburg2023-12-181-14/+14
* igbvf: replace deprecated strncpy with strscpyJustin Stitt2023-10-181-1/+1
* igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80Olga Zaborska2023-09-051-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-242-5/+16
|\
| * igbvf: Regard vf reset nack as successAkihiko Odaki2023-03-161-3/+10
| * 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-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* intel/igbvf:fix repeated words in commentsJilin Yuan2022-06-302-2/+2
* igbvf: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-16/+6
* igbvf: Refactor traceKaren Sornek2021-12-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-0/+1
|\
| * igbvf: fix double free in `igbvf_probe`Letu Ren2021-12-151-0/+1
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
|/
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-5/+3
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* igbvf: convert to strongly typed descriptorsJesse Brandeburg2021-05-261-21/+21
* 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-251-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-253-7/+1
* net: igbvf: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli2019-11-071-2/+2
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-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
* igbvf: Replace spin_is_locked() with lockdepLance Roy2018-11-071-2/+2
* intel-ethernet: use correct module licenseJesse Brandeburg2018-09-181-1/+1
* igbvf: netdev: Mark expected switch fall-throughGustavo A. R. Silva2018-08-071-0/+1
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-2710-252/+10
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-2310-0/+10
* igbvf: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-211-1/+1
* ethernet/intel: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+3
* 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