summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb (follow)
Commit message (Expand)AuthorAgeFilesLines
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-143-3/+3
* 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-1/+1
* cxgb: avoid open-coded offsetof()Arnd Bergmann2021-09-271-1/+1
* ethtool: Fix an error code in cxgb2.cYang Li2021-09-041-0/+1
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* chelsio: cxgb: Disable the card on error in threaded interruptSebastian Andrzej Siewior2021-02-045-27/+44
* chelsio: cxgb: Replace the workqueue with threaded interruptSebastian Andrzej Siewior2021-02-045-54/+55
* chelsio: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-4/+8
* chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-252-35/+39
* net: cxgb2: reject unsupported coalescing paramsJakub Kicinski2020-03-111-0/+3
* net/chelsio: Delete drive and module versionsLeon Romanovsky2020-03-042-4/+0
* chelsio: Fix a typo in a function nameChristophe JAILLET2019-07-211-2/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* chelsio: clean up indentation issueColin Ian King2019-02-031-2/+1
* net: chelsio: cxgb2: remove unused array pci_speedColin Ian King2018-08-101-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-048-0/+8
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
* | chelsio: Convert timers to use timer_setup()Kees Cook2017-10-181-16/+13
* | drivers: net: cxgb: use setup_timer() helper.Allen Pais2017-09-211-3/+2
|/
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-2/+2
* net: cxgb: Use net_device_stats from struct net_deviceTobias Klauser2017-04-072-2/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: chelsio: cxgb2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-181-27/+37
* ethernet: use core min/max MTU checkingJarod Wilson2016-10-184-14/+22
* drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal2016-04-261-2/+1
* chelsio: constify cphy_ops structuresJulia Lawall2016-01-054-4/+4
* chelsio: constify cmac_ops structuresJulia Lawall2015-12-092-2/+2
* chelsio cxgb/cxgb3: Make stats_strings arrays constJoe Perches2015-04-011-1/+1
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* cxgb: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck2014-12-101-5/+6
* chelsio: fix misspelling of current function in stringJulia Lawall2014-12-091-1/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-3/+3
|\
| * net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-071-2/+2
| * net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
|/
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-163-3/+0
* ethernet: Fix FSF address in file headersJeff Kirsher2013-12-0615-30/+15
* net: cxgb2: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0
* net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-2/+2
* chelsio: Remove extern from function prototypesJoe Perches2013-09-241-23/+23
* net/ethernet/chelsio/cxgb/cxgb2: Use module_pci_driver to register driverPeter Hüwe2013-05-221-13/+2
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-192-7/+8
* chelsio: use netdev_alloc_skb_ip_alignstephen hemminger2013-03-201-2/+1
* chelsio: add headroom in RX pathEric Dumazet2013-03-201-1/+1
* chelsio: Use netdev_<level> and pr_<level>Joe Perches2013-01-082-20/+14