aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-267-33/+137
|\
| * igb: fix netpoll exit with trafficJesse Brandeburg2021-11-251-1/+1
| * ice: avoid bpf_prog refcount underflowMarta Plantykow2021-11-221-1/+17
| * ice: fix vsi->txq_map sizingMaciej Fijalkowski2021-11-221-2/+7
| * iavf: Fix VLAN feature flags after VFRBrett Creeley2021-11-193-23/+56
| * iavf: Fix refreshing iavf adapter stats on ethtool requestJedrzej Jagielski2021-11-194-0/+25
| * iavf: Fix deadlock occurrence during resetting VF interfaceJedrzej Jagielski2021-11-191-2/+5
| * iavf: Prevent changing static ITR values if adaptive moderation is onNitesh B Venkatesh2021-11-191-4/+26
* | net/ice: Add support for enable_iwarp and enable_roce devlink paramShiraz Saleem2021-11-225-3/+161
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-2213-28/+86
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-187-163/+224
|\|
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-David S. Miller2021-11-183-136/+147
| |\
| | * i40e: Fix display error code in dmesgGrzegorz Szczurek2021-11-171-3/+2
| | * i40e: Fix creation of first queue by omitting it if is not power of twoJedrzej Jagielski2021-11-171-40/+19
| | * i40e: Fix warning message and call stack during rmmod i40e driverKaren Sornek2021-11-171-32/+21
| | * i40e: Fix ping is lost after configuring ADq on VFEryk Rybak2021-11-173-8/+74
| | * i40e: Fix changing previously set num_queue_pairs for PFsEryk Rybak2021-11-171-12/+23
| | * i40e: Fix NULL ptr dereference on VSI filter syncMichal Maloszewski2021-11-172-2/+4
| | * i40e: Fix correct max_pkt_size on VF RX queueEryk Rybak2021-11-171-44/+9
| * | e100: fix device suspend/resumeJesse Brandeburg2021-11-181-5/+13
| |/
| * iavf: Restore VLAN filters after link downAkeem G Abodunrin2021-11-152-5/+31
| * iavf: Fix for setting queues to 0Grzegorz Szczurek2021-11-151-1/+1
| * iavf: Fix for the false positive ASQ/ARQ errors while issuing VF resetSurabhi Boob2021-11-151-1/+1
| * iavf: validate pointersMitch Williams2021-11-151-7/+6
| * iavf: prevent accidental free of filter structureJacob Keller2021-11-151-2/+2
| * iavf: Fix failure to exit out from last all-multicast modePiotr Marczak2021-11-151-2/+1
| * iavf: don't clear a lock we don't holdNicholas Nunley2021-11-151-2/+4
| * iavf: free q_vectors before queues in iavf_disable_vfNicholas Nunley2021-11-151-1/+1
| * iavf: check for null in iavf_fix_featuresNicholas Nunley2021-11-151-1/+2
| * iavf: Fix return of set the new channel countMateusz Palczewski2021-11-151-0/+15
* | ixgbevf: Add support for new mailbox communication between PF and VFRadoslaw Tyl2021-11-174-2/+23
* | ixgbevf: Mailbox improvementsRadoslaw Tyl2021-11-176-84/+265
* | ixgbevf: Add legacy suffix to old API mailbox functionsRadoslaw Tyl2021-11-173-9/+9
* | ixgbevf: Improve error handling in mailboxRadoslaw Tyl2021-11-173-5/+13
* | ixgbevf: Rename MSGTYPE to SUCCESS and FAILURERadoslaw Tyl2021-11-173-23/+27
* | net: annotate accesses to queue->trans_startEric Dumazet2021-11-171-2/+2
|/
* ice: Fix race conditions between virtchnl handling and VF ndo opsBrett Creeley2021-11-032-0/+30
* ice: Fix not stopping Tx queues for VFsBrett Creeley2021-11-032-5/+3
* ice: Fix replacing VF hardware MAC to existing MAC filterSylwester Dziedziuch2021-11-031-5/+9
* ice: Remove toggling of antispoof for VF trusted promiscuous modeBrett Creeley2021-11-031-18/+0
* ice: Fix VF true promiscuous modeBrett Creeley2021-11-032-43/+40
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-11-018-25/+98
|\
| * iavf: Fix kernel BUG in free_msi_irqsPrzemyslaw Patynowski2021-10-292-0/+56
| * iavf: Add helper function to go from pci_dev to adapterKaren Sornek2021-10-291-7/+17
| * ice: Hide bus-info in ethtool for PRs in switchdev modeMarcin Szycik2021-10-291-3/+4
| * ice: Clear synchronized addrs when adding VFs in switchdev modeMarcin Szycik2021-10-291-0/+6
| * ice: Remove boolean vlan_promisc flag from functionBrett Creeley2021-10-294-15/+15
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2021-10-294-7/+5
|\ \
| * | igc: Change Device Reset to Port ResetSasha Neftin2021-10-292-2/+2
| * | igc: Add new device IDSasha Neftin2021-10-293-0/+3