aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg10-26/+27
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+16
2020-09-14i40e, xsk: move buffer allocation out of the Rx processing loopBjörn Töpel1-8/+4
2020-09-14i40e: use 16B HW descriptors instead of 32BBjörn Töpel7-17/+18
2020-09-14i40e, xsk: remove HW descriptor prefetch in AF_XDP pathBjörn Töpel3-13/+25
2020-09-14i40e: optimise prefetch page refcountLi RongQing1-1/+1
2020-09-14i40e: not compute affinity_mask for IRQLi RongQing1-9/+3
2020-09-09i40e: always propagate error value in i40e_set_vsi_promisc()Stefan Assmann1-1/+11
2020-09-09i40e: fix return of uninitialized aq_ret in i40e_set_vsi_promiscStefan Assmann1-5/+5
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-61/+67
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better performanceMagnus Karlsson1-1/+1
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson2-21/+19
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson6-60/+68
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan1-8/+4
2020-08-14i40e: Fix crash during removing i40e driverGrzegorz Szczurek1-0/+3
2020-08-14i40e: Set RX_ONLY mode for unicast promiscuous on VLANPrzemyslaw Patynowski2-9/+28
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-3/+0
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck1-1/+1
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/jkirsher/next-queueDavid 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