summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e (follow)
Commit message (Expand)AuthorAgeFilesLines
* i40e: Allow changing FEC settings on X722 if supported by FWJaroslaw Gawin2020-10-145-12/+49
* net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior2020-09-291-4/+0
* i40e: convert to new udp_tunnel infrastructureJakub Kicinski2020-09-282-219/+51
* intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-2610-26/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-231-6/+16
|\
| * i40e: always propagate error value in i40e_set_vsi_promisc()Stefan Assmann2020-09-101-1/+11
| * i40e: fix return of uninitialized aq_ret in i40e_set_vsi_promiscStefan Assmann2020-09-101-5/+5
* | i40e, xsk: move buffer allocation out of the Rx processing loopBjörn Töpel2020-09-141-8/+4
* | i40e: use 16B HW descriptors instead of 32BBjörn Töpel2020-09-147-17/+18
* | i40e, xsk: remove HW descriptor prefetch in AF_XDP pathBjörn Töpel2020-09-143-13/+25
* | i40e: optimise prefetch page refcountLi RongQing2020-09-141-1/+1
* | i40e: not compute affinity_mask for IRQLi RongQing2020-09-141-9/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-016-61/+67
|\ \
| * | xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...Magnus Karlsson2020-08-311-1/+1
| * | xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson2020-08-312-21/+19
| * | xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-316-60/+68
| |/
* / net: Take common prefetch code structure into a functionTariq Toukan2020-08-271-8/+4
|/
* i40e: Fix crash during removing i40e driverGrzegorz Szczurek2020-08-151-0/+3
* i40e: Set RX_ONLY mode for unicast promiscuous on VLANPrzemyslaw Patynowski2020-08-152-9/+28
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-081-1/+1
|\
| * PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-081-1/+1
* | bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-261-3/+0
* | i40e: introduce new dump desc XDP commandCiara Loftus2020-07-011-11/+48
* | i40e: add XDP ring statistics to dump VSI debug outputCiara Loftus2020-07-011-0/+41
* | i40e: add XDP ring statistics to VSI statsCiara Loftus2020-07-011-0/+19
* | i40e: move check of full Tx ring to outside of send loopMagnus Karlsson2020-07-011-15/+5
* | i40e: eliminate division in napi_poll data pathMagnus Karlsson2020-07-011-4/+10
* | i40e: optimize AF_XDP Tx completion pathMagnus Karlsson2020-07-014-23/+27
* | i40e: Add support for a new feature Total Port ShutdownArkadiusz Kubalewski2020-07-014-21/+133
* | ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-016-12/+10
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2020-06-2617-5663/+222
|\ \
| * | i40e: Remove scheduling while atomic possibilityAleksandr Loktionov2020-06-261-97/+137
| * | i40e: Add support for 5Gbps cardsAleksandr Loktionov2020-06-262-1/+6
| * | net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-263-19/+6
| * | i40e: Add a check to see if MFS is setTodd Fujinaka2020-06-261-0/+8
| * | i40e: detect and log info about pre-recovery modePiotr Kwapulinski2020-06-262-22/+52
| * | i40e: make PF wait reset loop reliablePiotr Kwapulinski2020-06-261-11/+9
| * | i40e: remove unused definesJesse Brandeburg2020-06-2613-5308/+2
| * | i40e: Move client header locationShiraz Saleem2020-06-263-205/+2
| |/
* | i40e: fix crash when Rx descriptor count is changedBjörn Töpel2020-06-191-0/+3
* | i40e: protect ring accesses with READ- and WRITE_ONCECiara Loftus2020-06-191-10/+19
|/
* xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-021-1/+1
* i40e: Make i40e_shutdown_adminq() return voidJason Yan2020-05-292-6/+2
* i40e: trivial fixup of comments in i40e_xsk.cJesper Dangaard Brouer2020-05-291-3/+1
* i40e: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-05-291-12/+12
* i40e, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel2020-05-224-335/+47
* i40e: Separate kernel allocated rx_bi rings from AF_XDP ringsBjörn Töpel2020-05-227-127/+142
* i40e: Refactor rx_bi accessesBjörn Töpel2020-05-222-12/+23
* xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson2020-05-222-2/+2
* xdp: For Intel AF_XDP drivers add XDP frame_szJesper Dangaard Brouer2020-05-151-0/+2