aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-18igb: Fix sparse warnings on function pointersAkeem G. Abodunrin1-2/+2
2013-04-18igb: Use rx/tx_itr_setting when setting up initial value of itrAlexander Duyck1-0/+11
2013-04-18igb: Pull adapter out of main path in igb_xmit_frame_ringAlexander Duyck1-9/+11
2013-04-18igb: Mask off check of frag_off as we only want fragment offsetAlexander Duyck1-1/+1
2013-04-18igb: random code and comments fixAkeem G. Abodunrin3-6/+5
2013-04-18igb: Implement support to power sfp cage and turn on I2CAkeem G. Abodunrin1-1/+2
2013-04-18igb: Support to read and export SFF-8472/8079 dataAkeem G. Abodunrin2-0/+89
2013-04-18igb: Support for 100base-fx SFPAkeem G. Abodunrin3-19/+50
2013-04-18ixgbe: Remove unnecessary #ifdef CONFIG_DEBUG_FS testsJoe Perches2-10/+5
2013-04-18ixgbe: Add support for WoL on 82599 SFP+ LOMJacob Keller2-0/+2
2013-04-18ixgbe: in shutdown, do netif_running() under rtnl_lockakepner1-2/+2
2013-04-17ixgbe: bump version numberDon Skidmore1-1/+1
2013-04-17ixgbe: Fix 1G link WoLDon Skidmore3-2/+8
2013-04-17ixgbe: fix MNG FW support when adapter not upDon Skidmore5-5/+65
2013-04-17ixgbe: enable devices with internal switch to read pci parentJacob Keller1-0/+48
2013-04-17ixgbe: create conversion functions from link_status to bus/speedJacob Keller2-32/+34
2013-04-17ixgbe: Enable support for recognizing PCI-e Gen3 link speedJacob Keller3-1/+7
2013-04-17ixgbe: Drop check for PAGE_SIZE from ixgbe_xmit_frame_ringAlexander Duyck1-6/+1
2013-04-17ixgbe: don't do arithmetic operations on bitmasksEmil Tantilov1-1/+1
2013-04-17ixgbe: Mask off check of frag_off as we only want fragment offsetAlexander Duyck1-1/+1
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+9
2013-04-05ixgbe: fix registration order of driver and DCA nofiticationJakub Kicinski1-2/+9
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+23
2013-03-28ixgbevf: Adjust to handle unassigned MAC address from PFGreg Rose2-7/+21
2013-03-28ixgbe: Don't give VFs random MAC addressesGreg Rose1-10/+13
2013-03-28e1000e: fix scheduling while atomic bugsBruce Allan1-4/+4
2013-03-28e1000e: increase driver version numberBruce Allan1-1/+1
2013-03-28e1000e: cleanup unused definesBruce Allan1-7/+0
2013-03-28e1000e: add support for LTR on I217/I218Bruce Allan1-0/+97
2013-03-28e1000e: enable EEE by defaultBruce Allan1-4/+0
2013-03-28e1000e: EEE capability advertisement not set/disabled as requiredBruce Allan5-72/+88
2013-03-27e1000e: long access timeouts when I217/I218 MAC and PHY are out of syncBruce Allan1-1/+28
2013-03-27e1000e: fix LED blink logic for designs with LEDs driven by cathodeBruce Allan1-7/+20
2013-03-27e1000e: slow performance between two 82579 connected via 10Mbit hubBruce Allan3-0/+30
2013-03-27e1000e: additional error handling on PHY register accessesBruce Allan2-0/+13
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-22/+43
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-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches3-8/+3
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches3-14/+0
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-140/+131
2013-03-08e1000e: cleanup - move defines to appropriate header fileBruce Allan4-9/+7
2013-03-08e1000e: cleanup format of struct e1000_opt_list structBruce Allan1-1/+4