aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c
AgeCommit message (Expand)Author
2022-03-07net: cxgb3: Fix an error code when probing the driverZheyu Ma
2022-01-09cxgb3: Remove useless DMA-32 fallback configurationChristophe JAILLET
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-10-25cxgb3: Remove seeprom_write and use VPD APIHeiner Kallweit
2021-10-25cxgb3: Remove t3_seeprom_read and use VPD APIHeiner Kallweit
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-08-23net: chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-27cxgb3: use ndo_siocdevprivateArnd Bergmann
2021-06-03net:cxgb3: fix code style issuesÍñigo Huguet
2020-09-29net: cxgb3: Cleanup in_interrupt() usageThomas Gleixner
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-03-10net: cxgb3: reject unsupported coalescing paramsJakub Kicinski
2020-03-03net/chelsio: Delete drive and module versionsLeon Romanovsky
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2020-01-25net: cxgb3_main: Add CAP_NET_ADMIN check to CHELSIO_GET_MEMMichael Ellerman
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-08-06net: cxgb3_main: Fix a resource leak in a error path in 'init_one()'Christophe JAILLET
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-05net: cxgb3_main: fix a missing-check bugWenwen Wang
2018-09-21net: cxgb3_main: remove redundant null pointer check before kfree_skbzhong jiang
2018-09-18net: ethernet: remove redundant includezhong jiang
2018-07-18net: cxgb3_main: fix potential Spectre v1Gustavo A. R. Silva
2018-06-15net: cxgb3: add error handling for sysfs_create_groupZhouyang Jia
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-01-22cxgb3: assign port id to net_device->dev_portArjun Vynipadath
2017-07-18net: chelsio: cxgb3: constify attribute_group structures.Arvind Yadav
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-04-07net: cxgb3: Use net_device_stats from struct net_deviceTobias Klauser
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-17net: chelsio: cxgb3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson
2016-05-01cxgb3: fix out of bounds readMichal Schmidt
2015-12-07cxgb3: Convert simple_strtoul to kstrtoxLABBE Corentin
2015-06-21cxgb3: avoid needless buffer copy for firmwareKees Cook
2015-04-01chelsio cxgb/cxgb3: Make stats_strings arrays constJoe Perches
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-02-18cxgb3: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2014-02-18cxgb3: Remove superfluous call to pci_disable_msix()Alexander Gordeev
2013-10-18net: cxgb3: remove unnecessary pci_set_drvdata()Jingoo Han
2013-07-02cxgb3: Missing rtnl lock in error recoveryBenjamin Herrenschmidt
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-01-07chelsio: Use netdev_<level> and pr_<level>Joe Perches
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman