summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+7
2025-07-25net: Fix typosBjorn Helgaas-4/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-3/+3
2025-04-17net: ethtool: Adjust exactly ETH_GSTRING_LEN-long stats to use memcpyKees Cook-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2024-09-03cxgb: Remove unused declarationsYue Haibing-4/+0
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin-1/+2
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang-2/+2
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_292.RULEThomas Gleixner-143/+14
2022-01-02chelsio: cxgb: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET-15/+4
2021-11-30net: cxgb: fix a typo in kernel docJean Sacren-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen-2/+6
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski-3/+3
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski-1/+1
2021-10-02ethernet: chelsio: use eth_hw_addr_set()Jakub Kicinski-1/+1
2021-09-27cxgb: avoid open-coded offsetof()Arnd Bergmann-1/+1
2021-09-04ethtool: Fix an error code in cxgb2.cYang Li-0/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo-2/+6
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-1/+1
2021-02-03chelsio: cxgb: Disable the card on error in threaded interruptSebastian Andrzej Siewior-27/+44
2021-02-03chelsio: cxgb: Replace the workqueue with threaded interruptSebastian Andrzej Siewior-54/+55
2020-09-14chelsio: convert tasklets to use new tasklet_setup() APIAllen Pais-4/+8
2020-08-24chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET-35/+39
2020-03-10net: cxgb2: reject unsupported coalescing paramsJakub Kicinski-0/+3
2020-03-03net/chelsio: Delete drive and module versionsLeon Romanovsky-4/+0
2019-07-21chelsio: Fix a typo in a function nameChristophe JAILLET-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-02-02chelsio: clean up indentation issueColin Ian King-2/+1
2018-08-10net: chelsio: cxgb2: remove unused array pci_speedColin Ian King-4/+0
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+8
2017-10-18chelsio: Convert timers to use timer_setup()Kees Cook-16/+13
2017-09-21drivers: net: cxgb: use setup_timer() helper.Allen Pais-3/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-2/+2
2017-04-07net: cxgb: Use net_device_stats from struct net_deviceTobias Klauser-2/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-12-17net: chelsio: cxgb2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes-27/+37
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson-14/+22
2016-04-26drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal-2/+1
2016-01-04chelsio: constify cphy_ops structuresJulia Lawall-4/+4
2015-12-08chelsio: constify cmac_ops structuresJulia Lawall-2/+2
2015-04-01chelsio cxgb/cxgb3: Make stats_strings arrays constJoe Perches-1/+1
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko-2/+2
2014-12-10cxgb: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck-5/+6
2014-12-09chelsio: fix misspelling of current function in stringJulia Lawall-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine-1/+1