aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)Author
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-20Revert "ixgbe: release lock for the duration of ixgbe_suspend_close()"Jeff Kirsher
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-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-11ixgbe: fix memory leak on ipsec allocationColin Ian King
2018-05-11ixgbe: return error on unsupported SFP module when resettingEmil Tantilov
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-04-25ixgbe: Avoid performing unnecessary resets for macvlan offloadAlexander Duyck
2018-04-25ixgbe: Drop real_adapter from l2 fwd acceleration structureAlexander Duyck
2018-04-25ixgbe/fm10k: Only support macvlan offload for types that support destination ...Alexander Duyck
2018-04-25ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicastAlexander Duyck
2018-04-25macvlan: Use software path for offloaded local, broadcast, and multicast trafficAlexander Duyck
2018-04-25macvlan: Rename fwd_priv to accel_priv and add accessor functionAlexander Duyck
2018-04-25ixgbe: Drop support for macvlan specific unicast listsAlexander Duyck
2018-04-17xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer
2018-04-17xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer
2018-04-17ixgbe: use xdp_return_frame APIJesper Dangaard Brouer
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-03-23ixgbe: tweak page counting for XDP_REDIRECTBjörn Töpel
2018-03-23ixgbe: enable TSO with IPsec offloadShannon Nelson
2018-03-23ixgbe: no need for esp trailer if GSOShannon Nelson
2018-03-23ixgbe: remove unneeded ipsec test in TX pathShannon Nelson
2018-03-23ixgbe: no need for ipsec csum feature checkShannon Nelson
2018-03-23ixgbe: fix read-modify-write in x550 phy setupPaul Greenwalt
2018-03-23ixgbe: add status reg reads to ixgbe_check_removePaul Greenwalt
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-03-12ixgbe: fix disabling hide VLAN on VF resetPaul Greenwalt
2018-03-12ixgbe: Add receive length error counterTonghao Zhang
2018-03-12ixgbe: remove unneeded ipsec state free callbackShannon Nelson
2018-03-12ixgbe: fix ipsec trailer lengthShannon Nelson
2018-03-12ixgbe: check for 128-bit authenticationShannon Nelson
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-26ixgbe: fix crash in build_skb Rx code pathEmil Tantilov
2018-02-26ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL modeJacob Keller
2018-02-26ixgbe: Avoid to write the RETA table when unnecessaryTonghao Zhang
2018-02-26ixgbe: remove redundant initialization of 'pool'Colin Ian King
2018-01-26ixgbe: don't set RXDCTL.RLPML for 82599Emil Tantilov
2018-01-26ixgbe: Fix && vs || typoDan Carpenter
2018-01-26ixgbe: add support for reporting 5G link speedPaul Greenwalt
2018-01-26ixgbe: Don't report unsupported timestamping filters for X550Miroslav Lichvar
2018-01-26ixgbe: use ARRAY_SIZE for array sizing calculation on array bufColin Ian King