summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* igb: fix deadlock caused by taking RTNL in RPM resume pathHeiner Kallweit2021-12-211-6/+13
* ice: xsk: fix cleaned_count settingMaciej Fijalkowski2021-12-172-6/+1
* ice: xsk: allow empty Rx descriptors on XSK ZC data pathMaciej Fijalkowski2021-12-171-4/+10
* ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptorMaciej Fijalkowski2021-12-171-5/+1
* ice: remove dead store on XSK hotpathAlexander Lobakin2021-12-171-1/+0
* ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski2021-12-173-22/+47
* ice: xsk: return xsk buffers back to pool when cleaning the ringMaciej Fijalkowski2021-12-171-6/+6
* 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-099-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-181-3/+2
| * i40e: Fix creation of first queue by omitting it if is not power of twoJedrzej Jagielski2021-11-181-40/+19
| * i40e: Fix warning message and call stack during rmmod i40e driverKaren Sornek2021-11-181-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-162-5/+31
* iavf: Fix for setting queues to 0Grzegorz Szczurek2021-11-161-1/+1
* iavf: Fix for the false positive ASQ/ARQ errors while issuing VF resetSurabhi Boob2021-11-161-1/+1
* iavf: validate pointersMitch Williams2021-11-161-7/+6