summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgb
Commit message (Expand)AuthorAgeFilesLines
* ixgb: Omit private ndo_get_stats functionTobias Klauser2017-04-201-16/+0
* ixgb: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-211-16/+23
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ethernet/intel: use core min/max MTU checkingJarod Wilson2016-10-181-12/+4
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-3/+0
* ixgb: call netif_carrier_off early on downEliezer Tamir2015-03-201-1/+2
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* ethernet/intel: Use napi_alloc_skbAlexander Duyck2014-12-101-3/+3
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-061-2/+2
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* ixgb: remove open-coded skb_cow_headFrancois Romieu2014-04-111-6/+4
* ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman2014-03-121-3/+3
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-11/+5
|\
| * DMA-API: net: intel/ixgb: fix 32-bit DMA mask handlingRussell King2013-09-211-11/+5
* | intel: Remove extern from function prototypesJoe Perches2013-09-242-27/+20
|/
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-291-2/+2
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-2/+2
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-5/+7
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-011-1/+6
|\
| * ixgb: Add missing dma_mapping_error-call in ixgb_alloc_rx_buffersChristoph Paasch2013-03-271-1/+6
* | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-2/+1
* | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-4/+0
|/
* drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-081-8/+2
* remove init of dev->perm_addr in driversJiri Pirko2013-01-081-2/+1
* net/intel: remove __dev* attributesBill Pemberton2012-12-032-8/+8
* netdev: make pci_error_handlers constStephen Hemminger2012-09-071-1/+1
* ixgb: use PCI_VENDOR_ID_INTELJon Mason2012-07-203-12/+8
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-3/+3
* intel: make wired ethernet driver message level consistent (rev2)stephen hemminger2012-03-271-3/+3
* ixgb: Remove unnecessary defines, use pr_debugJoe Perches2012-03-142-14/+2
* drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-131-7/+5
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-3/+1
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-191-1/+1
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-081-4/+8
* Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-221-1/+0
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-4/+4
* Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones2011-11-141-4/+7
* net: add skb frag size accessorsEric Dumazet2011-10-191-2/+2
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-071-4/+0
* ixgb: finish conversion to ndo_fix_featuresMichał Mirosław2011-09-232-43/+18
* ixgb: eliminate checkstack warningsJesse Brandeburg2011-09-237-24/+28
* ixgb: convert to ndo_fix_featuresMichał Mirosław2011-09-163-61/+31
* intel: convert to SKB paged frag API.Ian Campbell2011-08-301-3/+3
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* intel: Move the Intel wired LAN driversJeff Kirsher2011-08-1011-0/+6703
OpenPOWER on IntegriCloud