summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2015-03-09i40e: tame the nvmupdate read and write complaintsShannon Nelson1-2/+7
2015-03-09i40e/i40evf: fix accidental write to ITR registersJesse Brandeburg3-0/+5
2015-03-09i40vf: don't stop me nowMitch Williams1-5/+6
2015-03-09i40e: future proof some sizeof callsShannon Nelson1-2/+2
2015-03-09i40e: Remove "hello world" strings from i40e driverGreg Rose1-2/+2
2015-03-08ethernet: codespell comment spelling fixesJoe Perches9-10/+10
2015-03-07i40e: Strip configfs codeGreg Rose5-374/+0
2015-03-07i40e/i40evf: Bump versionSravanthi Tangeda2-2/+2
2015-03-07i40e/i40evf: enable prefetch of Tx descriptors during cleanupJesse Brandeburg2-0/+4
2015-03-07i40e: Simplify code for rss_size_max configAnjali Singhai Jain1-5/+2
2015-03-07i40e/i40evf: Simplify tunnel selection logicAnjali Singhai Jain2-4/+20
2015-03-07i40e: FD filters flush policy changesAnjali Singhai Jain3-20/+67
2015-03-07i40e: Avoid logs while adding/deleting FD-SB filtersAnjali Singhai Jain1-3/+3
2015-03-07i40e: print port stats only on partition 1Shannon Nelson1-3/+3
2015-03-07i40e: Move code to enable/disable Loopback to the main fileAkeem G Abodunrin3-70/+68
2015-03-07i40e: rework vector reservationShannon Nelson1-19/+56
2015-03-07i40e: clean up debug_read_registerJesse Brandeburg1-6/+4
2015-03-07i40e: store msg_enable in the right sizeJesse Brandeburg1-1/+1
2015-03-07i40e: Remove unneeded conversionKamil Krawczyk1-1/+0
2015-03-07i40e: Remove duplicate codeCatherine Sullivan1-8/+0
2015-03-07i40e/i40evf: Refactor i40e_debug_aq and make some functions staticShannon Nelson6-54/+54
2015-03-06e1000: add dummy allocator to fix race condition between mtu change and netpollSabrina Dubroca1-1/+9
2015-03-06e1000: call netif_carrier_off early on downEliezer Tamir1-1/+1
2015-03-06igb: Make arrays on stack static const to avoid reallocationAlexander Duyck1-12/+12
2015-03-06igb: Fix warning pin may be used uninitializedAlexander Duyck1-1/+1
2015-03-06e1000e: remove calls to ioremap/unmap for NVM addrYanir Lubetkin1-3/+5
2015-03-06e1000e: fix obscure commentsYanir Lubetkin1-4/+8
2015-03-05i40e: Fix mismatching type for ioremap_lenJeff Kirsher1-2/+2
2015-03-05i40e/i40evf: Version bumpSravanthi Tangeda2-2/+2
2015-03-05i40e: don't spam the system logMitch A Williams1-3/+0
2015-03-05i40e: move IRQ tracking setup into MSIX setupShannon Nelson1-31/+29
2015-03-05i40e: Ioremap changesAnjali Singhai2-2/+7
2015-03-05i40e/i40evf: Clean up some formatting and other thingsJesse Brandeburg8-10/+2
2015-03-05i40e: Add AOC PHY types to case statementsCatherine Sullivan2-0/+4
2015-03-05i40e: Fix ethtool offline testGreg Rose1-0/+10
2015-03-05i40e: Reassign incorrect PHY type to fix a FW bugCatherine Sullivan1-0/+4
2015-03-05i40e: fix XPS mask when resettingJesse Brandeburg1-11/+11
2015-03-05i40e: use more portable sign extensionJesse Brandeburg1-2/+2
2015-03-05i40e/i40evf: grab NVM devstarter version not image versionShannon Nelson3-3/+4
2015-03-05i40e: Don't check operational or sync bit for App TLVNeerav Parikh1-1/+1
2015-03-05i40e: during LED interaction ignore activity LED src modesMatt Jared1-1/+34
2015-03-05i40e: Fix NPAR Tx Scheduler initGreg Rose1-0/+4
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-76/+280
2015-03-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller26-115/+190
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2015-03-03i40e: Fix dependencies in the i40e driver on configfsGreg Rose4-8/+17
2015-03-03i40e/i40evf: Bump versionsSravanthi Tangeda2-2/+2
2015-03-03i40e: Only enable TC0 for NIC partition typeNeerav Parikh1-3/+3
2015-03-03i40e: Register DCBNL ops in MFP modeNeerav Parikh1-3/+1
2015-03-03i40evf: ethtool RSS fixesMitch Williams1-6/+8