summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2016-07-21fm10k: use actual hardware registers when checking for pending TxJacob Keller1-3/+5
2016-07-21fm10k: perform data path reset even when switch is not readyJacob Keller1-5/+0
2016-07-21fm10k: don't stop reset due to FM10K_ERR_REQUESTS_PENDINGJacob Keller4-15/+24
2016-07-21fm10k: Reset mailbox global interruptsNgai-Mint Kwan2-0/+6
2016-07-21fm10k: prevent multiple threads updating statisticsJacob Keller2-0/+15
2016-07-21fm10k: avoid possible null pointer dereference in fm10k_update_statsJacob Keller1-2/+8
2016-07-21fm10k: no need to continue in fm10k_down if __FM10K_DOWN already setJacob Keller1-1/+2
2016-07-15i40e: use valid online CPU on q_vector initializationGuilherme G. Piccoli1-5/+11
2016-07-15ixgbe: napi_poll must return the work donePaolo Abeni1-1/+1
2016-07-15i40e: enable VSI broadcast promiscuous mode instead of adding broadcast filterKiran Patil1-12/+20
2016-07-15i40e/i40evf: Fix i40e_rx_checksumAlexander Duyck2-26/+34
2016-07-11drivers/net: fixup comments after "Future-proof tunnel offload handlers"Sabrina Dubroca2-12/+4
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+11
2016-06-30Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller11-67/+148
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+13
2016-06-29igb: Only DMA sync frame lengthAndrew Lunn1-3/+4
2016-06-29ixgbe: fix spoofed packets with macvlansEmil Tantilov1-0/+1
2016-06-29ixgbe: Correct reporting of timestamping for x550Tony Nguyen1-2/+6
2016-06-29fm10k: Remove create_workqueueBhaktipriya Shridhar1-2/+1
2016-06-29igb: call igb_ptp_suspend during suspend/resume cycleJacob Keller1-0/+2
2016-06-29igb: implement igb_ptp_suspendJacob Keller2-5/+18
2016-06-29igb: re-use igb_ptp_reset in igb_ptp_initJacob Keller2-33/+18
2016-06-29igb: introduce IGB_PTP_OVERFLOW_CHECK flagJacob Keller2-13/+9
2016-06-29igb: introduce ptp_flags variable and use it to replace IGB_FLAG_PTPJacob Keller2-4/+8
2016-06-29ixgbe: Error handler for duplicate filter locations in hardware for cls_u32 o...Amritha Nambiar1-16/+25
2016-06-29ixgbe: Fix deleting link filters for cls_u32 offloadsAmritha Nambiar2-7/+72
2016-06-29e1000e: prevent division by zero if TIMINCA is zeroDenys Vlasenko1-1/+2
2016-06-29fm10k: fix incorrect index calculation in fm10k_write_retaJacob Keller1-2/+3
2016-06-29fm10k: Align Rx buffers to 512B blocksAlexander Duyck1-1/+1
2016-06-29fm10k: don't use BIT() macro where the value isn't a bitmaskJacob Keller1-1/+1
2016-06-29ixgbevf: ixgbevf_write/read_posted_mbx should use IXGBE_ERR_MBX to initialize...Xin Long1-2/+2
2016-06-29e1000e: keep Rx/Tx HW_VLAN_CTAG in syncJarod Wilson1-12/+9
2016-06-29e1000e: keep VLAN interfaces functional after rxvlan offJarod Wilson1-2/+13
2016-06-28i40e: Don't notify client(s) for DCB changes on all VSIsNeerav Parikh1-1/+2
2016-06-28i40e: Fix errors resulted while turning off TSOTushar Dave2-2/+7
2016-06-28i40e/i40evf: Bump version from 1.5.16 to 1.6.4Bimmy Pujari2-4/+4
2016-06-28i40e: add VSI info to macaddr messagesShannon Nelson1-9/+22
2016-06-28i40e: set default VSI without a resetMitch Williams1-4/+22
2016-06-28i40evf: always activate correct MAC address filterMitch Williams1-1/+1
2016-06-28i40e: Fix RSS to not be limited by the number of CPUsCatherine Sullivan1-8/+2
2016-06-28i40e: Removing unnecessary code which caused supported link mode bugAvinash Dayanand1-2/+1
2016-06-28i40e: fix missing DA cable checkSerey Kong1-0/+1
2016-06-28i40e: Save PCI state before suspendGreg Rose1-1/+6
2016-06-28i40e: Clean up MSIX IRQs before suspendGreg Rose1-0/+3
2016-06-28i40evf: don't overflow bufferMitch Williams1-0/+8
2016-06-28i40e: Add a call to set the client interface downCatherine Sullivan1-7/+3
2016-06-28i40e: write HENA for VFsMitch Williams1-0/+6
2016-06-28i40e: add hw struct local variableMitch Williams1-38/+41
2016-06-28i40e: add functions to control default VSIMitch Williams2-0/+58
2016-06-23ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn5-31/+14