aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-14/+35
2018-05-24xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer3-14/+35
2018-05-22i40e: use the more traditional 'i' loop variableJacob Keller1-28/+28
2018-05-22i40e: add function doc headers for ethtool stats functionsJacob Keller1-0/+38
2018-05-22i40e: update data pointer directly when copying to the bufferJacob Keller1-59/+58
2018-05-22i40e: fold prefix strings directly into stat namesJacob Keller1-68/+69
2018-05-22i40e: use WARN_ONCE to replace the commented BUG_ON size checkJacob Keller1-2/+4
2018-05-22i40e: split i40e_get_strings() into smaller functionsJacob Keller1-83/+100
2018-05-22i40e: always return all queue stat stringsJacob Keller1-5/+17
2018-05-22i40e: always return VEB stat stringsJacob Keller1-29/+23
2018-05-22i40e: free skb after clearing lock in ptp_stopJacob Keller1-1/+3
2018-05-20Revert "ixgbe: release lock for the duration of ixgbe_suspend_close()"Jeff Kirsher1-8/+1
2018-05-17ice: Update NVM AQ command functionsAnirudh Venkataramanan2-9/+11
2018-05-17ixgbevf: fix MAC address changes through ixgbevf_set_mac()Emil Tantilov1-0/+1
2018-05-17ixgbe: force VF to grab new MAC on driver reloadEmil Tantilov1-4/+1
2018-05-17ixgbe: release lock for the duration of ixgbe_suspend_close()Pavel Tatashin1-1/+8
2018-05-17ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the deviceMauro S M Rodrigues2-6/+6
2018-05-17ixgbe: cleanup sparse warningsCathy Zhou7-41/+55
2018-05-14i40evf: Fix a hardware reset support in VF driverPaweł Jabłoński2-3/+21
2018-05-14i40e: free the skb after clearing the bitlockJacob Keller1-1/+6
2018-05-14i40e: cleanup wording in a header commentJacob Keller1-1/+1
2018-05-14i40evf: remove MAX_QUEUES and just use I40EVF_MAX_REQ_QUEUESJacob Keller2-3/+3
2018-05-14i40e: add tx_busy to ethtool statsHarshitha Ramamurthy1-0/+1
2018-05-14i40e: Fix recalculation of MSI-X vectors for VMDqPatryk Małek1-4/+11
2018-05-14i40e: cleanup whitespace for some ethtool stat definitionsJacob Keller1-6/+6
2018-05-14i40e: remove duplicate pfc statsJacob Keller1-4/+0
2018-05-14i40e: calculate ethtool stats size in a separate functionJacob Keller1-10/+18
2018-05-14i40evf: Fix client header defineJeff Kirsher1-3/+3
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-3/+6
2018-05-11ixgbe: fix memory leak on ipsec allocationColin Ian King1-1/+1
2018-05-11ixgbevf: fix ixgbevf_xmit_frame()'s return typeLuc Van Oostenryck1-1/+1
2018-05-11ixgbe: return error on unsupported SFP module when resettingEmil Tantilov1-0/+3
2018-05-11ice: Set rq_last_status when cleaning rqJeff Shaw1-1/+1
2018-05-09fm10k: don't protect fm10k_queue_mac_request by fm10k_host_mbx_readyJacob Keller1-8/+8
2018-05-09fm10k: warn if the stat size is unknownJacob Keller1-0/+2
2018-05-09fm10k: use macro to avoid passing the array and size separatelyJacob Keller1-27/+21
2018-05-09fm10k: use variadic arguments to fm10k_add_stat_stringsJacob Keller1-26/+27
2018-05-09fm10k: reduce duplicate fm10k_stat macro codeJacob Keller1-14/+15
2018-05-09fm10k: setup VLANs for l2 accelerated macvlan interfacesJacob Keller1-2/+48
2018-04-30i40e: use %pI4b instead of byte swapping before dev_errJacob Keller1-4/+2
2018-04-30i40e/i40evf: take into account queue map from vf when handling queuesHarshitha Ramamurthy3-13/+99
2018-04-30i40e: avoid overflow in i40e_ptp_adjfreq()Jacob Keller2-15/+28
2018-04-30i40e: Fix multiple issues with UDP tunnel offload filter configurationAlexander Duyck2-12/+56
2018-04-30i40evf: Fix turning TSO, GSO and GRO on afterPaweł Jabłoński1-0/+18
2018-04-30i40e: Add advertising 10G LR modeJakub Pawlak1-1/+3
2018-04-30i40e: fix reading LLDP configurationMariusz Stachura3-10/+99
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller17-73/+95
2018-04-30i40evf: Replace GFP_ATOMIC with GFP_KERNEL in i40evf_add_vlanJia-Ju Bai1-1/+1
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher195-4624/+222
2018-04-25Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller4-15/+439