summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-161-11/+10
|\
| * ixgbe: Move ipsec init function to before reset callAlexander Duyck2018-06-111-2/+9
| * ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRMAlexander Duyck2018-06-111-1/+1
| * ixgbe: Fix setting of TC configuration for macvlan caseAlexander Duyck2018-06-111-8/+0
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
|/
* 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-051-26/+16
|\ \
| * | ixgbe: remove ndo_xdp_flush call ixgbe_xdp_flushJesper Dangaard Brouer2018-06-051-21/+0
| * | ixgbe: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer2018-06-031-6/+14
| * | xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer2018-06-031-1/+4
* | | ixgbe: fix possible race in reset subtaskTony Nguyen2018-06-041-2/+4
* | | 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-241-6/+15
|\ \
| * | xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer2018-05-241-6/+15
* | | Revert "ixgbe: release lock for the duration of ixgbe_suspend_close()"Jeff Kirsher2018-05-201-8/+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-171-3/+3
* | | ixgbe: cleanup sparse warningsCathy Zhou2018-05-171-12/+17
|/ /
* | net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-27/+2
* | ixgbe: Avoid performing unnecessary resets for macvlan offloadAlexander Duyck2018-04-251-60/+132
* | ixgbe: Drop real_adapter from l2 fwd acceleration structureAlexander Duyck2018-04-251-12/+16
* | ixgbe/fm10k: Only support macvlan offload for types that support destination ...Alexander Duyck2018-04-251-0/+7
* | ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicastAlexander Duyck2018-04-251-4/+3
* | macvlan: Use software path for offloaded local, broadcast, and multicast trafficAlexander Duyck2018-04-251-29/+10
* | macvlan: Rename fwd_priv to accel_priv and add accessor functionAlexander Duyck2018-04-251-6/+4
* | ixgbe: Drop support for macvlan specific unicast listsAlexander Duyck2018-04-251-31/+0
* | xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer2018-04-171-11/+13
* | xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-171-6/+11
* | xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer2018-04-171-1/+8
* | ixgbe: use xdp_return_frame APIJesper Dangaard Brouer2018-04-171-2/+4
|/
* ixgbe: tweak page counting for XDP_REDIRECTBjörn Töpel2018-03-231-3/+4
* ixgbe: enable TSO with IPsec offloadShannon Nelson2018-03-231-9/+22
* ixgbe: remove unneeded ipsec test in TX pathShannon Nelson2018-03-231-4/+2
* ixgbe: no need for ipsec csum feature checkShannon Nelson2018-03-231-6/+0
* ixgbe: add status reg reads to ixgbe_check_removePaul Greenwalt2018-03-231-11/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-0/+8
|\
| * ixgbe: fix crash in build_skb Rx code pathEmil Tantilov2018-02-261-0/+8
* | ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL modeJacob Keller2018-02-261-1/+2
|/
* ixgbe: don't set RXDCTL.RLPML for 82599Emil Tantilov2018-01-261-2/+6
* ixgbe: add support for reporting 5G link speedPaul Greenwalt2018-01-261-0/+3
* ixgbe: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-251-4/+1
* ixgbe: register ipsec offload with the xfrm subsystemShannon Nelson2018-01-231-0/+6
* ixgbe: ipsec offload statsShannon Nelson2018-01-231-1/+4
* ixgbe: process the Tx ipsec offloadShannon Nelson2018-01-231-4/+22
* ixgbe: process the Rx ipsec offloadShannon Nelson2018-01-231-0/+3
* ixgbe: restore offloaded SAs after a resetShannon Nelson2018-01-231-0/+1
* ixgbe: add ipsec offload add and remove SAShannon Nelson2018-01-231-0/+1
* ixgbe: add ipsec register access routinesShannon Nelson2018-01-231-0/+1
OpenPOWER on IntegriCloud