aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-31ptp: ixgbe: use helpers for converting ns to timespec.Richard Cochran1-5/+2
2015-03-31ptp: igb: use helpers for converting ns to timespec.Richard Cochran1-5/+2
2015-03-31ptp: e1000e: use helpers for converting ns to timespec.Richard Cochran1-3/+1
2015-03-31ethernet: Use bool function returns of true/false instead of 1/0Joe Perches1-2/+2
2015-03-31Merge branch 'ptp-2038'David S. Miller5-54/+57
2015-03-31ptp: ixgbe: convert to the 64 bit get/set time methods.Richard Cochran1-7/+7
2015-03-31ptp: igb: convert to the 64 bit get/set time methods.Richard Cochran1-20/+21
2015-03-31ptp: i40e: convert to the 64 bit get/set time methods.Richard Cochran1-13/+13
2015-03-31ptp: fm10k: convert to the 64 bit get/set time methods.Richard Cochran1-6/+6
2015-03-31ptp: e1000e: convert to the 64 bit get/set time methods.Richard Cochran1-8/+8
2015-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller10-24/+46
2015-03-29igb: Enable TSO for stacked vlanToshiaki Makita1-0/+1
2015-03-27i40e: Bump version to 1.2.43Catherine Sullivan1-1/+1
2015-03-27i40evf: add FW version to ethtool infoMitch Williams1-1/+1
2015-03-27i40e: Increase PF reset max loop limitAkeem G Abodunrin1-1/+1
2015-03-27i40evf: resequence close operationsMitch Williams1-7/+3
2015-03-27i40evf: delay releasing ringsMitch Williams3-13/+14
2015-03-27i40e/i40evf: implement KR2 supportJesse Brandeburg6-1/+26
2015-03-20igbvf: use netif_carrier_off earlier when bringing if downTodd Fujinaka1-2/+1
2015-03-20igb: use netif_carrier_off earlier when bringing if downTodd Fujinaka1-3/+1
2015-03-20e1000e: NVM write protect access removed from SPT HWYanir Lubetkin1-1/+2
2015-03-20e1000e: call netif_carrier_off early on downEliezer Tamir1-2/+2
2015-03-20ixgb: call netif_carrier_off early on downEliezer Tamir1-1/+2
2015-03-19i40e: add NVM update events to AQ cleanShannon Nelson1-0/+4
2015-03-13ixgbevf: Use ether_addr_copy() instead of memcpy()Jeff Kirsher1-4/+4
2015-03-13ixgbevf: Fix code comments and whitespaceJeff Kirsher9-495/+498
2015-03-13ixgbe: Remove IXGBE_FLAG_IN_NETPOLL since it doesn't do anythingAlexander Duyck2-15/+4
2015-03-13ixgbe: enable relaxed ordering for SPARCJeff Kirsher2-4/+12
2015-03-13ixgbe: cleanup make ixgbe_set_ethertype_anti_spoofing_X550 staticDon Skidmore1-2/+2
2015-03-13ixgbe: Clean up type inconsistencyDon Skidmore1-2/+2
2015-03-13ixgbe: add new wrapper for X550 supportDon Skidmore9-14/+114
2015-03-09i40e: add ethtool RSS supportMitch A Williams2-0/+110
2015-03-09i40e/i40evf: Bump i40e/i40evf versionCatherine Sullivan2-2/+2
2015-03-09i40e: add MAC printing to debugfs dump VSIShannon Nelson1-0/+5
2015-03-09i40e: Fix inconsistent use of PF/VF vs pf/vfJeff Kirsher9-174/+174
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