summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: cxgb3: Fix an error code when probing the driverZheyu Ma2022-03-071-0/+1
* cxgb3: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-091-6/+5
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-25/+13
|\
| * cxgb3: Remove seeprom_write and use VPD APIHeiner Kallweit2021-10-251-8/+3
| * cxgb3: Remove t3_seeprom_read and use VPD APIHeiner Kallweit2021-10-251-17/+10
* | ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
|/
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* net: chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-231-8/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* cxgb3: use ndo_siocdevprivateArnd Bergmann2021-07-271-4/+8
* net:cxgb3: fix code style issuesÍñigo Huguet2021-06-031-9/+10
* net: cxgb3: Cleanup in_interrupt() usageThomas Gleixner2020-09-291-1/+1
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-4/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* net: cxgb3: reject unsupported coalescing paramsJakub Kicinski2020-03-101-0/+1
* net/chelsio: Delete drive and module versionsLeon Romanovsky2020-03-031-4/+0
* Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-1/+1
|\
| * remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* | net: cxgb3_main: Add CAP_NET_ADMIN check to CHELSIO_GET_MEMMichael Ellerman2020-01-251-0/+2
|/
* net: cxgb3_main: Fix a resource leak in a error path in 'init_one()'Christophe JAILLET2019-08-061-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-061-0/+17
|\
| * net: cxgb3_main: fix a missing-check bugWenwen Wang2018-10-051-0/+17
* | net: cxgb3_main: remove redundant null pointer check before kfree_skbzhong jiang2018-09-211-2/+1
* | net: ethernet: remove redundant includezhong jiang2018-09-181-1/+0
|/
* net: cxgb3_main: fix potential Spectre v1Gustavo A. R. Silva2018-07-181-0/+2
* net: cxgb3: add error handling for sysfs_create_groupZhouyang Jia2018-06-151-0/+7
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-3/+3
* cxgb3: assign port id to net_device->dev_portArjun Vynipadath2018-01-221-0/+1
* net: chelsio: cxgb3: constify attribute_group structures.Arvind Yadav2017-07-181-2/+6
* net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-8/+4
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-6/+6
* net: cxgb3: 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: cxgb3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-171-28/+37
* ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-2/+2
* cxgb3: fix out of bounds readMichal Schmidt2016-05-011-1/+2
* cxgb3: Convert simple_strtoul to kstrtoxLABBE Corentin2015-12-071-6/+8
* cxgb3: avoid needless buffer copy for firmwareKees Cook2015-06-211-6/+6
* chelsio cxgb/cxgb3: Make stats_strings arrays constJoe Perches2015-04-011-1/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* 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
* cxgb3: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-14/+9
* cxgb3: Remove superfluous call to pci_disable_msix()Alexander Gordeev2014-02-181-3/+0
* net: cxgb3: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0
* cxgb3: Missing rtnl lock in error recoveryBenjamin Herrenschmidt2013-07-021-0/+2
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-9/+11
* chelsio: Use netdev_<level> and pr_<level>Joe Perches2013-01-071-23/+19
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-4/+2