aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-07net: cxgb3: Use net_device_stats from struct net_deviceTobias Klauser1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-17net: chelsio: cxgb3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-28/+37
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-2/+2
2016-05-01cxgb3: fix out of bounds readMichal Schmidt1-1/+2
2015-12-07cxgb3: Convert simple_strtoul to kstrtoxLABBE Corentin1-6/+8
2015-06-21cxgb3: avoid needless buffer copy for firmwareKees Cook1-6/+6
2015-04-01chelsio cxgb/cxgb3: Make stats_strings arrays constJoe Perches1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-02-18cxgb3: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-14/+9
2014-02-18cxgb3: Remove superfluous call to pci_disable_msix()Alexander Gordeev1-3/+0
2013-10-18net: cxgb3: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-07-02cxgb3: Missing rtnl lock in error recoveryBenjamin Herrenschmidt1-0/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-9/+11
2013-01-07chelsio: Use netdev_<level> and pr_<level>Joe Perches1-23/+19
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-4/+2
2012-12-03cxgb3: remove __dev* attributesBill Pemberton1-6/+6
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-07netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-07-19cxgb3: Set vlan_feature on net_devicebrenohl@br.ibm.com1-0/+4
2012-07-05cxgb3: set maximal number of default RSS queuesYuval Mintz1-1/+1
2012-04-30cxgb3: Don't call cxgb_vlan_mode until q locks are initializedRoland Dreier1-46/+46
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of driversRick Jones1-4/+1
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-4/+5
2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones1-4/+5
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-1/+0
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-10chelsio: Move the Chelsio driversJeff Kirsher1-0/+3448