summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2013-12-07i40e: Add a new variable to track number of pf instancesAnjali Singhai Jain2-0/+6
2013-12-07i40e: add num_VFs messageAnjali Singhai Jain1-0/+3
2013-12-07i40e: refactor ethtool testsShannon Nelson1-27/+30
2013-12-07i40e: clear test state bit after all ethtool testsShannon Nelson1-2/+3
2013-12-07i40e: only set up the rings to be usedShannon Nelson1-7/+7
2013-12-07i40e: Enable all PCTYPEs except FCOE for RSS.Anjali Singhai Jain1-14/+24
2013-12-07i40e: refactor reset codeAnjali Singhai Jain1-36/+95
2013-12-07i40e: Bump versionCatherine Sullivan1-1/+1
2013-12-07i40e: whitespaceJeff Kirsher1-0/+1
2013-12-07i40e: enable early hardware supportJesse Brandeburg4-10/+68
2013-12-07i40e: Add flag for L2 VEB filteringKevin Scott3-3/+12
2013-12-07i40e: get media type during link infoJesse Brandeburg3-0/+52
2013-12-07i40e: check multi-bit state correctlyJesse Brandeburg1-7/+9
2013-12-07i40e: separate TSYNVALID and TSYNINDX fields in Rx descriptorJacob Keller1-2/+7
2013-12-06i40e: sync header files with hardwareAnjali Singhai Jain2-9/+6
2013-12-06i40e: restrict diag test lengthKamil Krawczyk1-4/+4
2013-12-06i40e: add support for triggering EMPRShannon Nelson3-0/+23
2013-12-06i40e: add interrupt testShannon Nelson3-2/+14
2013-12-06i40e: default debug mask settingShannon Nelson1-0/+1
2013-12-06i40e: fix debugging messagesMitch Williams1-2/+2
2013-12-06i40e: properly add VF MAC addressesMitch Williams1-1/+1
2013-12-06i40e: retry call on timeoutShannon Nelson1-6/+20
2013-12-06i40e: select reset counters correctlyShannon Nelson1-3/+3
2013-12-06i40e: allow one more vector for VFsMitch Williams1-1/+1
2013-12-06i40e: firmware version fields offsets updateAnjali Singhai jain2-8/+16
2013-12-06i40e: simplify aq head-tail-len setupsShannon Nelson2-36/+15
2013-12-06i40e: clear AQ head and tail registersShannon Nelson1-4/+14
2013-12-06i40e: register file updatesAnjali Singhai jain1-90/+44
2013-12-06i40e: set pf_id based on device and function numbersChristopher Pau1-1/+5
2013-12-06Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller1-2/+12
2013-11-30ixgbe: Make ixgbe_identify_qsfp_module_generic staticMark Rustad2-2/+2
2013-11-30ixgbe: turn NETIF_F_HW_L2FW_DOFFLOAD off by defaultJohn Fastabend1-3/+2
2013-11-30ixgbe: ixgbe_fwd_ring_down needs to be staticJohn Fastabend1-2/+2
2013-11-30e1000: fix possible reset_task running after adapter downVladimir Davydov1-4/+11
2013-11-30e1000: fix lockdep warning in e1000_reset_taskVladimir Davydov2-35/+3
2013-11-30e1000: prevent oops when adapter is being closed and reset simultaneouslyyzhu12-0/+14
2013-11-30igb: Fixed Wake On LAN supportAkeem G Abodunrin1-3/+4
2013-11-21e1000e: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-2/+12
2013-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-8/+6
2013-11-15e1000e: Validate hwtstamp_config completely before applying itBen Hutchings1-8/+6
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+9
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds7-74/+35
2013-11-11ixgbe: add warning when max_vfs is out of range.Jacob Keller2-8/+13
2013-11-11igb: Update link modes display in ethtoolCarolyn Wyborny1-24/+27
2013-11-09ixgbe: deleting dfwd stations out of order can cause null ptr derefJohn Fastabend1-2/+6
2013-11-09ixgbe: fix build err, num_rx_queues is only available with CONFIG_RPSJohn Fastabend1-6/+10
2013-11-08ixgbe: enable l2 forwarding acceleration for macvlansJohn Fastabend4-89/+443
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2-0/+9
2013-11-01ixgbe: fix inconsistent clearing of the multicast tableEmil Tantilov1-8/+7
2013-11-01ixgbe: cleanup IXGBE_DESC_UNUSEDDon Skidmore2-8/+12