summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: cxgb3: Fix an error code when probing the driverZheyu Ma2022-03-081-0/+1
* net: chelsio: cxgb3: check the return value of pci_find_capability()Jia-Ju Bai2022-02-251-0/+2
* cxgb3: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-101-6/+5
* net: cxgb3: fix typos in kernel docJean Sacren2021-11-301-2/+2
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* cxgb3: Use struct_group() for memcpy() regionKees Cook2021-11-191-3/+6
* Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-063-109/+29
|\
| * cxgb3: Remove seeprom_write and use VPD APIHeiner Kallweit2021-10-263-44/+3
| * cxgb3: Use VPD API in t3_seeprom_wp()Heiner Kallweit2021-10-261-1/+8
| * cxgb3: Remove t3_seeprom_read and use VPD APIHeiner Kallweit2021-10-263-64/+18
* | ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-142-2/+2
* | 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-2/+2
|/
* cxgb3: fix oops on module removalHeiner Kallweit2021-09-071-0/+3
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* net: chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-232-61/+50
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* cxgb3: use ndo_siocdevprivateArnd Bergmann2021-07-271-4/+8
* net:cxgb3: fix incorrect work cancellationÍñigo Huguet2021-06-041-1/+1
* net:cxgb3: fix code style issuesÍñigo Huguet2021-06-031-9/+10
* net:cxgb3: replace tasklets with worksÍñigo Huguet2021-06-033-17/+25
* net: chelsio: remove leading spaces before tabsHui Tang2021-05-191-1/+1
* net: chelsio: cxgb3: Fix wrong function name in commentsYang Shen2021-05-171-2/+2
* cxgb3: fix error return code in t3_sge_alloc_qset()Zhang Changzhong2020-12-031-0/+1
* net: cxgb3: Cleanup in_interrupt() usageThomas Gleixner2020-09-293-18/+29
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-263-16/+21
* chelsio: simplify the return expression of t3_ael2020_phy_prep()Qinglang Miao2020-09-211-6/+1
* chelsio: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-10/+8
* net: cxgb3: Fix some kernel-doc warningsWang Hai2020-09-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-052-2/+2
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-242-2/+2
* | net: Take common prefetch code structure into a functionTariq Toukan2020-08-271-4/+1
|/
* net: cxgb3: reject unsupported coalescing paramsJakub Kicinski2020-03-111-0/+1
* net/chelsio: Delete drive and module versionsLeon Romanovsky2020-03-042-6/+0
* chelsio: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-252-2/+2
* Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-1/+1
|\
| * remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* | net: cxgb3_main: Add CAP_NET_ADMIN check to CHELSIO_GET_MEMMichael Ellerman2020-01-251-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-071-1/+4
|\
| * net: cxgb3_main: Fix a resource leak in a error path in 'init_one()'Christophe JAILLET2019-08-061-1/+4
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-231-1/+1
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* cxgb3/l2t: Use struct_size() in kvzalloc()Gustavo A. R. Silva2019-04-021-2/+2
* cxgb3/l2t: Fix undefined behaviourGustavo A. R. Silva2019-04-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-152-8/+10
|\
| * net: cxgb3: fix various indentation issuesColin Ian King2019-01-102-8/+10
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-061-0/+17
|\
| * net: cxgb3_main: fix a missing-check bugWenwen Wang2018-10-051-0/+17