summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
...
| * i40e: Fix calculating the number of queue pairsGrzegorz Szczurek2022-06-091-1/+1
| * i40e: Fix adding ADQ filter to TC0Grzegorz Szczurek2022-06-091-0/+5
* | i40e: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi2022-06-151-25/+62
* | i40e: Add VF VLAN pruningMateusz Palczewski2022-06-074-6/+147
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-13/+14
|\
| * i40e: i40e_main: fix a missing check on list iteratorXiaomeng Tong2022-05-111-13/+14
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-272-14/+26
|\ \
| * | i40e, xsk: Get rid of redundant 'fallthrough'Maciej Fijalkowski2022-04-211-1/+0
| * | i40e, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski2022-04-151-3/+3
| * | i40e, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski2022-04-152-10/+23
| |/
* | i40e: Add Ethernet Connection X722 for 10GbE SFP+ supportMateusz Palczewski2022-04-123-0/+3
* | i40e: Add vsi.tx_restart to i40e ethtool statsNabil S. Alramli2022-04-121-0/+1
* | i40e: Add tx_stopped statJoe Damato2022-04-126-2/+12
* | i40e: Add support for MPLS + TSOJoe Damato2022-04-122-19/+48
|/
* i40e: little endian only valid checksumsTom Rix2022-03-171-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-103-59/+9
|\
| * i40e: stop disabling VFs due to PF error responsesJacob Keller2022-03-083-59/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-11/+1
|\|
| * Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC"Mateusz Palczewski2022-02-241-11/+1
* | i40e: remove dead stores on XSK hotpathAlexander Lobakin2022-02-191-2/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-093-14/+2
|\ \
| * | i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson2022-01-273-14/+2
* | | i40e: Add a stat for tracking busy rx pagesJoe Damato2022-02-085-5/+15
* | | i40e: Add a stat for tracking pages waivedJoe Damato2022-02-085-4/+17
* | | i40e: Add a stat tracking new RX page allocationsJoe Damato2022-02-085-1/+9
* | | i40e: Aggregate and export RX page reuse statJoe Damato2022-02-083-1/+6
* | | i40e: Remove rx page reuse double countJoe Damato2022-02-081-2/+0
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-02-046-50/+255
|\ \ \
| * | | i40e: Fix race condition while adding/deleting MAC/VLAN filtersJedrzej Jagielski2022-02-031-11/+13
| * | | i40e: Add new version of i40e_aq_add_macvlan functionJedrzej Jagielski2022-02-032-20/+77
| * | | i40e: Add new versions of send ASQ command functionsJedrzej Jagielski2022-02-033-8/+150
| * | | i40e: Add sending commands in atomic contextJedrzej Jagielski2022-02-031-9/+12
| * | | i40e: Remove unused RX realloc statJoe Damato2022-02-032-3/+1
| * | | i40e: Disable hw-tc-offload feature on driver loadMateusz Palczewski2022-02-031-1/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-032-2/+30
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | i40e: Fix reset path while removing the driverKaren Sornek2022-01-312-1/+19
| * | i40e: Fix reset bw limit when DCB enabled with 1 TCJedrzej Jagielski2022-01-311-1/+11
| |/
* | i40e: respect metadata on XSK Rx to skbAlexander Lobakin2022-01-311-4/+10
* | i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin2022-01-311-3/+1
* | i40e: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-6/+3
|/
* i40e: fix unsigned stat widthsJoe Damato2022-01-203-7/+7
* i40e: Fix for failed to init adminq while VF resetKaren Sornek2022-01-203-2/+46
* i40e: Fix queues reservation for XDPSylwester Dziedziuch2022-01-201-0/+14
* i40e: Fix issue when maximum queues is exceededJedrzej Jagielski2022-01-203-13/+61
* i40e: Increase delay to 1 s after global EMP resetJedrzej Jagielski2022-01-201-9/+3
* Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-131-4/+4
|\
| * Merge branch 'linus' into irq/core, to fix conflictIngo Molnar2022-01-084-44/+141
| |\
| * | i40e: Use irq_update_affinity_hint()Nitesh Narayan Lal2021-12-101-4/+4
* | | i40e: remove variables set but not usedYang Li2022-01-071-5/+0
* | | i40e: Remove non-inclusive languageMateusz Palczewski2022-01-072-3/+3