summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb/cxgb2.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* chelsio: cxgb: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET2022-01-021-15/+4
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-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-031-10/+0
* chelsio: cxgb: Replace the workqueue with threaded interruptSebastian Andrzej Siewior2021-02-031-40/+4
* chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-241-5/+5
* net: cxgb2: reject unsupported coalescing paramsJakub Kicinski2020-03-101-0/+3
* net/chelsio: Delete drive and module versionsLeon Romanovsky2020-03-031-3/+0
* net: chelsio: cxgb2: remove unused array pci_speedColin Ian King2018-08-101-4/+0
* net: cxgb: Use net_device_stats from struct net_deviceTobias Klauser2017-04-071-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-171-27/+37
* ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-2/+16
* chelsio cxgb/cxgb3: Make stats_strings arrays constJoe Perches2015-04-011-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-061-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-161-1/+0
* ethernet: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* net: cxgb2: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0
* net/ethernet/chelsio/cxgb/cxgb2: Use module_pci_driver to register driverPeter Hüwe2013-05-221-13/+2
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-6/+7
* chelsio: Use netdev_<level> and pr_<level>Joe Perches2013-01-071-17/+11
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1
* chelsio: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-221-1/+0
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-3/+4
* Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones2011-11-141-4/+5
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-071-2/+0
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* chelsio: Move the Chelsio driversJeff Kirsher2011-08-101-0/+1379