summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-9/+11
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-6/+7
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-13/+15
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-46/+1
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-50/+30
2018-06-05ixgbe: remove ndo_xdp_flush call ixgbe_xdp_flushJesper Dangaard Brouer-21/+0
2018-06-05i40e: remove ndo_xdp_flush call i40e_xdp_flushJesper Dangaard Brouer-21/+0
2018-06-04ixgbe: fix broken ipsec Rx with proper cast on spiShannon Nelson-1/+1
2018-06-04ixgbe: check ipsec ip addr against mgmt filtersShannon Nelson-0/+88
2018-06-04ixgbe: fix possible race in reset subtaskTony Nguyen-2/+4
2018-06-04bpf, i40e: add meta data supportDaniel Borkmann-8/+31
2018-06-04ixgbe: introduce a helper to simplify codeYueHaibing-36/+21
2018-06-04ixgbevf: fix possible race in the reset subtaskEmil Tantilov-2/+4
2018-06-04ixgbevf: Fix coexistence of malicious driver detection with XDPAlexander Duyck-7/+30
2018-06-04igb: Wait 10ms just once after TX queues resetSergey Nemov-5/+8
2018-06-04igb: Clear TSICR interrupts together with ICRJoanna Yurdal-0/+2
2018-06-04e1000e: Ignore TSYNCRXCTL when getting I219 clock attributesBenjamin Poirier-9/+6
2018-06-03ixgbe: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer-6/+14
2018-06-03i40e: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer-2/+8
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer-3/+11
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+4
2018-05-31ixgbe: fix parsing of TC actions for HW offloadOndřej Hlavatý-5/+4
2018-05-25ixgbe: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas-46/+1
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-14/+35
2018-05-24xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer-14/+35
2018-05-22i40e: use the more traditional 'i' loop variableJacob Keller-28/+28
2018-05-22i40e: add function doc headers for ethtool stats functionsJacob Keller-0/+38
2018-05-22i40e: update data pointer directly when copying to the bufferJacob Keller-59/+58
2018-05-22i40e: fold prefix strings directly into stat namesJacob Keller-68/+69
2018-05-22i40e: use WARN_ONCE to replace the commented BUG_ON size checkJacob Keller-2/+4
2018-05-22i40e: split i40e_get_strings() into smaller functionsJacob Keller-83/+100
2018-05-22i40e: always return all queue stat stringsJacob Keller-5/+17
2018-05-22i40e: always return VEB stat stringsJacob Keller-29/+23
2018-05-22i40e: free skb after clearing lock in ptp_stopJacob Keller-1/+3
2018-05-20Revert "ixgbe: release lock for the duration of ixgbe_suspend_close()"Jeff Kirsher-8/+1
2018-05-17ice: Update NVM AQ command functionsAnirudh Venkataramanan-9/+11
2018-05-17ixgbevf: fix MAC address changes through ixgbevf_set_mac()Emil Tantilov-0/+1
2018-05-17ixgbe: force VF to grab new MAC on driver reloadEmil Tantilov-4/+1
2018-05-17ixgbe: release lock for the duration of ixgbe_suspend_close()Pavel Tatashin-1/+8
2018-05-17ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the deviceMauro S M Rodrigues-6/+6
2018-05-17ixgbe: cleanup sparse warningsCathy Zhou-41/+55
2018-05-14i40evf: Fix a hardware reset support in VF driverPaweł Jabłoński-3/+21
2018-05-14i40e: free the skb after clearing the bitlockJacob Keller-1/+6
2018-05-14i40e: cleanup wording in a header commentJacob Keller-1/+1
2018-05-14i40evf: remove MAX_QUEUES and just use I40EVF_MAX_REQ_QUEUESJacob Keller-3/+3
2018-05-14i40e: add tx_busy to ethtool statsHarshitha Ramamurthy-0/+1
2018-05-14i40e: Fix recalculation of MSI-X vectors for VMDqPatryk Małek-4/+11
2018-05-14i40e: cleanup whitespace for some ethtool stat definitionsJacob Keller-6/+6
2018-05-14i40e: remove duplicate pfc statsJacob Keller-4/+0
2018-05-14i40e: calculate ethtool stats size in a separate functionJacob Keller-10/+18