summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe.h
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2019-06-051-2/+0Star
* ixgbe: remove umem from adapterJan Sokolowski2019-06-051-5/+6
* ixgbe: add tracking of AF_XDP zero-copy state for each queue pairJan Sokolowski2019-06-051-0/+1
* ixgbe: register a mdiobusSteve Douthit2018-12-201-0/+2
* ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher2018-10-311-4/+4
* drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet2018-10-261-1/+0Star
* ixgbe: add AF_XDP zero-copy Rx supportBjörn Töpel2018-10-031-7/+20
* ixgbe: added Rx/Tx ring disable/enable functionsBjörn Töpel2018-10-031-0/+1
* ixgbe: add VF IPsec offload request message handlingShannon Nelson2018-08-281-5/+14
* ixgbe: add VF IPsec offload enable flagShannon Nelson2018-08-281-0/+1
* ixgbe: Refactor queue disable logic to take completion time into accountAlexander Duyck2018-07-261-1/+2
* ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRMAlexander Duyck2018-06-111-2/+2
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-27/+1Star
* ixgbe: Drop real_adapter from l2 fwd acceleration structureAlexander Duyck2018-04-251-1/+0Star
* xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-171-3/+1Star
* ixgbe: use xdp_return_frame APIJesper Dangaard Brouer2018-04-171-0/+1
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* ixgbe: ipsec offload statsShannon Nelson2018-01-231-0/+2
* ixgbe: process the Tx ipsec offloadShannon Nelson2018-01-231-2/+8
* ixgbe: process the Rx ipsec offloadShannon Nelson2018-01-231-0/+6
* ixgbe: restore offloaded SAs after a resetShannon Nelson2018-01-231-0/+2
* ixgbe: add ipsec offload add and remove SAShannon Nelson2018-01-231-0/+2
* ixgbe: add ipsec data structuresShannon Nelson2018-01-231-0/+5
* ixgbe: add ipsec register access routinesShannon Nelson2018-01-231-0/+6
* ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck2018-01-121-0/+1
* ixgbe: Drop l2_accel_priv data pointer from ring structAlexander Duyck2018-01-091-1/+0Star
* ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devicesAlexander Duyck2018-01-091-3/+3
* ixgbe: extend firmware version supportPaul Greenwalt2018-01-091-2/+1Star
* ixgbe: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-061-0/+2
* ixgbe: Update adaptive ITR algorithmAlexander Duyck2017-10-091-0/+7
* ixgbe: add counter for times Rx pages gets allocated, not recycledJesper Dangaard Brouer2017-10-091-0/+2
* ixgbe: check for Tx timestamp timeouts during watchdogJacob Keller2017-06-141-0/+1
* ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller2017-06-141-0/+1
* ixgbe: Check for RSS key before setting valueTony Nguyen2017-04-301-1/+1
* ixgbe: Add 1000Base-T device based on X550EM_X MACPaul Greenwalt2017-04-301-0/+2
* ixgbe: add support for XDP_TX actionJohn Fastabend2017-04-301-1/+18
* ixgbe: add XDP support for pass and drop actionsJohn Fastabend2017-04-301-1/+3
* ixgbe: Add support for maximum headroom when using build_skbAlexander Duyck2017-04-181-5/+50
* ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache linesAlexander Duyck2017-03-031-1/+1
* ixgbe: update the rss key on h/w, when ethtool ask for itPaolo Abeni2017-03-031-0/+1
* ixgbe: Add support for padding packetAlexander Duyck2017-02-161-0/+17
* ixgbe: Make use of order 1 pages and 3K buffers independent of FCoEAlexander Duyck2017-02-161-11/+9Star
* ixgbe: Update code to better handle incrementing page countAlexander Duyck2017-02-161-1/+6
* ixgbe: Update driver to make use of DMA attributes in Rx pathAlexander Duyck2017-02-161-0/+3
* ixgbe: prefix Data Center Bridge ops structStephen Hemminger2017-02-161-1/+1
* ixgbe: get rid of custom busy polling codeEric Dumazet2017-02-031-125/+0Star
* ixgbe: Add PF support for VF promiscuous modeDon Skidmore2017-01-031-0/+1
* ixgbe: Implement support for firmware-controlled PHYsMark Rustad2017-01-031-0/+4
* ixgbe: Add X553 PHY FC autoneg supportDon Skidmore2016-11-051-0/+2
* ixgbe: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-131-2/+2