summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-15docs: Fix more broken referencesMauro Carvalho Chehab
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-11ixgbe: Fix bit definitions and add support for testing for ipsec supportAlexander Duyck
2018-06-11ixgbe: Avoid loopback and fix boolean logic in ipsec_stop_dataAlexander Duyck
2018-06-11ixgbe: Move ipsec init function to before reset callAlexander Duyck
2018-06-11ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRMAlexander Duyck
2018-06-11ixgbe: Fix setting of TC configuration for macvlan caseAlexander Duyck
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-06-05ixgbe: remove ndo_xdp_flush call ixgbe_xdp_flushJesper Dangaard Brouer
2018-06-05i40e: remove ndo_xdp_flush call i40e_xdp_flushJesper Dangaard Brouer
2018-06-04ixgbe: fix broken ipsec Rx with proper cast on spiShannon Nelson
2018-06-04ixgbe: check ipsec ip addr against mgmt filtersShannon Nelson
2018-06-04ixgbe: fix possible race in reset subtaskTony Nguyen
2018-06-04bpf, i40e: add meta data supportDaniel Borkmann
2018-06-04ixgbe: introduce a helper to simplify codeYueHaibing
2018-06-04ixgbevf: fix possible race in the reset subtaskEmil Tantilov
2018-06-04ixgbevf: Fix coexistence of malicious driver detection with XDPAlexander Duyck
2018-06-04igb: Wait 10ms just once after TX queues resetSergey Nemov
2018-06-04igb: Clear TSICR interrupts together with ICRJoanna Yurdal
2018-06-04e1000e: Ignore TSYNCRXCTL when getting I219 clock attributesBenjamin Poirier
2018-06-03ixgbe: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer
2018-06-03i40e: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-31ixgbe: fix parsing of TC actions for HW offloadOndřej Hlavatý
2018-05-25ixgbe: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-24xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer
2018-05-22i40e: use the more traditional 'i' loop variableJacob Keller
2018-05-22i40e: add function doc headers for ethtool stats functionsJacob Keller
2018-05-22i40e: update data pointer directly when copying to the bufferJacob Keller
2018-05-22i40e: fold prefix strings directly into stat namesJacob Keller
2018-05-22i40e: use WARN_ONCE to replace the commented BUG_ON size checkJacob Keller
2018-05-22i40e: split i40e_get_strings() into smaller functionsJacob Keller
2018-05-22i40e: always return all queue stat stringsJacob Keller
2018-05-22i40e: always return VEB stat stringsJacob Keller
2018-05-22i40e: free skb after clearing lock in ptp_stopJacob Keller
2018-05-20Revert "ixgbe: release lock for the duration of ixgbe_suspend_close()"Jeff Kirsher
2018-05-17ice: Update NVM AQ command functionsAnirudh Venkataramanan
2018-05-17ixgbevf: fix MAC address changes through ixgbevf_set_mac()Emil Tantilov
2018-05-17ixgbe: force VF to grab new MAC on driver reloadEmil Tantilov
2018-05-17ixgbe: release lock for the duration of ixgbe_suspend_close()Pavel Tatashin
2018-05-17ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the deviceMauro S M Rodrigues
2018-05-17ixgbe: cleanup sparse warningsCathy Zhou
2018-05-14i40evf: Fix a hardware reset support in VF driverPaweł Jabłoński