summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-11-30igb: Allocate MSI-X vector when testingAkihiko Odaki1-0/+2
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-6/+6
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-05-05igb: Convert kmap() to kmap_local_page()Alaa Mohamed1-2/+2
2022-02-07igb: refactor XDP registrationCorinna Vinschen1-4/+0
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-07-23igb: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-2/+1
2021-05-26intel: remove checker warningJesse Brandeburg1-1/+1
2021-03-23igb: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-17intel: Update drivers to use ethtool_sprintfAlexander Duyck1-26/+14
2020-09-28igb: add XDP supportSven Auhagen1-0/+4
2020-07-30igb: Remove unnecessary usages of memsetSuraj Upadhyay1-2/+2
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-4/+4
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher1-1/+0
2020-05-22igb: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng1-1/+2
2020-03-12net: igb: let core reject the unsupported coalescing parametersJakub Kicinski1-21/+1
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-01-09igb: Fix SGMII SFP module discovery for 100FX/LX.Manfred Rudigier1-1/+1
2019-12-31igb: dont drop packets if rx flow control is enabledRobert Beckett1-0/+8
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-06-28igb: add RR2DCDELAY to ethtool registers dumpArtem Bityutskiy1-1/+4
2019-06-28igb: minor ethool regdump amendmentArtem Bityutskiy1-35/+35
2019-03-19igb: fix various indentation issuesColin Ian King1-2/+2
2019-01-15Revert "igb: reduce CPU0 latency when updating statistics"Jeff Kirsher1-2/+2
2018-12-20igb: reduce CPU0 latency when updating statisticsJeff Kirsher1-2/+2
2018-11-07i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURETodd Fujinaka1-1/+1
2018-08-24igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()Jia-Ju Bai1-1/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+4
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-22/+1
2018-04-25igb: Add MAC address support for ethtool nftuple filtersVinicius Costa Gomes1-4/+39
2018-04-25igb: Enable nfc filters to specify MAC addressesVinicius Costa Gomes1-0/+28
2018-04-25igb: Fix not adding filter elements to the listVinicius Costa Gomes1-1/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-01-24igb: add function to get maximum RSS queuesZhang Shengju1-31/+1
2017-06-06igb: Remove useless argumentBenjamin Poirier1-1/+1
2017-06-06igb: add statistic indicating number of skipped Tx timestampsJacob Keller1-0/+1
2017-03-21igb: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes1-65/+73
2017-03-17igb: Add support for ethtool private flag to allow use of legacy RxAlexander Duyck1-0/+48
2017-03-17igb: Only sync size of expected frame in ethtool testingAlexander Duyck1-2/+2
2017-03-17igb: Don't bother clearing Tx buffer_info in igb_clean_tx_ringAlexander Duyck1-1/+10
2017-03-17igb: Use length to determine if descriptor is doneAlexander Duyck1-1/+1
2016-09-27igb: fix non static symbol warningWei Yongjun1-2/+2
2016-08-18igb: fix error code in igb_add_ethtool_nfc_entry()Gangfeng Huang1-1/+1
2016-08-18igb: support RX flow classification by VLAN priorityGangfeng Huang1-7/+84
2016-08-18igb: support RX flow classification by ethertypeGangfeng Huang1-1/+76
2016-08-18igb: add support of RX network flow classificationGangfeng Huang1-0/+193
2016-05-13igb: use BIT() macro or unsigned prefixJacob Keller1-9/+9