summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)Author
2020-12-17i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFsSylwester Dziedziuch
2020-11-23i40e: Fix removing driver while bare-metal VFs pass trafficSylwester Dziedziuch
2020-10-13i40e: Allow changing FEC settings on X722 if supported by FWJaroslaw Gawin
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior
2020-09-28i40e: convert to new udp_tunnel infrastructureJakub Kicinski
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg
2020-09-14i40e: use 16B HW descriptors instead of 32BBjörn Töpel
2020-09-14i40e: not compute affinity_mask for IRQLi RongQing
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson
2020-08-14i40e: Fix crash during removing i40e driverGrzegorz Szczurek
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck
2020-07-01i40e: add XDP ring statistics to VSI statsCiara Loftus
2020-07-01i40e: Add support for a new feature Total Port ShutdownArkadiusz Kubalewski
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2020-06-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2020-06-25i40e: Add a check to see if MFS is setTodd Fujinaka
2020-06-25i40e: detect and log info about pre-recovery modePiotr Kwapulinski
2020-06-25i40e: make PF wait reset loop reliablePiotr Kwapulinski
2020-06-25i40e: remove unused definesJesse Brandeburg
2020-06-18i40e: protect ring accesses with READ- and WRITE_ONCECiara Loftus
2020-05-28i40e: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-05-21i40e, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel
2020-05-21i40e: Separate kernel allocated rx_bi rings from AF_XDP ringsBjörn Töpel
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson
2020-04-21i40e: Remove unneeded conversion to boolJason Yan
2020-01-17i40e: Removing hung_queue variable to use txqueue function parameterJulio Faracco
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-19net/i40e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-07net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli
2019-11-04i40e: implement VF stats NDOJesse Brandeburg
2019-10-29i40e: Add UDP segmentation offload supportJosh Hunt
2019-10-25i40e: prevent memory leak in i40e_setup_macvlansNavid Emamdoost
2019-10-25i40e: Refactoring VF MAC filters counting to make more reliableAleksandr Loktionov
2019-10-25i40e: initialize ITRN registers with correct valuesNicholas Nunley
2019-09-11i40e: Fix message for other card without FEC.Czeslaw Zagorski
2019-09-11i40e: fix missed "Negotiated" string in i40e_print_link_message()Aleksandr Loktionov
2019-09-11i40e: check __I40E_VF_DISABLE bit in i40e_sync_filters_subtaskStefan Assmann
2019-09-09i40e: Add support for X710 deviceMariusz Stachura
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-08-22i40e: allow reset in recovery modePiotr Kwapulinski
2019-08-22i40e: Remove function i40e_update_dcb_config()Grzegorz Siwik
2019-08-22i40e: reset veb.tc_stats when resetting veb.statsJacob Keller
2019-08-22i40e: check_recovery_mode had wrong if statementAdrian Podlawski
2019-08-22i40e: add check on i40e_configure_tx_ring() return valuehuhai
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson