summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-23i40e: Fix removing driver while bare-metal VFs pass trafficSylwester Dziedziuch1-7/+15
2020-10-13i40e: Allow changing FEC settings on X722 if supported by FWJaroslaw Gawin1-0/+19
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior1-4/+0
2020-09-28i40e: convert to new udp_tunnel infrastructureJakub Kicinski1-216/+48
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-7/+10
2020-09-14i40e: use 16B HW descriptors instead of 32BBjörn Töpel1-2/+2
2020-09-14i40e: not compute affinity_mask for IRQLi RongQing1-9/+3
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfacesMagnus Karlsson1-3/+3
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-14/+15
2020-08-14i40e: Fix crash during removing i40e driverGrzegorz Szczurek1-0/+3
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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: add XDP ring statistics to VSI statsCiara Loftus1-0/+19
2020-07-01i40e: Add support for a new feature Total Port ShutdownArkadiusz Kubalewski1-21/+101
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-4/+2
2020-06-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-58/+74
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher1-16/+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 Kwapulinski1-22/+50
2020-06-25i40e: make PF wait reset loop reliablePiotr Kwapulinski1-11/+9
2020-06-25i40e: remove unused definesJesse Brandeburg1-9/+1
2020-06-18i40e: protect ring accesses with READ- and WRITE_ONCECiara Loftus1-10/+19
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öpel1-9/+10
2020-05-21i40e: Separate kernel allocated rx_bi rings from AF_XDP ringsBjörn Töpel1-0/+7
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson1-1/+1
2020-04-21i40e: Remove unneeded conversion to boolJason Yan1-2/+2
2020-01-17i40e: Removing hung_queue variable to use txqueue function parameterJulio Faracco1-30/+11
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+7
2019-12-19net/i40e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy1-3/+7
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-07net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli1-2/+2
2019-11-04i40e: implement VF stats NDOJesse Brandeburg1-0/+1
2019-10-29i40e: Add UDP segmentation offload supportJosh Hunt1-0/+1
2019-10-25i40e: prevent memory leak in i40e_setup_macvlansNavid Emamdoost1-0/+1
2019-10-25i40e: Refactoring VF MAC filters counting to make more reliableAleksandr Loktionov1-0/+19
2019-10-25i40e: initialize ITRN registers with correct valuesNicholas Nunley1-5/+5
2019-09-11i40e: Fix message for other card without FEC.Czeslaw Zagorski1-3/+7
2019-09-11i40e: fix missed "Negotiated" string in i40e_print_link_message()Aleksandr Loktionov1-9/+10
2019-09-11i40e: check __I40E_VF_DISABLE bit in i40e_sync_filters_subtaskStefan Assmann1-0/+5
2019-09-09i40e: Add support for X710 deviceMariusz Stachura1-0/+1
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+3
2019-08-22i40e: allow reset in recovery modePiotr Kwapulinski1-7/+60
2019-08-22i40e: Remove function i40e_update_dcb_config()Grzegorz Siwik1-45/+1
2019-08-22i40e: reset veb.tc_stats when resetting veb.statsJacob Keller1-0/+4
2019-08-22i40e: check_recovery_mode had wrong if statementAdrian Podlawski1-3/+14
2019-08-22i40e: add check on i40e_configure_tx_ring() return valuehuhai1-1/+1
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson1-2/+3
2019-08-05i40e: Log info when PF is entering and leaving Allmulti mode.Czeslaw Zagorski1-0/+4