aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski3-3/+3
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-1/+1
2021-09-27cxgb: avoid open-coded offsetof()Arnd Bergmann1-1/+1
2021-09-04ethtool: Fix an error code in cxgb2.cYang Li1-0/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-02-03chelsio: cxgb: Disable the card on error in threaded interruptSebastian Andrzej Siewior5-27/+44
2021-02-03chelsio: cxgb: Replace the workqueue with threaded interruptSebastian Andrzej Siewior5-54/+55
2020-09-14chelsio: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+8
2020-08-24chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-35/+39
2020-03-10net: cxgb2: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-03-03net/chelsio: Delete drive and module versionsLeon Romanovsky2-4/+0
2019-07-21chelsio: Fix a typo in a function nameChristophe JAILLET1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-02chelsio: clean up indentation issueColin Ian King1-2/+1
2018-08-10net: chelsio: cxgb2: remove unused array pci_speedColin Ian King1-4/+0
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-10-18chelsio: Convert timers to use timer_setup()Kees Cook1-16/+13
2017-09-21drivers: net: cxgb: use setup_timer() helper.Allen Pais1-3/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+2
2017-04-07net: cxgb: Use net_device_stats from struct net_deviceTobias Klauser2-2/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-17net: chelsio: cxgb2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-27/+37
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson4-14/+22
2016-04-26drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal1-2/+1
2016-01-04chelsio: constify cphy_ops structuresJulia Lawall4-4/+4
2015-12-08chelsio: constify cmac_ops structuresJulia Lawall2-2/+2
2015-04-01chelsio cxgb/cxgb3: Make stats_strings arrays constJoe Perches1-1/+1
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-12-10cxgb: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck1-5/+6
2014-12-09chelsio: fix misspelling of current function in stringJulia Lawall1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+3
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker3-3/+0
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher15-30/+15
2013-10-18net: cxgb2: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-2/+2
2013-09-24chelsio: Remove extern from function prototypesJoe Perches1-23/+23
2013-05-22net/ethernet/chelsio/cxgb/cxgb2: Use module_pci_driver to register driverPeter Hüwe1-13/+2
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2-7/+8
2013-03-20chelsio: use netdev_alloc_skb_ip_alignstephen hemminger1-2/+1
2013-03-20chelsio: add headroom in RX pathEric Dumazet1-1/+1
2013-01-07chelsio: Use netdev_<level> and pr_<level>Joe Perches2-20/+14