summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c
AgeCommit message (Expand)Author
2019-08-29net: cxgb3_main: Fix a resource leak in a error path in 'init_one()'Christophe JAILLET
2018-11-04net: cxgb3_main: fix a missing-check bugWenwen Wang
2018-07-22net: cxgb3_main: fix potential Spectre v1Gustavo A. R. Silva
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
2012-12-03cxgb3: remove __dev* attributesBill Pemberton
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-07netdev: make pci_error_handlers constStephen Hemminger
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-07-19cxgb3: Set vlan_feature on net_devicebrenohl@br.ibm.com
2012-07-05cxgb3: set maximal number of default RSS queuesYuval Mintz
2012-04-30cxgb3: Don't call cxgb_vlan_mode until q locks are initializedRoland Dreier
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-08-10chelsio: Move the Chelsio driversJeff Kirsher