summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2015-12-22fm10k: IS_ENABLED() is not appropriate for boolean kconfig optionBruce Allan
2015-12-22fm10k: cleanup mailbox code comments etcBruce Allan
2015-12-22fm10k: use true/false for boolean get_host_stateBruce Allan
2015-12-22fm10k: remove unused struct elementBruce Allan
2015-12-22fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structuresBruce Allan
2015-12-22fm10k: address operator not needed when declaring function pointersBruce Allan
2015-12-22fm10k: use ether_addr_equal instead of memcmpJacob Keller
2015-12-22fm10k: Cleanup exception handling for changing queuesAlexander Duyck
2015-12-22fm10k: correctly pack TLV structures and explain reasoningJacob Keller
2015-12-22fm10k: don't initialize fm10k_workqueue at global levelBruce Allan
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-16i40e: Call geneve_get_rx_port to get the existing Geneve portsSinghai, Anjali
2015-12-16i40e: Kernel dependency update for i40e to support geneve offloadSinghai, Anjali
2015-12-16i40e: geneve tunnel offload supportSinghai, Anjali
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert
2015-12-14e1000e: Fix msi-x interrupt automaskBenjamin Poirier
2015-12-14e1000e: Do not write lsc to ics in msi-x modeBenjamin Poirier
2015-12-14e1000e: Do not read ICR in Other interruptBenjamin Poirier
2015-12-14e1000e: Remove unreachable codeBenjamin Poirier
2015-12-14igb: Explicitly label self-test result indicesJoe Schultz
2015-12-14igb: Improve cable length function for I210, etc.Joe Schultz
2015-12-14igb: Don't add PHY address to PCDL addressAaron Sierra
2015-12-14igb: Remove GS40G specific defines/functionsAaron Sierra
2015-12-14e1000e: Switch e1000e_up to void, drop code checking for error resultAlexander Duyck
2015-12-13fm10k: initialize xps at driver loadJacob Keller
2015-12-13fm10k: cleanup overly long linesBruce Allan
2015-12-13fm10k: cleanup namespace pollutionBruce Allan
2015-12-13fm10k: use BIT() macro instead of open-coded bit-shiftingBruce Allan
2015-12-13fm10k: whitespace cleanupsBruce Allan
2015-12-13fm10k: do not inline fm10k_iov_select_vid()Bruce Allan
2015-12-13fm10k: Cleanup exception handling for mailbox interruptAlexander Duyck
2015-12-13fm10k: Cleanup MSI-X interrupts in case of failureAlexander Duyck
2015-12-13fm10k: conditionally compile DCB and DebugFS supportJacob Keller
2015-12-13fm10k: bump driver versionJacob Keller
2015-12-13fm10k: consistently refer to VLANs and VLAN IDsJacob Keller
2015-12-13fm10k: remove namespace pollution of fm10k_iov_msg_data_pfJacob Keller
2015-12-13fm10k: remove unnecessary else block from if statements with returnJacob Keller
2015-12-13fm10k: do not use CamelCaseJacob Keller
2015-12-13fm10k: use ether_addr_copy to copy MAC addressJacob Keller
2015-12-13Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller
2015-12-12e1000e: initial support for i219-LM (3)Raanan Avargil
2015-12-12igb: improve handling of disconnected adaptersJarod Wilson
2015-12-12igb: fix NULL derefs due to skipped SR-IOV enablingJan Beulich
2015-12-12e1000e: Increase timeout of polling bit RSPCIPHYRaanan Avargil
2015-12-12e1000e: fix division by zero on jumbo MTUsDmitry Fleytman
2015-12-12e1000: Elementary checkpatch warnings and checks removedJanusz Wolak
2015-12-12e1000: get rid of duplicate exit pathJean Sacren
2015-12-12e1000: fix kernel-doc argument being missingJean Sacren
2015-12-12e1000e: clean up the local variableJean Sacren