summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* | net: ethernet: remove redundant includezhong jiang2018-09-191-1/+0Star
|/
* 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/+4Star
* 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-181-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-021-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-071-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/+9Star
* cxgb3: Remove superfluous call to pci_disable_msix()Alexander Gordeev2014-02-181-3/+0Star
* net: cxgb3: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-2/+0Star
* 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-081-23/+19Star
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-4/+2Star
* cxgb3: remove __dev* attributesBill Pemberton2012-12-031-6/+6
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\
| * workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
* | netdev: make pci_error_handlers constStephen Hemminger2012-09-081-1/+1
|/
* cxgb3: Set vlan_feature on net_devicebrenohl@br.ibm.com2012-07-191-0/+4
* cxgb3: set maximal number of default RSS queuesYuval Mintz2012-07-051-1/+1
* cxgb3: Don't call cxgb_vlan_mode until q locks are initializedRoland Dreier2012-05-011-46/+46
* ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka2012-02-231-1/+1
* Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-221-4/+1Star
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-4/+5
* 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-081-1/+0Star
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-1/+1
* chelsio: Move the Chelsio driversJeff Kirsher2011-08-111-0/+3448