aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-29ixgbe: Fix bugs in ixgbe_clear_vf_vlans()Alexander Duyck1-4/+4
2015-12-29ixgbe: Correct X550EM_x revision checkMark Rustad2-7/+4
2015-12-29ixgbe: fix RSS limit for X550Emil Tantilov1-1/+1
2015-12-29ixgbe: Clean up redundancy in hw_enc_featuresMark Rustad1-5/+2
2015-12-29ixgbe: report correct media type for KR, KX and KX4 interfacesVeola Nazareth1-13/+42
2015-12-29ixgbe: add support for QSFP PHY types in ixgbe_get_settings()Emil Tantilov1-0/+4
2015-12-29ixgbevf: minor cleanups for ixgbevf_set_itr()Emil Tantilov1-2/+3
2015-12-29ixgbevf: Fix handling of NAPI budget when multiple queues are enabled per vectorWilliam Dauchy1-0/+2
2015-12-22fm10k: IS_ENABLED() is not appropriate for boolean kconfig optionBruce Allan1-3/+3
2015-12-22fm10k: cleanup mailbox code comments etcBruce Allan3-24/+34
2015-12-22fm10k: use true/false for boolean get_host_stateBruce Allan1-3/+3
2015-12-22fm10k: remove unused struct elementBruce Allan1-1/+0
2015-12-22fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structuresBruce Allan5-11/+11
2015-12-22fm10k: address operator not needed when declaring function pointersBruce Allan2-48/+48
2015-12-22fm10k: use ether_addr_equal instead of memcmpJacob Keller4-4/+4
2015-12-22fm10k: Cleanup exception handling for changing queuesAlexander Duyck2-16/+59
2015-12-22fm10k: correctly pack TLV structures and explain reasoningJacob Keller1-4/+9
2015-12-22fm10k: don't initialize fm10k_workqueue at global levelBruce Allan1-4/+2
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-13/+23
2015-12-16i40e: Call geneve_get_rx_port to get the existing Geneve portsSinghai, Anjali1-0/+3
2015-12-16i40e: Kernel dependency update for i40e to support geneve offloadSinghai, Anjali1-0/+10
2015-12-16i40e: geneve tunnel offload supportSinghai, Anjali4-43/+150
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert3-3/+3
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert4-6/+6
2015-12-14e1000e: Fix msi-x interrupt automaskBenjamin Poirier1-6/+5
2015-12-14e1000e: Do not write lsc to ics in msi-x modeBenjamin Poirier2-12/+19
2015-12-14e1000e: Do not read ICR in Other interruptBenjamin Poirier1-15/+7
2015-12-14e1000e: Remove unreachable codeBenjamin Poirier1-6/+0
2015-12-14igb: Explicitly label self-test result indicesJoe Schultz1-14/+24
2015-12-14igb: Improve cable length function for I210, etc.Joe Schultz3-9/+51
2015-12-14igb: Don't add PHY address to PCDL addressAaron Sierra1-2/+1
2015-12-14igb: Remove GS40G specific defines/functionsAaron Sierra5-106/+11
2015-12-14e1000e: Switch e1000e_up to void, drop code checking for error resultAlexander Duyck2-12/+5
2015-12-13fm10k: initialize xps at driver loadJacob Keller2-2/+19
2015-12-13fm10k: cleanup overly long linesBruce Allan6-23/+33
2015-12-13fm10k: cleanup namespace pollutionBruce Allan4-20/+13
2015-12-13fm10k: use BIT() macro instead of open-coded bit-shiftingBruce Allan2-2/+2
2015-12-13fm10k: whitespace cleanupsBruce Allan7-9/+11
2015-12-13fm10k: do not inline fm10k_iov_select_vid()Bruce Allan1-1/+1
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