summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2014-09-18ixgbe: use e_dev_warn instead of netif_printkJacob Keller1-5/+5
2014-09-18ixgbe: Do not schedule an uninitialized workqueue entryMark Rustad1-3/+4
2014-09-18ixgbe: remove useless bd_number from adapter structEthan Zhao2-6/+0
2014-09-18ixgbevf: remove useless bd_number from struct ixgbevf_adapterEthan Zhao2-5/+0
2014-09-12e1000: switch to napi_gro_frags apiFlorian Westphal1-17/+32
2014-09-12e1000: convert to build_skbFlorian Westphal3-120/+131
2014-09-12e1000: rename struct e1000_buffer to e1000_tx_bufferFlorian Westphal3-17/+17
2014-09-12e1000: add and use e1000_rx_buffer info for RxFlorian Westphal3-23/+27
2014-09-12e1000: perform copybreak ahead of DMA unmapFlorian Westphal1-30/+43
2014-09-12e1000: move tbi workaround code into helper functionFlorian Westphal1-30/+33
2014-09-12e1000: move e1000_tbi_adjust_stats to where its usedFlorian Westphal3-80/+77
2014-09-12ixgbe: Refactor busy poll socket code to address multiple issuesAlexander Duyck2-72/+45
2014-09-12ixgbe: Drop Rx alloc at end of Rx cleanupAlexander Duyck1-3/+0
2014-09-12ixgbevf: Resolve missing-field-initializers warningsMark Rustad1-1/+1
2014-09-12ixgbe: Resolve warnings produced in W=2 buildsMark Rustad2-11/+11
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-22/+22
2014-09-06igb: add flags to set eee advertisement modeTodd Fujinaka4-18/+49
2014-09-06e1000: e1000_ethertool.c coding style fixesKrzysztof Majzerowicz-Jaszcz1-76/+79
2014-09-06ixgbe: use new eth_get_headlen interfaceAlexander Duyck1-115/+1
2014-09-06igb: use new eth_get_headlen interfaceAlexander Duyck1-108/+1
2014-09-04ixgbe: limit combined total of macvlan and SR-IOV VFsJacob Keller2-6/+16
2014-09-04ixgbe: add comment noting recalculation of queuesJacob Keller1-0/+8
2014-09-04ixgbevf: introduce delay for checking VFLINKS on 82599Emil Tantilov1-0/+15
2014-09-04ixgbe: reset interface on link loss with pending Tx work from the VFEmil Tantilov2-12/+49
2014-09-04ixgbe: Cleanup FDB handling codeAlexander Duyck1-30/+4
2014-09-04i40e: use global pci_vfs_assigned() to replace local i40e_vfs_are_assigned()Ethan Zhao1-31/+2
2014-09-04i40e/i40evf: Bump i40e/i40evf versionsCatherine Sullivan2-2/+2
2014-09-04i40e: fix panic due to too-early Tx queue enableJesse Brandeburg1-1/+1
2014-09-04i40e: Fix an issue when PF reset failsAnjali Singhai Jain2-3/+11
2014-09-04i40e: make warning less verboseJesse Brandeburg1-14/+12
2014-09-04i40e: Tell OS link is going down when calling set_phy_configCatherine Sullivan1-3/+18
2014-09-04i40e: Remove unnecessary assignmentSerey Kong1-1/+0
2014-09-04i40e: Change wording to be more consistentSerey Kong3-3/+3
2014-09-04i40e: Allow user to change link settings if link is downCatherine Sullivan1-1/+2
2014-09-04i40e: Add dual speed module supportCatherine Sullivan2-20/+13
2014-08-30i40evf: Set skb->csum_level for encapsulated checksumTom Herbert1-1/+1
2014-08-30i40e: Set skb->csum_level for encapsulated checksumTom Herbert1-1/+1
2014-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller16-98/+301
2014-08-28igb: flush when in xmit_more mode and under descriptor pressureDavid S. Miller1-39/+39
2014-08-28ixgbe: flush when in xmit_more mode and under descriptor pressureDaniel Borkmann1-29/+34
2014-08-27i40e/i40evf: Bump i40e & i40evf versionCatherine Sullivan2-4/+4
2014-08-27i40e/i40evf: Ignore a driver perceived Tx hang if the number of desc pending < 4Anjali Singhai Jain6-3/+19
2014-08-27i40e: quiet complaints when removing default MAC VLAN filter and make set_mac...Shannon Nelson1-29/+70
2014-08-27i40e/i40evf: add max buf len to aq debug print helperShannon Nelson6-18/+27
2014-08-27i40e: Add checks and message for Qualified Module infoCarolyn Wyborny1-0/+14
2014-08-27i40e: set num_queue_pairs to num configured by VFAshish Shah1-5/+8
2014-08-27i40e: Enable l2tsel bit for VLAN tag controlShannon Nelson1-0/+1
2014-08-27i40e: Add a FD flush counter to ethtoolAnjali Singhai Jain3-0/+11
2014-08-27i40e: ATR policy change to flush the table to clean stale ATR rulesAnjali Singhai Jain4-20/+111
2014-08-27i40e: Some FD message fixesAnjali Singhai Jain1-10/+28