summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: set X550 MDIO speed before talking to PHYCyril Novikov2021-12-151-0/+3
* ixgbe: Document how to enable NBASE-T supportRobert Schlabbach2021-12-151-0/+4
* igc: Fix typo in i225 LTR functionsSasha Neftin2021-12-151-1/+1
* igbvf: fix double free in `igbvf_probe`Letu Ren2021-12-151-0/+1
* igb: Fix removal of unicast MAC filters of VFsKaren Sornek2021-12-151-14/+14
* ice: Don't put stale timestamps in the skbKarol Kolacinski2021-12-142-7/+10
* ice: Use div64_u64 instead of div_u64 in adjfineKarol Kolacinski2021-12-141-1/+1
* iavf: do not override the adapter state in the watchdog task (again)Stefan Assmann2021-12-131-1/+0
* iavf: missing unlocks in iavf_watchdog_task()Dan Carpenter2021-12-131-2/+2
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2021-12-089-47/+74
|\
| * ice: safer stats processingJesse Brandeburg2021-12-081-11/+18
| * ice: fix adding different tunnelsMichal Swiatkowski2021-12-076-13/+25
| * ice: fix choosing UDP header typeMichal Swiatkowski2021-12-071-17/+10
| * ice: ignore dropped packets during initJesse Brandeburg2021-12-071-0/+3
| * ice: Fix problems with DSCP QoS implementationDave Ertman2021-12-071-6/+12
| * ice: rearm other interrupt cause register after enabling VFsPaul Greenwalt2021-12-071-0/+4
| * ice: fix FDIR init missing when reset VFYahui Cao2021-12-071-0/+2
* | i40e: Fix NULL pointer dereference in i40e_dbg_dump_descNorbert Zulinski2021-12-061-0/+8
* | i40e: Fix pre-set max number of queues for VFMateusz Palczewski2021-12-061-5/+0
* | i40e: Fix failed opcode appearing if handling messages from VFKaren Sornek2021-12-062-22/+50
* | iavf: Fix reporting when setting descriptor countMichal Maloszewski2021-12-061-11/+32
* | iavf: restore MSI state on resetMitch Williams2021-12-011-0/+1
|/
* ice: xsk: clear status_error0 for each allocated descMaciej Fijalkowski2021-11-301-0/+1
* 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
* 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
* ice: Fix race conditions between virtchnl handling and VF ndo opsBrett Creeley2021-11-032-0/+30