aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-19cxgb3: Use struct_group() for memcpy() regionKees Cook1-3/+6
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-109/+29
2021-10-25cxgb3: Remove seeprom_write and use VPD APIHeiner Kallweit3-44/+3
2021-10-25cxgb3: Use VPD API in t3_seeprom_wp()Heiner Kallweit1-1/+8
2021-10-25cxgb3: Remove t3_seeprom_read and use VPD APIHeiner Kallweit3-64/+18
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2-2/+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-2/+2
2021-09-07cxgb3: fix oops on module removalHeiner Kallweit1-0/+3
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-23net: chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-61/+50
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-27cxgb3: use ndo_siocdevprivateArnd Bergmann1-4/+8
2021-06-04net:cxgb3: fix incorrect work cancellationÍñigo Huguet1-1/+1
2021-06-03net:cxgb3: fix code style issuesÍñigo Huguet1-9/+10
2021-06-03net:cxgb3: replace tasklets with worksÍñigo Huguet3-17/+25
2021-05-19net: chelsio: remove leading spaces before tabsHui Tang1-1/+1
2021-05-17net: chelsio: cxgb3: Fix wrong function name in commentsYang Shen1-2/+2
2020-12-02cxgb3: fix error return code in t3_sge_alloc_qset()Zhang Changzhong1-0/+1
2020-09-29net: cxgb3: Cleanup in_interrupt() usageThomas Gleixner3-18/+29
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg3-16/+21
2020-09-21chelsio: simplify the return expression of t3_ael2020_phy_prep()Qinglang Miao1-6/+1
2020-09-14chelsio: convert tasklets to use new tasklet_setup() APIAllen Pais1-10/+8
2020-09-10net: cxgb3: Fix some kernel-doc warningsWang Hai1-2/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan1-4/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-03-10net: cxgb3: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-03net/chelsio: Delete drive and module versionsLeon Romanovsky2-6/+0
2020-02-24chelsio: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-1/+1
2020-01-25net: cxgb3_main: Add CAP_NET_ADMIN check to CHELSIO_GET_MEMMichael Ellerman1-0/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2019-08-06net: cxgb3_main: Fix a resource leak in a error path in 'init_one()'Christophe JAILLET1-1/+4
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-01cxgb3/l2t: Use struct_size() in kvzalloc()Gustavo A. R. Silva1-2/+2
2019-04-01cxgb3/l2t: Fix undefined behaviourGustavo A. R. Silva1-1/+1
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-8/+10
2019-01-10net: cxgb3: fix various indentation issuesColin Ian King2-8/+10
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-1/+1
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+17
2018-10-05net: cxgb3_main: fix a missing-check bugWenwen Wang1-0/+17
2018-09-21net: cxgb3_main: remove redundant null pointer check before kfree_skbzhong jiang1-2/+1
2018-09-21net: cxgb3: remove redundant null pointer check before kfree_skbzhong jiang1-2/+1
2018-09-18net: ethernet: remove redundant includezhong jiang1-1/+0
2018-08-07cxgb3/l2t: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1