summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2013-04-18ixgbe: Fix a bug in setting VF VLAN via PFGreg Rose1-0/+6
2013-04-18igb: Revert support for build_skb in igbAlexander Duyck2-114/+4
2013-04-10e100: Add dma mapping error checkNeil Horman1-11/+25
2013-04-05ixgbe: fix registration order of driver and DCA nofiticationJakub Kicinski1-2/+9
2013-03-27e1000e: Add missing dma_mapping_error-call in e1000_alloc_jumbo_rx_buffersChristoph Paasch1-1/+6
2013-03-27ixgb: Add missing dma_mapping_error-call in ixgb_alloc_rx_buffersChristoph Paasch1-1/+6
2013-03-27e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_ringsChristoph Paasch1-3/+11
2013-03-26igb: fix PHC stopping on max freqJiri Benc1-1/+1
2013-03-26igb: make sensor info staticStephen Hemminger1-1/+1
2013-03-26igb: SR-IOV init reorderingAlex Williamson1-1/+1
2013-03-26igb: Fix null pointer dereferenceAlex Williamson1-1/+1
2013-03-26igb: fix i350 anti spoofing configLior Levy1-14/+19
2013-03-26ixgbevf: don't release the soft entriesxunleer1-4/+20
2013-03-07e1000e: fix accessing to suspended deviceKonstantin Khlebnikov2-0/+15
2013-03-07e1000e: fix runtime power management transitionsKonstantin Khlebnikov1-60/+18
2013-03-07e1000e: fix pci-device enable-counter balanceKonstantin Khlebnikov1-1/+1
2013-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller7-79/+98
2013-03-05igb: Fix for lockdep issue in igb_get_i2c_clientCarolyn Wyborny3-68/+17
2013-03-05igb: Fix link setup for I210 devicesCarolyn Wyborny1-3/+8
2013-03-05igb: Drop BUILD_BUG_ON check from igb_build_rx_bufferAlexander Duyck1-7/+0
2013-03-05e1000e: workaround DMA unit hang on I218Bruce Allan3-1/+73
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin2-13/+13
2013-02-22Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+0
2013-02-16ixgbe: Update DESC_NEEDED define to adjust for changes to MAX_SKB_FRAGSAlexander Duyck1-1/+1
2013-02-16ixgbe: fix Tx timeouts with BQLEmil Tantilov2-7/+34
2013-02-16ixgbe: implement SFF diagnostic monitoring via ethtoolAurélien Guillaume3-0/+119
2013-02-16ixgbe: cleanup error checking in ixgbe_identify_sfp_module_generic()Emil Tantilov1-24/+10
2013-02-16ixgbe: fix possible data corruption in read_i2c_byteEmil Tantilov1-1/+1
2013-02-16ixgbe: Add support for set_channels ethtool operationAlexander Duyck1-0/+38
2013-02-16ixgbe: Add support for displaying the number of Tx/Rx channelsAlexander Duyck1-0/+72
2013-02-16ixgbe: Make ixgbe_setup_tc usable even when DCB is not enabledAlexander Duyck2-13/+8
2013-02-16ixgbe: Update ixgbe driver to use __netdev_pick_tx in ixgbe_select_queueAlexander Duyck1-22/+26
2013-02-16ixgbe: Add function for setting XPS queue mappingAlexander Duyck3-5/+20
2013-02-16ixgbe: Define FCoE and Flow director limits much sooner to allow for changesAlexander Duyck3-35/+19
2013-02-16igb: increase timeout for ethtool offline self-testStefan Assmann1-1/+1
2013-02-16igbvf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2-23/+31
2013-02-16e1000e: display a warning message when SmartSpeed worksKoki Sanagi1-0/+7
2013-02-16e1000: fix whitespace issues and multi-line commentsJeff Kirsher5-528/+586
2013-02-15ixgbe: refactor initialization of feature flagsEmil Tantilov1-20/+38
2013-02-15igb: Refractoring function pointers in igb_get_invariants functionAkeem G. Abodunrin1-251/+11
2013-02-15igb: Intialize MAC function pointersAkeem G. Abodunrin1-0/+61
2013-02-15igb: Initialize NVM function pointersAkeem G. Abodunrin1-0/+109
2013-02-15igb: Initialize PHY function pointersAkeem G. Abodunrin1-0/+112
2013-02-15igb: Update igb to use a path similar to ixgbe to determine when to stop TxAlexander Duyck2-15/+28
2013-02-15igb: Refix sparse warning in igb_get_i2c_clientCarolyn Wyborny1-1/+1
2013-02-15igb: Fix for improper allocation flag in igb_get_i2c_clientCarolyn Wyborny1-1/+1
2013-02-15igb: Fix for improper exit in igb_get_i2c_clientCarolyn Wyborny1-6/+1
2013-02-15igb: Support using build_skb in the case that jumbo frames are disabledAlexander Duyck2-34/+161
2013-02-14bridge: Add vlan support to static neighborsVlad Yasevich1-1/+1
2013-02-14bridge: Dump vlan information from a bridge portVlad Yasevich1-1/+2