aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-13fm10k: Cleanup exception handling for mailbox interruptAlexander Duyck1-2/+11
2015-12-13fm10k: Cleanup MSI-X interrupts in case of failureAlexander Duyck1-1/+3
2015-12-13fm10k: conditionally compile DCB and DebugFS supportJacob Keller4-13/+19
2015-12-13fm10k: bump driver versionJacob Keller1-1/+1
2015-12-13fm10k: consistently refer to VLANs and VLAN IDsJacob Keller4-15/+15
2015-12-13fm10k: remove namespace pollution of fm10k_iov_msg_data_pfJacob Keller2-9/+0
2015-12-13fm10k: remove unnecessary else block from if statements with returnJacob Keller1-6/+6
2015-12-13fm10k: do not use CamelCaseJacob Keller2-13/+13
2015-12-13fm10k: use ether_addr_copy to copy MAC addressJacob Keller1-5/+2
2015-12-13Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller15-195/+379
2015-12-12e1000e: initial support for i219-LM (3)Raanan Avargil3-11/+34
2015-12-12igb: improve handling of disconnected adaptersJarod Wilson2-5/+3
2015-12-12igb: fix NULL derefs due to skipped SR-IOV enablingJan Beulich1-0/+7
2015-12-12e1000e: Increase timeout of polling bit RSPCIPHYRaanan Avargil1-1/+1
2015-12-12e1000e: fix division by zero on jumbo MTUsDmitry Fleytman1-2/+4
2015-12-12e1000: Elementary checkpatch warnings and checks removedJanusz Wolak1-90/+89
2015-12-12e1000: get rid of duplicate exit pathJean Sacren1-4/+3
2015-12-12e1000: fix kernel-doc argument being missingJean Sacren1-0/+1
2015-12-12e1000e: clean up the local variableJean Sacren1-4/+1
2015-12-12e1000: fix a typo in the commentJean Sacren1-1/+1
2015-12-12e1000: clean up the checking logicJean Sacren1-5/+5
2015-12-12igb: use the correct i210 register for EEMNGCTLTodd Fujinaka4-0/+30
2015-12-12e1000: Remove checkpatch coding style errorsJanusz Wolak2-60/+72
2015-12-12igb: don't unmap NULL hw_addrJarod Wilson2-4/+8
2015-12-12e1000: fix data race between tx_ring->next_to_cleanDmitriy Vyukov2-3/+9
2015-12-12igb: add 88E1543 initialization codeTodd Fujinaka4-0/+103
2015-12-12e1000: make eeprom read/write scheduler friendlyJoern Engel1-5/+8
2015-12-12i40e/i40evf: Bump i40e to 1.4.8 and i40evf to 1.4.4Catherine Sullivan2-2/+2
2015-12-12i40evf: change version string generationMitch Williams1-1/+9
2015-12-12i40e: clean whole mac filter listShannon Nelson1-8/+11
2015-12-12i40e/i40evf: Add a new offload for RSS PCTYPE V2 for X722Anjali Singhai Jain3-1/+5
2015-12-12i40e: hush little warningsMitch Williams1-6/+12
2015-12-12i40e: Opcode and structures required by OEM Post Update AQ command and add new NVM arq messageMichal Kosiarz3-0/+43
2015-12-12i40e: use explicit cast from u16 to u8Kamil Krawczyk1-1/+1
2015-12-12i40evf: check rings before freeing resourcesMitch Williams1-0/+6
2015-12-12i40e: don't add zero MAC filterMitch Williams1-6/+9
2015-12-12i40e: properly delete VF MAC filtersMitch Williams3-2/+44
2015-12-12i40e: chomp the BIT(_ULL)Jesse Brandeburg1-15/+15
2015-12-12Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller10-235/+415
2015-12-12ixgbe: do not report 2.5 Gbps as supportedEmil Tantilov1-4/+0
2015-12-12ixgbe: Clean stale VLANs when changing port VLAN or resettingAlexander Duyck1-5/+72
2015-12-12ixgbe: Clear stale pool mappingsAlexander Duyck3-9/+18
2015-12-12ixgbe: Fix VLAN promisc in relation to SR-IOVAlexander Duyck3-73/+72
2015-12-12ixgbe: Add support for VLAN promiscuous with SR-IOVAlexander Duyck2-12/+129
2015-12-12ixgbe: Reorder search to work from the top down instead of bottom upAlexander Duyck1-23/+19
2015-12-12ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVFAlexander Duyck6-12/+38
2015-12-12ixgbe: Simplify configuration of setting VLVF and VLVFBAlexander Duyck1-54/+34
2015-12-12ixgbe: Reduce VT code indent in set_vfta by introducing jump labelAlexander Duyck1-72/+70
2015-12-12ixgbe: Simplify definitions for regidx and bit in set_vftaAlexander Duyck1-29/+19
2015-12-12ixgbe: Fix SR-IOV VLAN pool configurationAlexander Duyck1-2/+2