aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb3
AgeCommit message (Expand)Author
2023-12-13cxgb3: Avoid potential string truncation in descKees Cook
2023-10-19net: introduce napi_is_scheduled helperChristian Marangi
2023-10-16net: cxgb3: simplify logic for rspq_check_napiChristian Marangi
2023-10-04chelsio/l2t: Annotate struct l2t_data with __counted_byKees Cook
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin
2023-03-20net: cxgb3: remove unused fl_to_qset functionTom Rix
2022-11-09net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()Zhengchao Shao
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-12net: cxgb3: Fix comment typoJason Wang
2022-03-07net: cxgb3: Fix an error code when probing the driverZheyu Ma
2022-02-25net: chelsio: cxgb3: check the return value of pci_find_capability()Jia-Ju Bai
2022-01-09cxgb3: Remove useless DMA-32 fallback configurationChristophe JAILLET
2021-11-30net: cxgb3: fix typos in kernel docJean Sacren
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-19cxgb3: Use struct_group() for memcpy() regionKees Cook
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-10-25cxgb3: Remove seeprom_write and use VPD APIHeiner Kallweit
2021-10-25cxgb3: Use VPD API in t3_seeprom_wp()Heiner Kallweit
2021-10-25cxgb3: Remove t3_seeprom_read and use VPD APIHeiner Kallweit
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-02ethernet: chelsio: use eth_hw_addr_set()Jakub Kicinski
2021-09-07cxgb3: fix oops on module removalHeiner Kallweit
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-23net: chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-27cxgb3: use ndo_siocdevprivateArnd Bergmann
2021-06-04net:cxgb3: fix incorrect work cancellationÍñigo Huguet
2021-06-03net:cxgb3: fix code style issuesÍñigo Huguet
2021-06-03net:cxgb3: replace tasklets with worksÍñigo Huguet
2021-05-19net: chelsio: remove leading spaces before tabsHui Tang
2021-05-17net: chelsio: cxgb3: Fix wrong function name in commentsYang Shen
2020-12-02cxgb3: fix error return code in t3_sge_alloc_qset()Zhang Changzhong
2020-09-29net: cxgb3: Cleanup in_interrupt() usageThomas Gleixner
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-21chelsio: simplify the return expression of t3_ael2020_phy_prep()Qinglang Miao
2020-09-14chelsio: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-10net: cxgb3: Fix some kernel-doc warningsWang Hai
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-03-10net: cxgb3: reject unsupported coalescing paramsJakub Kicinski
2020-03-03net/chelsio: Delete drive and module versionsLeon Romanovsky
2020-02-24chelsio: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2020-01-25net: cxgb3_main: Add CAP_NET_ADMIN check to CHELSIO_GET_MEMMichael Ellerman
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller