Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-18net: 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-02cxgb3: fix out of bounds readMichal Schmidt
2015-12-08cxgb3: 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-07net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-02-19cxgb3: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2014-02-19cxgb3: 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-08chelsio: 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-08netdev: make pci_error_handlers constStephen Hemminger
2012-08-21workqueue: 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-05-01cxgb3: Don't call cxgb_vlan_mode until q locks are initializedRoland Dreier
2012-02-24ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka
2011-11-23Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones
2011-11-17net: 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-08net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-08-11chelsio: Move the Chelsio driversJeff Kirsher