aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-07-18ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski1-0/+1
2022-06-09drivers, ixgbe: export vf statisticsMaximilian Heyne1-0/+34
2022-03-08ixgbe: add improvement for MDD response functionalitySlawomir Mrozowicz1-0/+4
2022-03-08ixgbe: add the ability for the PF to disable VF link stateSlawomir Mrozowicz1-0/+2
2021-09-30ixgbe: let the xdpdrv work with more than 64 cpusJason Xing1-2/+21
2021-02-12ixgbe: store the result of ixgbe_rx_offset() onto ixgbe_ringMaciej Fijalkowski1-0/+1
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-1/+1
2020-07-10ixgbe: convert to new udp_tunnel_nic infraJakub Kicinski1-3/+0
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher1-1/+0
2020-05-21ixgbe, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel1-5/+4
2020-02-24intel: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-06-05ixgbe: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan1-2/+0
2019-06-05ixgbe: remove umem from adapterJan Sokolowski1-5/+6
2019-06-05ixgbe: add tracking of AF_XDP zero-copy state for each queue pairJan Sokolowski1-0/+1
2018-12-20ixgbe: register a mdiobusSteve Douthit1-0/+2
2018-10-31ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher1-4/+4
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet1-1/+0
2018-10-03ixgbe: add AF_XDP zero-copy Rx supportBjörn Töpel1-7/+20
2018-10-03ixgbe: added Rx/Tx ring disable/enable functionsBjörn Töpel1-0/+1
2018-08-28ixgbe: add VF IPsec offload request message handlingShannon Nelson1-5/+14
2018-08-28ixgbe: add VF IPsec offload enable flagShannon Nelson1-0/+1
2018-07-26ixgbe: Refactor queue disable logic to take completion time into accountAlexander Duyck1-1/+2
2018-06-11ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRMAlexander Duyck1-2/+2
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-27/+1
2018-04-25ixgbe: Drop real_adapter from l2 fwd acceleration structureAlexander Duyck1-1/+0
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer1-3/+1
2018-04-17ixgbe: use xdp_return_frame APIJesper Dangaard Brouer1-0/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-01-23ixgbe: ipsec offload statsShannon Nelson1-0/+2
2018-01-23ixgbe: process the Tx ipsec offloadShannon Nelson1-2/+8
2018-01-23ixgbe: process the Rx ipsec offloadShannon Nelson1-0/+6
2018-01-23ixgbe: restore offloaded SAs after a resetShannon Nelson1-0/+2
2018-01-23ixgbe: add ipsec offload add and remove SAShannon Nelson1-0/+2
2018-01-23ixgbe: add ipsec data structuresShannon Nelson1-0/+5
2018-01-23ixgbe: add ipsec register access routinesShannon Nelson1-0/+6
2018-01-12ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck1-0/+1
2018-01-09ixgbe: Drop l2_accel_priv data pointer from ring structAlexander Duyck1-1/+0
2018-01-09ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devicesAlexander Duyck1-3/+3
2018-01-09ixgbe: extend firmware version supportPaul Greenwalt1-2/+1
2018-01-05ixgbe: setup xdp_rxq_infoJesper Dangaard Brouer1-0/+2
2017-10-09ixgbe: Update adaptive ITR algorithmAlexander Duyck1-0/+7
2017-10-09ixgbe: add counter for times Rx pages gets allocated, not recycledJesper Dangaard Brouer1-0/+2
2017-06-13ixgbe: check for Tx timestamp timeouts during watchdogJacob Keller1-0/+1
2017-06-13ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller1-0/+1
2017-04-29ixgbe: Check for RSS key before setting valueTony Nguyen1-1/+1
2017-04-29ixgbe: Add 1000Base-T device based on X550EM_X MACPaul Greenwalt1-0/+2
2017-04-29ixgbe: add support for XDP_TX actionJohn Fastabend1-1/+18
2017-04-29ixgbe: add XDP support for pass and drop actionsJohn Fastabend1-1/+3
2017-04-18ixgbe: Add support for maximum headroom when using build_skbAlexander Duyck1-5/+50