summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2020-09-10i40e: always propagate error value in i40e_set_vsi_promisc()Stefan Assmann1-1/+11
2020-09-10i40e: fix return of uninitialized aq_ret in i40e_set_vsi_promiscStefan Assmann1-5/+5
2020-08-15i40e: Fix crash during removing i40e driverGrzegorz Szczurek1-0/+3
2020-08-15i40e: Set RX_ONLY mode for unicast promiscuous on VLANPrzemyslaw Patynowski2-9/+28
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-3/+0
2020-07-08PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck1-1/+1
2020-07-02i40e: introduce new dump desc XDP commandCiara Loftus1-11/+48
2020-07-02i40e: add XDP ring statistics to dump VSI debug outputCiara Loftus1-0/+41
2020-07-02i40e: add XDP ring statistics to VSI statsCiara Loftus1-0/+19
2020-07-02i40e: move check of full Tx ring to outside of send loopMagnus Karlsson1-15/+5
2020-07-02i40e: eliminate division in napi_poll data pathMagnus Karlsson1-4/+10
2020-07-02i40e: optimize AF_XDP Tx completion pathMagnus Karlsson4-23/+27
2020-07-02i40e: 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-26i40e: Remove scheduling while atomic possibilityAleksandr Loktionov1-97/+137
2020-06-26i40e: Add support for 5Gbps cardsAleksandr Loktionov2-1/+6
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher3-19/+6
2020-06-26i40e: Add a check to see if MFS is setTodd Fujinaka1-0/+8
2020-06-26i40e: detect and log info about pre-recovery modePiotr Kwapulinski2-22/+52
2020-06-26i40e: make PF wait reset loop reliablePiotr Kwapulinski1-11/+9
2020-06-26i40e: remove unused definesJesse Brandeburg13-5308/+2
2020-06-26i40e: Move client header locationShiraz Saleem3-205/+2
2020-06-19i40e: fix crash when Rx descriptor count is changedBjörn Töpel1-0/+3
2020-06-19i40e: protect ring accesses with READ- and WRITE_ONCECiara Loftus1-10/+19
2020-06-02xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-05-29i40e: Make i40e_shutdown_adminq() return voidJason Yan2-6/+2
2020-05-29i40e: trivial fixup of comments in i40e_xsk.cJesper Dangaard Brouer1-3/+1
2020-05-29i40e: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-12/+12
2020-05-22i40e, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel4-335/+47
2020-05-22i40e: Separate kernel allocated rx_bi rings from AF_XDP ringsBjörn Töpel7-127/+142
2020-05-22i40e: Refactor rx_bi accessesBjörn Töpel2-12/+23
2020-05-22xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson2-2/+2
2020-05-15xdp: For Intel AF_XDP drivers add XDP frame_szJesper Dangaard Brouer1-0/+2
2020-05-15i40e: Add XDP frame size to driverJesper Dangaard Brouer1-5/+25
2020-04-22i40e: Remove unneeded conversion to boolJason Yan1-2/+2
2020-03-12net: i40e: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-02-25intel: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-12i40e: Fix the conditional for i40e_vc_validate_vqs_bitmapsBrett Creeley1-2/+2
2020-02-06i40e: 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-20Merge 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-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2019-12-23Merge 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