aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igbvf (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-06-30intel/igbvf:fix repeated words in commentsJilin Yuan2-2/+2
2022-01-27igbvf: Remove useless DMA-32 fallback configurationChristophe JAILLET1-16/+6
2021-12-21igbvf: Refactor traceKaren Sornek1-1/+1
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-12-15igbvf: fix double free in `igbvf_probe`Letu Ren1-0/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-5/+3
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-26igbvf: convert to strongly typed descriptorsJesse Brandeburg1-21/+21
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-19net: igbvf: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2020-11-24igbvf: Refactor tracesKaren Sornek1-2/+2
2020-09-25intel-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-25net/intel: remove driver versions from Intel driversJeff Kirsher3-7/+1
2020-03-12net: igbvf: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-07net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli1-2/+2
2019-07-22net: 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-11-07igbvf: Replace spin_is_locked() with lockdepLance Roy1-2/+2
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg1-1/+1
2018-08-07igbvf: netdev: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher10-252/+10
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher10-0/+10
2017-11-21igbvf: 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-08igbvf: convert msleep to mdelay in atomic contextGreg Edwards1-1/+1
2017-08-08igbvf: after mailbox write, wait for replyGreg Edwards1-2/+8
2017-08-08igbvf: add lock around mailbox opsGreg Edwards4-0/+56
2017-04-20igbvf: Use net_device_stats from struct net_deviceTobias Klauser2-22/+5
2017-04-20igb/igbvf: Add VF MAC filter request capabilitiesYury Kylulin5-2/+90
2017-03-21igbvf: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes1-19/+19
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 Wilson2-11/+6
2016-09-27igbvf: bump version to igbvf-2.4.0Todd Fujinaka1-1/+1
2016-05-20intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck1-0/+1
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+1
2016-05-13igb/igbvf: Add support for GSO partialAlexander Duyck1-75/+107
2016-05-13igbvf: use BIT() macro instead of shiftsJacob Keller5-10/+11
2016-05-13igbvf: remove unused variable and dead codeJacob Keller1-3/+1
2016-02-24igbvf: remove "link is Up" message when registering mcast addressJon Maxwell1-1/+0
2016-02-24igbvf: Add support for generic Tx checksumsAlexander Duyck2-61/+82