summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* 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-121-1/+1
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
|/
* 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 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
* | | ixgbe: introduce a helper to simplify codeYueHaibing2018-06-041-36/+21
* | | 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: 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-171-3/+3
* | | | ixgbe: cleanup sparse warningsCathy Zhou2018-05-177-41/+55
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-112-1/+4
|\ \ \ | |/ /
| * | ixgbe: fix memory leak on ipsec allocationColin Ian King2018-05-111-1/+1
| * | ixgbe: return error on unsupported SFP module when resettingEmil Tantilov2018-05-111-0/+3
| |/
* | net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-2734-906/+51
* | ixgbe: Avoid performing unnecessary resets for macvlan offloadAlexander Duyck2018-04-252-62/+135
* | ixgbe: Drop real_adapter from l2 fwd acceleration structureAlexander Duyck2018-04-252-13/+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-172-9/+12
* | xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer2018-04-171-1/+8
* | ixgbe: use xdp_return_frame APIJesper Dangaard Brouer2018-04-172-2/+5
|/
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* ixgbe: tweak page counting for XDP_REDIRECTBjörn Töpel2018-03-231-3/+4
* ixgbe: enable TSO with IPsec offloadShannon Nelson2018-03-232-11/+29
* ixgbe: no need for esp trailer if GSOShannon Nelson2018-03-231-16/+21
* 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: fix read-modify-write in x550 phy setupPaul Greenwalt2018-03-231-2/+2
OpenPOWER on IntegriCloud