summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4vf
Commit message (Expand)AuthorAgeFilesLines
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* ethernet: chelsio: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+2
* net: chelsio: cxgb4vf: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-161-4/+2
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* net: chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-232-12/+6
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: chelsio: cxgb4vf: Fix wrong function name in commentsYang Shen2021-05-171-1/+1
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* cxgb4vf: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-09-161-81/+11
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* cxgb4vf: configure ports accessible by the VFNirranjan Kirubaharan2020-06-303-12/+43
* cxgb4vf: fix t4vf_eth_xmit()'s return typeLuc Van Oostenryck2020-06-282-2/+2
* cxgb4vf: update kernel-doc line commentsRahul Lakkireddy2020-06-233-11/+8
* cxgb4/cxgb4vf: Remove superfluous void * cast in debugfs_create_file() callGeert Uytterhoeven2020-05-051-1/+1
* net: cxgb4vf: reject unsupported coalescing paramsJakub Kicinski2020-03-101-0/+2
* net/chelsio: Delete drive and module versionsLeon Romanovsky2020-03-031-9/+0
* cxgb4/cxgb4vf: fix flow control display for auto negotiationRahul Lakkireddy2019-12-303-9/+14
* cxgb4: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-101-14/+7
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* cxgb4/cxgb4vf_main: Mark expected switch fall-throughGustavo A. R. Silva2019-04-261-1/+1
* cxgb4/cxgb4vf: Display advertised FEC in ethtoolVishal Kulkarni2019-03-292-16/+10
* cxgb4vf: Call netif_carrier_off properly in pci_probeArjun Vynipadath2019-03-011-1/+1
* cxgb4vf: Revert force link up behaviourArjun Vynipadath2019-03-011-10/+3
* cxgb4vf: Prefix adapter flags with CXGB4VFArjun Vynipadath2019-03-013-43/+47
* cxgb4vf: Enter debugging mode if FW is inaccessibleArjun Vynipadath2019-02-282-13/+33
* cxgb4/cxgb4vf: Fix up netdev->hw_featuresArjun Vynipadath2019-02-281-8/+7
* cxgb4/cxgb4vf: Add support for SGE doorbell queue timerVishal Kulkarni2019-02-141-12/+15
* cxgb4vf: Few more link management changes.Vishal Kulkarni2019-02-131-1/+8
* cxgb4/cxgb4vf: Program hash region for {t4/t4vf}_change_mac()Arjun Vynipadath2019-02-032-27/+75
* cxgb4vf: Update port information in cxgb4vf_open()Arjun Vynipadath2019-01-291-0/+7
* cxgb4/cxgb4vf: Link management changesVishal Kulkarni2019-01-221-2/+4
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-1/+1
* cxgb4: remove DEFINE_SIMPLE_DEBUGFS_FILE()Yangtao Li2018-12-151-14/+2
* cxgb4/cxgb4vf: Fix mac_hlist initialization and freeArjun Vynipadath2018-11-201-3/+3
* cxgb4vf: free mac_hlist properlyArjun Vynipadath2018-11-091-0/+6
* cxgb4vf: fix memleak in mac_hlist initializationArjun Vynipadath2018-11-091-2/+4
* net: chelsio: Use zeroing memory allocator instead of allocator/memsetYueHaibing2018-06-041-6/+1
* cxgb4/cxgb4vf: Notify link changes to OS-dependent codeArjun Vynipadath2018-05-253-4/+30
* cxgb4/cxgb4vf: link management changes for new SFPGanesh Goudar2018-05-251-1/+46
* cxgb4: change the port capability bits definitionGanesh Goudar2018-05-231-1/+1
* cxgb4vf: display pause settingsGanesh Goudar2018-04-171-0/+16
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-5/+5
* cxgb4/cxgb4vf: check fw caps to set link mode maskGanesh Goudar2018-03-121-13/+24
* cxgb4vf: Forcefully link up virtual interfacesArjun Vynipadath2018-03-041-3/+11
* cxgb4/cxgb4vf: add support for ndo_set_vf_vlanGanesh Goudar2018-01-245-3/+44
* cxgb4vf: Fix SGE FL buffer initialization logic for 64K pagesArjun Vynipadath2018-01-101-6/+17
* cxgb4/cxgb4vf: support for XLAUI Port TypeGanesh Goudar2017-12-281-1/+9
* cxgb4vf: define get_fecparam ethtool callbackGanesh Goudar2017-11-031-0/+58
* drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()Kees Cook2017-10-281-6/+6
* cxgb4vf: make a couple of functions staticColin Ian King2017-10-041-3/+3