summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | fm10k: cleanup overly long linesBruce Allan2015-12-146-23/+33
* | fm10k: cleanup namespace pollutionBruce Allan2015-12-144-20/+13
* | fm10k: use BIT() macro instead of open-coded bit-shiftingBruce Allan2015-12-142-2/+2
* | fm10k: whitespace cleanupsBruce Allan2015-12-147-9/+11
* | fm10k: do not inline fm10k_iov_select_vid()Bruce Allan2015-12-141-1/+1
* | fm10k: Cleanup exception handling for mailbox interruptAlexander Duyck2015-12-141-2/+11
* | fm10k: Cleanup MSI-X interrupts in case of failureAlexander Duyck2015-12-141-1/+3
* | fm10k: conditionally compile DCB and DebugFS supportJacob Keller2015-12-144-13/+19
* | fm10k: bump driver versionJacob Keller2015-12-141-1/+1
* | fm10k: consistently refer to VLANs and VLAN IDsJacob Keller2015-12-144-15/+15
* | fm10k: remove namespace pollution of fm10k_iov_msg_data_pfJacob Keller2015-12-142-9/+0
* | fm10k: remove unnecessary else block from if statements with returnJacob Keller2015-12-141-6/+6
* | fm10k: do not use CamelCaseJacob Keller2015-12-142-13/+13
* | fm10k: use ether_addr_copy to copy MAC addressJacob Keller2015-12-141-5/+2
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2015-12-1315-195/+379
|\ \
| * | e1000e: initial support for i219-LM (3)Raanan Avargil2015-12-133-11/+34
| * | igb: improve handling of disconnected adaptersJarod Wilson2015-12-132-5/+3
| * | igb: fix NULL derefs due to skipped SR-IOV enablingJan Beulich2015-12-131-0/+7
| * | e1000e: Increase timeout of polling bit RSPCIPHYRaanan Avargil2015-12-131-1/+1
| * | e1000e: fix division by zero on jumbo MTUsDmitry Fleytman2015-12-131-2/+4
| * | e1000: Elementary checkpatch warnings and checks removedJanusz Wolak2015-12-131-90/+89
| * | e1000: get rid of duplicate exit pathJean Sacren2015-12-131-4/+3
| * | e1000: fix kernel-doc argument being missingJean Sacren2015-12-131-0/+1
| * | e1000e: clean up the local variableJean Sacren2015-12-131-4/+1
| * | e1000: fix a typo in the commentJean Sacren2015-12-131-1/+1
| * | e1000: clean up the checking logicJean Sacren2015-12-131-5/+5
| * | igb: use the correct i210 register for EEMNGCTLTodd Fujinaka2015-12-134-0/+30
| * | e1000: Remove checkpatch coding style errorsJanusz Wolak2015-12-132-60/+72
| * | igb: don't unmap NULL hw_addrJarod Wilson2015-12-132-4/+8
| * | e1000: fix data race between tx_ring->next_to_cleanDmitriy Vyukov2015-12-132-3/+9
| * | igb: add 88E1543 initialization codeTodd Fujinaka2015-12-134-0/+103
| * | e1000: make eeprom read/write scheduler friendlyJoern Engel2015-12-131-5/+8
* | | i40e/i40evf: Bump i40e to 1.4.8 and i40evf to 1.4.4Catherine Sullivan2015-12-132-2/+2
* | | i40evf: change version string generationMitch Williams2015-12-131-1/+9
* | | i40e: clean whole mac filter listShannon Nelson2015-12-131-8/+11
* | | i40e/i40evf: Add a new offload for RSS PCTYPE V2 for X722Anjali Singhai Jain2015-12-133-1/+5
* | | i40e: hush little warningsMitch Williams2015-12-131-6/+12
* | | i40e: Opcode and structures required by OEM Post Update AQ command and add ne...Michal Kosiarz2015-12-133-0/+43
* | | i40e: use explicit cast from u16 to u8Kamil Krawczyk2015-12-131-1/+1
* | | i40evf: check rings before freeing resourcesMitch Williams2015-12-131-0/+6
* | | i40e: don't add zero MAC filterMitch Williams2015-12-131-6/+9
* | | i40e: properly delete VF MAC filtersMitch Williams2015-12-133-2/+44
* | | i40e: chomp the BIT(_ULL)Jesse Brandeburg2015-12-131-15/+15
|/ /
* | ixgbe: do not report 2.5 Gbps as supportedEmil Tantilov2015-12-121-4/+0
* | ixgbe: Clean stale VLANs when changing port VLAN or resettingAlexander Duyck2015-12-121-5/+72
* | ixgbe: Clear stale pool mappingsAlexander Duyck2015-12-123-9/+18
* | ixgbe: Fix VLAN promisc in relation to SR-IOVAlexander Duyck2015-12-123-73/+72
* | ixgbe: Add support for VLAN promiscuous with SR-IOVAlexander Duyck2015-12-122-12/+129
* | ixgbe: Reorder search to work from the top down instead of bottom upAlexander Duyck2015-12-121-23/+19
* | ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVFAlexander Duyck2015-12-126-12/+38