summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-3/+0
2020-07-01i40e: introduce new dump desc XDP commandCiara Loftus1-11/+48
2020-07-01i40e: add XDP ring statistics to dump VSI debug outputCiara Loftus1-0/+41
2020-07-01i40e: add XDP ring statistics to VSI statsCiara Loftus1-0/+19
2020-07-01i40e: move check of full Tx ring to outside of send loopMagnus Karlsson1-15/+5
2020-07-01i40e: eliminate division in napi_poll data pathMagnus Karlsson1-4/+10
2020-07-01i40e: optimize AF_XDP Tx completion pathMagnus Karlsson4-23/+27
2020-07-01i40e: Add support for a new feature Total Port ShutdownArkadiusz Kubalewski4-21/+133
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher6-12/+10
2020-06-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller17-5663/+222
2020-06-25i40e: Remove scheduling while atomic possibilityAleksandr Loktionov1-97/+137
2020-06-25i40e: Add support for 5Gbps cardsAleksandr Loktionov2-1/+6
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher3-19/+6
2020-06-25i40e: Add a check to see if MFS is setTodd Fujinaka1-0/+8
2020-06-25i40e: detect and log info about pre-recovery modePiotr Kwapulinski2-22/+52
2020-06-25i40e: make PF wait reset loop reliablePiotr Kwapulinski1-11/+9
2020-06-25i40e: remove unused definesJesse Brandeburg13-5308/+2
2020-06-25i40e: Move client header locationShiraz Saleem3-205/+2
2020-06-18i40e: fix crash when Rx descriptor count is changedBjörn Töpel1-0/+3
2020-06-18i40e: protect ring accesses with READ- and WRITE_ONCECiara Loftus1-10/+19
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-05-28i40e: Make i40e_shutdown_adminq() return voidJason Yan2-6/+2
2020-05-28i40e: trivial fixup of comments in i40e_xsk.cJesper Dangaard Brouer1-3/+1
2020-05-28i40e: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-12/+12
2020-05-21i40e, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel4-335/+47
2020-05-21i40e: Separate kernel allocated rx_bi rings from AF_XDP ringsBjörn Töpel7-127/+142
2020-05-21i40e: Refactor rx_bi accessesBjörn Töpel2-12/+23
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson2-2/+2
2020-05-14xdp: For Intel AF_XDP drivers add XDP frame_szJesper Dangaard Brouer1-0/+2
2020-05-14i40e: Add XDP frame size to driverJesper Dangaard Brouer1-5/+25
2020-04-21i40e: Remove unneeded conversion to boolJason Yan1-2/+2
2020-03-12net: i40e: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-02-24intel: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-11i40e: Fix the conditional for i40e_vc_validate_vqs_bitmapsBrett Creeley1-2/+2
2020-02-05i40e: Relax i40e_xsk_wakeup's return value when PF is busyMaciej Fijalkowski1-1/+1
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-01-24i40e: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+23
2020-01-17i40e: Removing hung_queue variable to use txqueue function parameterJulio Faracco1-30/+11
2020-01-09i40e: Set PHY Access flag on X722Adam Ludkiewicz1-0/+5
2020-01-09i40e: Fix virtchnl_queue_select bitmap validationBrett Creeley1-4/+18
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-6/+14
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-4/+12
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson1-2/+2
2019-12-19net/i40e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy3-4/+12
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya2-2/+2
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-9/+6
2019-11-08i40e: need_wakeup flag might not be set for TxMagnus Karlsson1-8/+2