aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-07-19be2net: Fix buffer overflow in be_get_module_eepromHristo Venev1-12/+19
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-1/+3
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-03-12net: be2net: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-03-03net/emulex: Delete driver versionLeon Romanovsky1-1/+0
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-08-18be2net: eliminate enable field from be_aic_objIvan Vecera1-3/+4
2019-06-22be2net: fix link failure after ethtool offline testPetr Oros1-6/+22
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2019-06-16be2net: Fix number of Rx queues used for flow hashingIvan Vecera1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 338Thomas Gleixner1-5/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-9/+9
2018-08-07be2net: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-02-06be2net: Handle transmit completion errors in LancerSuresh Reddy1-0/+1
2017-01-02net: emulex: benet: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-39/+34
2016-09-07be2net: Support UE recovery in BEx/Skyhawk adaptersSriharsha Basavapatna1-0/+40
2016-06-27be2net: Change copyright markings in source filesSomnath Kotur1-1/+1
2016-06-27be2net: support asymmetric rx/tx queue countsSathya Perla1-5/+24
2016-06-07be2net: Enable Wake-On-LAN from shutdown for SkyhawkSriharsha Basavapatna1-5/+30
2016-02-07be2net: return error status from be_set_phys_id()Suresh Reddy1-10/+13
2015-12-30be2net: support ethtool get-dump optionVenkat Duvvuru1-30/+52
2015-11-18be2net: remove local variable 'status'Ivan Vecera1-4/+2
2015-11-16be2net: replace hardcoded values with existing defineIvan Vecera1-1/+2
2015-11-16be2net: remove unused local rsstable arrayIvan Vecera1-14/+2
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-3/+0
2015-07-29be2net: Support vxlan offload stats in the driverSriharsha Basavapatna1-0/+2
2015-07-10be2net: make SET_LOOPBACK_MODE cmd asynchrounousSuresh Reddy1-2/+13
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+10
2015-06-07be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()Sriharsha Basavapatna1-8/+10
2015-05-14be2net: Export board temperature using hwmon-sysfs interface.Venkata Duvvuru1-1/+0
2015-05-09be2net: update copyright year to 2015Vasundhara Volam1-1/+1
2015-05-09be2net: set interrupt moderation for Skyhawk-R using EQ-DBPadmanabh Ratnakar1-0/+8
2015-03-04be2net: avoid creating the non-RSS default RXQ if FW allows toVasundhara Volam1-1/+1
2015-01-24be2net: fix failure case in setting flow controlKalesh AP1-6/+8
2015-01-05be2net: support TX batching using skb->xmit_more flagSathya Perla1-2/+0
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry1-2/+10
2014-09-22be2net: fix alignment on line wrapKalesh AP1-3/+3
2014-09-22be2net: remove multiple assignments on a single lineKalesh AP1-2/+4
2014-09-22be2net: insert a blank line after function/struct//enum definitionsKalesh AP1-0/+3
2014-09-22be2net: remove multiple blank linesKalesh AP1-1/+0
2014-09-22be2net: add blank line after declarationsKalesh AP1-0/+1
2014-09-22be2net: remove return statements for void functionsKalesh AP1-2/+0
2014-09-22be2net: add speed reporting for 20G-KR interfaceVasundhara Volam1-0/+7
2014-09-22be2net: add speed reporting for 40G/KR interfaceKalesh AP1-0/+7
2014-09-13be2net: fix port-type reporting in get_settingsRavikumar Nelavelli1-14/+33
2014-09-13be2net: add ethtool "-m" option supportMark Leonard1-1/+55
2014-09-13be2net: fix some log messagesVasundhara Volam1-1/+1
2014-09-02be2net: Add a dma_mapping_error counter in ethtoolVasundhara Volam1-0/+2