summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb3
Commit message (Expand)AuthorAgeFilesLines
* net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-131-3/+2
* net: cxgb3: remove unused fl_to_qset functionTom Rix2023-03-201-5/+0
* net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()Zhengchao Shao2022-11-091-0/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* net: cxgb3: Fix comment typoJason Wang2022-08-121-1/+1
* net: cxgb3: Fix an error code when probing the driverZheyu Ma2022-03-071-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-091-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-253-44/+3
| * cxgb3: Use VPD API in t3_seeprom_wp()Heiner Kallweit2021-10-251-1/+8
| * cxgb3: Remove t3_seeprom_read and use VPD APIHeiner Kallweit2021-10-253-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-021-0/+1
* net: cxgb3: Cleanup in_interrupt() usageThomas Gleixner2020-09-293-18/+29
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-253-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-101-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-042-2/+2
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
* | net: Take common prefetch code structure into a functionTariq Toukan2020-08-261-4/+1
|/
* net: cxgb3: reject unsupported coalescing paramsJakub Kicinski2020-03-101-0/+1
* net/chelsio: Delete drive and module versionsLeon Romanovsky2020-03-032-6/+0
* chelsio: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-242-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-061-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-221-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-011-2/+2