summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-11i40e: Fix incorrect netdev's real number of RX/TX queuesJedrzej Jagielski1-7/+25
2022-01-11i40e: Fix for displaying message regarding NVM versionMateusz Palczewski1-2/+2
2022-01-11i40e: fix use-after-free in i40e_sync_filters_subtask()Di Zhu1-0/+24
2021-11-26i40e: Fix display error code in dmesgGrzegorz Szczurek1-3/+2
2021-11-26i40e: Fix creation of first queue by omitting it if is not power of twoJedrzej Jagielski1-40/+19
2021-11-26i40e: Fix ping is lost after configuring ADq on VFEryk Rybak1-3/+61
2021-11-26i40e: Fix changing previously set num_queue_pairs for PFsEryk Rybak1-12/+23
2021-11-26i40e: Fix NULL ptr dereference on VSI filter syncMichal Maloszewski1-2/+3
2021-10-13i40e: Fix freeing of uninitialized misc IRQ vectorSylwester Dziedziuch1-1/+2
2021-10-13i40e: fix endless loop under rtnlJiri Benc1-1/+1
2021-08-04i40e: Fix log TC creation failure when max num of queues is exceededJedrzej Jagielski1-0/+2
2021-08-04i40e: Fix queue-to-TC mapping on TxJedrzej Jagielski1-0/+1
2021-08-04i40e: Fix logic of disabling queuesArkadiusz Kubalewski1-24/+34
2021-07-14i40e: Fix missing rtnl locking when setting up pf switchJan Sokolowski1-4/+11
2021-07-14i40e: Fix error handling in i40e_vsi_openDinghao Liu1-0/+2
2021-04-21i40e: fix the panic when running bpf in xdpdrv modeJason Xing1-0/+6
2021-04-14i40e: Fix sparse error: 'vsi->netdev' could be nullArkadiusz Kubalewski1-2/+1
2021-04-14i40e: Fix sparse warning: missing error code 'err'Arkadiusz Kubalewski1-2/+6
2021-03-25i40e: Fix endianness conversionsNorbert Ciosek1-6/+6
2021-03-17i40e: Fix memory leak in i40e_probeKeita Suzuki1-0/+2
2021-03-04i40e: Fix add TC filter for IPv6Mateusz Palczewski1-2/+3
2021-03-04i40e: Fix VFs not createdSylwester Dziedziuch1-2/+1
2021-03-04i40e: Fix addition of RX filters after enabling FW LLDP agentMateusz Palczewski1-5/+4
2021-03-04i40e: Fix overwriting flow control settings during driver loadingMateusz Palczewski1-27/+0
2021-03-04i40e: Add zero-initialization of AQ command structuresMateusz Palczewski1-0/+6
2021-01-12i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFsSylwester Dziedziuch1-0/+10
2020-11-24i40e: Fix removing driver while bare-metal VFs pass trafficSylwester Dziedziuch1-7/+15
2020-10-14i40e: Allow changing FEC settings on X722 if supported by FWJaroslaw Gawin1-0/+19
2020-09-30net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior1-4/+0
2020-09-28i40e: convert to new udp_tunnel infrastructureJakub Kicinski1-216/+48
2020-09-26intel-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-15i40e: Fix crash during removing i40e driverGrzegorz Szczurek1-0/+3
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: add XDP ring statistics to VSI statsCiara Loftus1-0/+19
2020-07-02i40e: 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-26net/intel: remove driver versions from Intel driversJeff Kirsher1-16/+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 Kwapulinski1-22/+50
2020-06-26i40e: make PF wait reset loop reliablePiotr Kwapulinski1-11/+9
2020-06-26i40e: remove unused definesJesse Brandeburg1-9/+1
2020-06-19i40e: protect ring accesses with READ- and WRITE_ONCECiara Loftus1-10/+19
2020-05-29i40e: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-12/+12