summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-211-4/+3
|\
| * bpf, xdp, i40e: fix i40e_build_skb skb reserve and truesizeDaniel Borkmann2018-06-201-4/+3
* | Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds2018-06-171-4/+4
|\ \ | |/ |/|
| * docs: Fix more broken referencesMauro Carvalho Chehab2018-06-151-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-165-25/+48
|\ \ | |/ |/|
| * ixgbe: Fix bit definitions and add support for testing for ipsec supportAlexander Duyck2018-06-112-3/+17
| * ixgbe: Avoid loopback and fix boolean logic in ipsec_stop_dataAlexander Duyck2018-06-111-2/+11
| * ixgbe: Move ipsec init function to before reset callAlexander Duyck2018-06-112-9/+9
| * ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRMAlexander Duyck2018-06-112-3/+3
| * ixgbe: Fix setting of TC configuration for macvlan caseAlexander Duyck2018-06-112-8/+8
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-124-9/+11
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-123-6/+7
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-126-13/+15
|/
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-46/+1
|\
| * ixgbe: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas2018-05-251-46/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-054-50/+30
|\ \
| * | ixgbe: remove ndo_xdp_flush call ixgbe_xdp_flushJesper Dangaard Brouer2018-06-051-21/+0
| * | i40e: remove ndo_xdp_flush call i40e_xdp_flushJesper Dangaard Brouer2018-06-053-21/+0
| * | ixgbe: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer2018-06-031-6/+14
| * | i40e: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer2018-06-031-2/+8
| * | xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer2018-06-033-3/+11
* | | ixgbe: fix broken ipsec Rx with proper cast on spiShannon Nelson2018-06-041-1/+1
* | | ixgbe: check ipsec ip addr against mgmt filtersShannon Nelson2018-06-041-0/+88
* | | ixgbe: fix possible race in reset subtaskTony Nguyen2018-06-041-2/+4
* | | bpf, i40e: add meta data supportDaniel Borkmann2018-06-041-8/+31
* | | ixgbe: introduce a helper to simplify codeYueHaibing2018-06-041-36/+21
* | | ixgbevf: fix possible race in the reset subtaskEmil Tantilov2018-06-041-2/+4
* | | ixgbevf: Fix coexistence of malicious driver detection with XDPAlexander Duyck2018-06-042-7/+30
* | | igb: Wait 10ms just once after TX queues resetSergey Nemov2018-06-041-5/+8
* | | igb: Clear TSICR interrupts together with ICRJoanna Yurdal2018-06-041-0/+2
* | | e1000e: Ignore TSYNCRXCTL when getting I219 clock attributesBenjamin Poirier2018-06-041-9/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-5/+4
|\ \ \ | |/ / |/| |
| * | ixgbe: fix parsing of TC actions for HW offloadOndřej Hlavatý2018-05-311-5/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-243-14/+35
|\ \ \
| * | | xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer2018-05-243-14/+35
* | | | i40e: use the more traditional 'i' loop variableJacob Keller2018-05-221-28/+28
* | | | i40e: add function doc headers for ethtool stats functionsJacob Keller2018-05-221-0/+38
* | | | i40e: update data pointer directly when copying to the bufferJacob Keller2018-05-221-59/+58
* | | | i40e: fold prefix strings directly into stat namesJacob Keller2018-05-221-68/+69
* | | | i40e: use WARN_ONCE to replace the commented BUG_ON size checkJacob Keller2018-05-221-2/+4
* | | | i40e: split i40e_get_strings() into smaller functionsJacob Keller2018-05-221-83/+100
* | | | i40e: always return all queue stat stringsJacob Keller2018-05-221-5/+17
* | | | i40e: always return VEB stat stringsJacob Keller2018-05-221-29/+23
* | | | i40e: free skb after clearing lock in ptp_stopJacob Keller2018-05-221-1/+3
* | | | Revert "ixgbe: release lock for the duration of ixgbe_suspend_close()"Jeff Kirsher2018-05-201-8/+1
* | | | ice: Update NVM AQ command functionsAnirudh Venkataramanan2018-05-172-9/+11
* | | | ixgbevf: fix MAC address changes through ixgbevf_set_mac()Emil Tantilov2018-05-171-0/+1
* | | | ixgbe: force VF to grab new MAC on driver reloadEmil Tantilov2018-05-171-4/+1
* | | | ixgbe: release lock for the duration of ixgbe_suspend_close()Pavel Tatashin2018-05-171-1/+8
* | | | ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the deviceMauro S M Rodrigues2018-05-172-6/+6
OpenPOWER on IntegriCloud