aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4vf (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-09cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in cxgb4vf_open()Zhengchao Shao1-1/+1
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-23cxgb4/cxgb4vf: Fix typo in commentsJiang Jian1-1/+1
2022-06-22cxgb4vf: remove unexpected word "the"Jiang Jian1-1/+1
2022-01-09cxgb4vf: Remove useless DMA-32 fallback configurationChristophe JAILLET1-15/+5
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-11-23net: chelsio: cxgb4vf: Fix an error code in cxgb4vf_pci_probe()Zheyu Ma1-0/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-19cxgb4: Use struct_group() for memcpy() regionKees Cook1-5/+2
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-02ethernet: chelsio: use eth_hw_addr_set()Jakub Kicinski1-1/+2
2021-09-16net: chelsio: cxgb4vf: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-23net: chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-12/+6
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-17net: chelsio: cxgb4vf: Fix wrong function name in commentsYang Shen1-1/+1
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-09-16cxgb4vf: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin1-81/+11
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-30cxgb4vf: configure ports accessible by the VFNirranjan Kirubaharan3-12/+43
2020-06-28cxgb4vf: fix t4vf_eth_xmit()'s return typeLuc Van Oostenryck2-2/+2
2020-06-23cxgb4vf: update kernel-doc line commentsRahul Lakkireddy3-11/+8
2020-05-05cxgb4/cxgb4vf: Remove superfluous void * cast in debugfs_create_file() callGeert Uytterhoeven1-1/+1
2020-03-10net: cxgb4vf: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-03net/chelsio: Delete drive and module versionsLeon Romanovsky1-9/+0
2019-12-30cxgb4/cxgb4vf: fix flow control display for auto negotiationRahul Lakkireddy3-9/+14
2019-08-10cxgb4: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-14/+7
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-26cxgb4/cxgb4vf_main: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-03-29cxgb4/cxgb4vf: Display advertised FEC in ethtoolVishal Kulkarni2-16/+10
2019-03-01cxgb4vf: Call netif_carrier_off properly in pci_probeArjun Vynipadath1-1/+1
2019-03-01cxgb4vf: Revert force link up behaviourArjun Vynipadath1-10/+3
2019-03-01cxgb4vf: Prefix adapter flags with CXGB4VFArjun Vynipadath3-43/+47
2019-02-28cxgb4vf: Enter debugging mode if FW is inaccessibleArjun Vynipadath2-13/+33
2019-02-28cxgb4/cxgb4vf: Fix up netdev->hw_featuresArjun Vynipadath1-8/+7
2019-02-14cxgb4/cxgb4vf: Add support for SGE doorbell queue timerVishal Kulkarni1-12/+15
2019-02-13cxgb4vf: Few more link management changes.Vishal Kulkarni1-1/+8
2019-02-03cxgb4/cxgb4vf: Program hash region for {t4/t4vf}_change_mac()Arjun Vynipadath2-27/+75
2019-01-29cxgb4vf: Update port information in cxgb4vf_open()Arjun Vynipadath1-0/+7
2019-01-22cxgb4/cxgb4vf: Link management changesVishal Kulkarni1-2/+4
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-1/+1
2018-12-15cxgb4: remove DEFINE_SIMPLE_DEBUGFS_FILE()Yangtao Li1-14/+2
2018-11-20cxgb4/cxgb4vf: Fix mac_hlist initialization and freeArjun Vynipadath1-3/+3
2018-11-09cxgb4vf: free mac_hlist properlyArjun Vynipadath1-0/+6
2018-11-09cxgb4vf: fix memleak in mac_hlist initializationArjun Vynipadath1-2/+4
2018-06-04net: chelsio: Use zeroing memory allocator instead of allocator/memsetYueHaibing1-6/+1
2018-05-25cxgb4/cxgb4vf: Notify link changes to OS-dependent codeArjun Vynipadath3-4/+30
2018-05-25cxgb4/cxgb4vf: link management changes for new SFPGanesh Goudar1-1/+46
2018-05-23cxgb4: change the port capability bits definitionGanesh Goudar1-1/+1