summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2015-06-03e1000e: fix unit hang during loopback testYanir Lubetkin1-3/+24
2015-06-03e1000e: fix systim issuesYanir Lubetkin2-11/+30
2015-06-03e1000e: fix legacy interrupt handling in i219Yanir Lubetkin3-1/+19
2015-06-03e1000e: fix flush_desc_ring implementationYanir Lubetkin3-6/+9
2015-06-03e1000e: fix logical error in flush_desc_ringsYanir Lubetkin1-1/+1
2015-06-03e1000e: remove call to do_div and sign mismatch warningYanir Lubetkin1-9/+4
2015-06-03e1000e: i219 execute unit hang fix on every reset or power state transitionYanir Lubetkin1-6/+10
2015-06-03e1000e: i219 fix unit hang on reset and runtime D3Yanir Lubetkin3-0/+108
2015-06-01ethernet/intel: Use setup_timerVaishali Thakkar1-3/+1
2015-05-28i40e: Bump version to 1.3.4Catherine Sullivan1-1/+1
2015-05-28i40e/i40evf: remove time_stamp memberJesse Brandeburg4-19/+0
2015-05-28i40e/i40evf: force inline transmit functionsJesse Brandeburg2-36/+32
2015-05-28i40evf: skb->xmit_more supportJesse Brandeburg1-41/+47
2015-05-28i40e: Move the FD ATR/SB messages to a higher debug levelAnjali Singhai Jain2-9/+18
2015-05-28i40e: fix unrecognized FCOE EOF caseVasu Dev1-4/+7
2015-05-28i40e/i40evf: Remove unneeded TODOGreg Rose2-6/+0
2015-05-28i40e: Remove unnecessary pf membersAnjali Singhai Jain3-9/+5
2015-05-28i40e/i40evf: Add stats to count Tunnel ATR hitsAnjali Singhai Jain6-3/+20
2015-05-28i40e/i40evf: Add ATR support for tunneled TCP/IPv4/IPv6 packets.Anjali Singhai Jain4-51/+62
2015-05-28i40e: Disable offline diagnostics if VFs are enabledGreg Rose2-0/+34
2015-05-28i40e: Collect PFC XOFF RX stats even in single TC caseNeerav Parikh1-3/+2
2015-05-28ixgbe: Allow flow director to use entire queue spaceJohn Fastabend1-10/+24
2015-05-15net: batch of last_rx update avoidance in ethernet drivers.françois romieu2-4/+0
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+7
2015-05-13e1000e: Add pm_qos headerDavid Ahern1-0/+1
2015-05-12e1000: Replace e1000_free_frag with skb_free_fragAlexander Duyck1-12/+7
2015-05-12igb: Don't use NETDEV_FRAG_PAGE_MAX_SIZE in descriptor calculationAlexander Duyck1-8/+3
2015-05-07igb: Fix NULL assignment to incorrect variable in igb_reset_q_vectorToshiaki Makita1-1/+1
2015-05-07igb: Fix oops on changing number of ringsToshiaki Makita1-0/+2
2015-05-04ixgbe: Use a signed type to hold error codesMark Rustad4-11/+11
2015-05-04ixgbe: Release semaphore bits in the right orderMark Rustad1-4/+4
2015-05-04ixgbe: Fix IOSF SB access issuesMark Rustad1-37/+65
2015-05-04e1000e: fix call to do_div() to use u64 argJeff Kirsher1-6/+7
2015-05-04e1000e: Do not allow CRC stripping to be disabled on 82579 w/ jumbo framesAlexander Duyck1-0/+14
2015-05-04e1000e: Cleanup handling of VLAN_HLEN as a part of max frame sizeAlexander Duyck3-16/+14
2015-05-04e100: don't initialize int object to zeroJean Sacren1-1/+1
2015-05-04igb: simplify and clean up igb_enable_mas()Todd Fujinaka1-20/+7
2015-05-04ixgbevf: Use dev_kfree_skb_any in xmit path, not dev_kfree_skbAlexander Duyck1-1/+1
2015-05-04fm10k: Do not assume budget will never be 0 for NAPIAlexander Duyck1-2/+2
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel2-5/+6
2015-04-15i40e: Bump version to 1.3.2Catherine Sullivan1-1/+1
2015-04-15i40e: Use new 40G speedsGreg Rose1-2/+1
2015-04-15i40e: get rid of unused localsJesse Brandeburg2-6/+3
2015-04-15i40e: handle possible memory allocation failureJesse Brandeburg1-3/+11
2015-04-15i40e/i40evf: Save WR_CSR_PROT field from DEV/FUNC capabilitiesKevin Scott3-0/+7
2015-04-15i40e: enable user dump of internal hardware stateJesse Brandeburg3-0/+107
2015-04-15i40e: print FCoE capability reported by the device functionVasu Dev1-0/+3
2015-04-15i40e: For VF reset (VFR and VFLR) add some more delayAnjali Singhai Jain1-0/+3
2015-04-15i40e: move VF notification routines upMitch Williams1-123/+123
2015-04-15i40e: notify VFs of link stateMitch Williams1-19/+31