aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-25/+48
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-11ixgbe: Fix bit definitions and add support for testing for ipsec supportAlexander Duyck2-3/+17
2018-06-11ixgbe: Avoid loopback and fix boolean logic in ipsec_stop_dataAlexander Duyck1-2/+11
2018-06-11ixgbe: Move ipsec init function to before reset callAlexander Duyck2-9/+9
2018-06-11ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRMAlexander Duyck2-3/+3
2018-06-11ixgbe: Fix setting of TC configuration for macvlan caseAlexander Duyck2-8/+8
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-46/+1
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-26/+16
2018-06-05ixgbe: remove ndo_xdp_flush call ixgbe_xdp_flushJesper Dangaard Brouer1-21/+0
2018-06-04ixgbe: fix broken ipsec Rx with proper cast on spiShannon Nelson1-1/+1
2018-06-04ixgbe: check ipsec ip addr against mgmt filtersShannon Nelson1-0/+88
2018-06-04ixgbe: fix possible race in reset subtaskTony Nguyen1-2/+4
2018-06-04ixgbe: introduce a helper to simplify codeYueHaibing1-36/+21
2018-06-03ixgbe: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer1-6/+14
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer1-1/+4
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+4
2018-05-31ixgbe: fix parsing of TC actions for HW offloadOndřej Hlavatý1-5/+4
2018-05-25ixgbe: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-46/+1
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+15
2018-05-24xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer1-6/+15
2018-05-20Revert "ixgbe: release lock for the duration of ixgbe_suspend_close()"Jeff Kirsher1-8/+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 Rodrigues1-3/+3
2018-05-17ixgbe: cleanup sparse warningsCathy Zhou7-41/+55
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+4
2018-05-11ixgbe: fix memory leak on ipsec allocationColin Ian King1-1/+1
2018-05-11ixgbe: return error on unsupported SFP module when resettingEmil Tantilov1-0/+3
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher34-906/+51
2018-04-25ixgbe: Avoid performing unnecessary resets for macvlan offloadAlexander Duyck2-62/+135
2018-04-25ixgbe: Drop real_adapter from l2 fwd acceleration structureAlexander Duyck2-13/+16
2018-04-25ixgbe/fm10k: Only support macvlan offload for types that support destination filteringAlexander Duyck1-0/+7
2018-04-25ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicastAlexander Duyck1-4/+3
2018-04-25macvlan: Use software path for offloaded local, broadcast, and multicast trafficAlexander Duyck1-29/+10
2018-04-25macvlan: Rename fwd_priv to accel_priv and add accessor functionAlexander Duyck1-6/+4
2018-04-25ixgbe: Drop support for macvlan specific unicast listsAlexander Duyck1-31/+0
2018-04-17xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer1-11/+13
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2-9/+12
2018-04-17xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer1-1/+8
2018-04-17ixgbe: use xdp_return_frame APIJesper Dangaard Brouer2-2/+5
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-03-23ixgbe: tweak page counting for XDP_REDIRECTBjörn Töpel1-3/+4
2018-03-23ixgbe: enable TSO with IPsec offloadShannon Nelson2-11/+29
2018-03-23ixgbe: no need for esp trailer if GSOShannon Nelson1-16/+21
2018-03-23ixgbe: remove unneeded ipsec test in TX pathShannon Nelson1-4/+2
2018-03-23ixgbe: no need for ipsec csum feature checkShannon Nelson1-6/+0
2018-03-23ixgbe: fix read-modify-write in x550 phy setupPaul Greenwalt1-2/+2