summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* ethernet: Use bool function returns of true/false instead of 1/0Joe Perches2015-03-311-2/+2
* Merge branch 'ptp-2038'David S. Miller2015-03-315-54/+57
|\
| * ptp: ixgbe: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-7/+7
| * ptp: igb: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-20/+21
| * ptp: i40e: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-13/+13
| * ptp: fm10k: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-6/+6
| * ptp: e1000e: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-8/+8
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-03-2910-24/+46
|\
| * i40e: Bump version to 1.2.43Catherine Sullivan2015-03-271-1/+1
| * i40evf: add FW version to ethtool infoMitch Williams2015-03-271-1/+1
| * i40e: Increase PF reset max loop limitAkeem G Abodunrin2015-03-271-1/+1
| * i40evf: resequence close operationsMitch Williams2015-03-271-7/+3
| * i40evf: delay releasing ringsMitch Williams2015-03-273-13/+14
| * i40e/i40evf: implement KR2 supportJesse Brandeburg2015-03-276-1/+26
* | igb: Enable TSO for stacked vlanToshiaki Makita2015-03-291-0/+1
|/
* igbvf: use netif_carrier_off earlier when bringing if downTodd Fujinaka2015-03-211-2/+1
* igb: use netif_carrier_off earlier when bringing if downTodd Fujinaka2015-03-211-3/+1
* e1000e: NVM write protect access removed from SPT HWYanir Lubetkin2015-03-211-1/+2
* e1000e: call netif_carrier_off early on downEliezer Tamir2015-03-211-2/+2
* ixgb: call netif_carrier_off early on downEliezer Tamir2015-03-211-1/+2
* i40e: add NVM update events to AQ cleanShannon Nelson2015-03-191-0/+4
* ixgbevf: Use ether_addr_copy() instead of memcpy()Jeff Kirsher2015-03-131-4/+4
* ixgbevf: Fix code comments and whitespaceJeff Kirsher2015-03-139-495/+498
* ixgbe: Remove IXGBE_FLAG_IN_NETPOLL since it doesn't do anythingAlexander Duyck2015-03-132-15/+4
* ixgbe: enable relaxed ordering for SPARCJeff Kirsher2015-03-132-4/+12
* ixgbe: cleanup make ixgbe_set_ethertype_anti_spoofing_X550 staticDon Skidmore2015-03-131-2/+2
* ixgbe: Clean up type inconsistencyDon Skidmore2015-03-131-2/+2
* ixgbe: add new wrapper for X550 supportDon Skidmore2015-03-139-14/+114
* i40e: add ethtool RSS supportMitch A Williams2015-03-092-0/+110
* i40e/i40evf: Bump i40e/i40evf versionCatherine Sullivan2015-03-092-2/+2
* i40e: add MAC printing to debugfs dump VSIShannon Nelson2015-03-091-0/+5
* i40e: Fix inconsistent use of PF/VF vs pf/vfJeff Kirsher2015-03-099-174/+174
* i40e: tame the nvmupdate read and write complaintsShannon Nelson2015-03-091-2/+7
* i40e/i40evf: fix accidental write to ITR registersJesse Brandeburg2015-03-093-0/+5
* i40vf: don't stop me nowMitch Williams2015-03-091-5/+6
* i40e: future proof some sizeof callsShannon Nelson2015-03-091-2/+2
* i40e: Remove "hello world" strings from i40e driverGreg Rose2015-03-091-2/+2
* ethernet: codespell comment spelling fixesJoe Perches2015-03-099-10/+10
* i40e: Strip configfs codeGreg Rose2015-03-075-374/+0
* i40e/i40evf: Bump versionSravanthi Tangeda2015-03-072-2/+2
* i40e/i40evf: enable prefetch of Tx descriptors during cleanupJesse Brandeburg2015-03-072-0/+4
* i40e: Simplify code for rss_size_max configAnjali Singhai Jain2015-03-071-5/+2
* i40e/i40evf: Simplify tunnel selection logicAnjali Singhai Jain2015-03-072-4/+20
* i40e: FD filters flush policy changesAnjali Singhai Jain2015-03-073-20/+67
* i40e: Avoid logs while adding/deleting FD-SB filtersAnjali Singhai Jain2015-03-071-3/+3
* i40e: print port stats only on partition 1Shannon Nelson2015-03-071-3/+3
* i40e: Move code to enable/disable Loopback to the main fileAkeem G Abodunrin2015-03-073-70/+68
* i40e: rework vector reservationShannon Nelson2015-03-071-19/+56
* i40e: clean up debug_read_registerJesse Brandeburg2015-03-071-6/+4
* i40e: store msg_enable in the right sizeJesse Brandeburg2015-03-071-1/+1