summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe.h
AgeCommit message (Expand)Author
2019-06-05ixgbe: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan
2019-06-05ixgbe: remove umem from adapterJan Sokolowski
2019-06-05ixgbe: add tracking of AF_XDP zero-copy state for each queue pairJan Sokolowski
2018-12-20ixgbe: register a mdiobusSteve Douthit
2018-10-31ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet
2018-10-03ixgbe: add AF_XDP zero-copy Rx supportBjörn Töpel
2018-10-03ixgbe: added Rx/Tx ring disable/enable functionsBjörn Töpel
2018-08-28ixgbe: add VF IPsec offload request message handlingShannon Nelson
2018-08-28ixgbe: add VF IPsec offload enable flagShannon Nelson
2018-07-26ixgbe: Refactor queue disable logic to take completion time into accountAlexander Duyck
2018-06-11ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRMAlexander Duyck
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-04-25ixgbe: Drop real_adapter from l2 fwd acceleration structureAlexander Duyck
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer
2018-04-17ixgbe: use xdp_return_frame APIJesper Dangaard Brouer
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-01-23ixgbe: ipsec offload statsShannon Nelson
2018-01-23ixgbe: process the Tx ipsec offloadShannon Nelson
2018-01-23ixgbe: process the Rx ipsec offloadShannon Nelson
2018-01-23ixgbe: restore offloaded SAs after a resetShannon Nelson
2018-01-23ixgbe: add ipsec offload add and remove SAShannon Nelson
2018-01-23ixgbe: add ipsec data structuresShannon Nelson
2018-01-23ixgbe: add ipsec register access routinesShannon Nelson
2018-01-12ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck
2018-01-09ixgbe: Drop l2_accel_priv data pointer from ring structAlexander Duyck
2018-01-09ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devicesAlexander Duyck
2018-01-09ixgbe: extend firmware version supportPaul Greenwalt
2018-01-05ixgbe: setup xdp_rxq_infoJesper Dangaard Brouer
2017-10-09ixgbe: Update adaptive ITR algorithmAlexander Duyck
2017-10-09ixgbe: add counter for times Rx pages gets allocated, not recycledJesper Dangaard Brouer
2017-06-13ixgbe: check for Tx timestamp timeouts during watchdogJacob Keller
2017-06-13ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller
2017-04-29ixgbe: Check for RSS key before setting valueTony Nguyen
2017-04-29ixgbe: Add 1000Base-T device based on X550EM_X MACPaul Greenwalt
2017-04-29ixgbe: add support for XDP_TX actionJohn Fastabend
2017-04-29ixgbe: add XDP support for pass and drop actionsJohn Fastabend
2017-04-18ixgbe: Add support for maximum headroom when using build_skbAlexander Duyck
2017-03-02ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache linesAlexander Duyck
2017-03-02ixgbe: update the rss key on h/w, when ethtool ask for itPaolo Abeni
2017-02-16ixgbe: Add support for padding packetAlexander Duyck
2017-02-16ixgbe: Make use of order 1 pages and 3K buffers independent of FCoEAlexander Duyck
2017-02-16ixgbe: Update code to better handle incrementing page countAlexander Duyck
2017-02-16ixgbe: Update driver to make use of DMA attributes in Rx pathAlexander Duyck
2017-02-16ixgbe: prefix Data Center Bridge ops structStephen Hemminger
2017-02-03ixgbe: get rid of custom busy polling codeEric Dumazet
2017-01-03ixgbe: Add PF support for VF promiscuous modeDon Skidmore
2017-01-03ixgbe: Implement support for firmware-controlled PHYsMark Rustad
2016-11-04ixgbe: Add X553 PHY FC autoneg supportDon Skidmore
2016-09-12ixgbe: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas