summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* ice: Fix VSI list rule with ICE_SW_LKUP_LAST typeMarcin Szycik2024-06-271-2/+4
* ice: implement AQ download pkg retryWojciech Drewek2024-06-271-2/+21
* ice: fix 200G link speed message logPaul Greenwalt2024-06-271-0/+3
* ice: avoid IRQ collision to fix init failure on ACPI S3 resumeEn-Wei Wu2024-06-271-1/+6
* igc: Fix Energy Efficient Ethernet support declarationSasha Neftin2024-06-212-2/+11
* ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()Larysa Zaremba2024-06-214-46/+68
* ice: add flag to distinguish reset from .ndo_bpf in XDP rings configLarysa Zaremba2024-06-213-14/+24
* ice: remove af_xdp_zc_qps bitmapLarysa Zaremba2024-06-213-26/+27
* ice: fix reads from NVM Shadow RAM on E830 and E825-C devicesJacob Keller2024-06-212-9/+93
* ice: fix iteration of TLVs in Preserved Fields AreaJacob Keller2024-06-211-7/+21
* ice: fix 200G PHY types to link speed mappingPaul Greenwalt2024-06-121-0/+10
* ice: fix accounting if a VLAN already existsJacob Keller2024-06-121-5/+6
* idpf: don't enable NAPI and interrupts prior to allocating Rx buffersAlexander Lobakin2024-06-123-5/+9
* idpf: Interpret .set_channels() input differentlyLarysa Zaremba2024-06-121-15/+6
* ice: Interpret .set_channels() input differentlyLarysa Zaremba2024-06-121-17/+2
* Revert "ixgbe: Manual AN-37 for troublesome link partners for X550 SFI"Jacob Keller2024-06-122-56/+3
* idpf: don't skip over ethtool tcp-data-split settingMichal Schmidt2024-05-301-1/+2
* ice: Fix package download algorithmDan Nowlin2024-05-301-4/+4
* e1000e: change usleep_range to udelay in PHY mdic accessVitaly Lifshits2024-04-301-4/+4
* ice: ensure the copied buf is NUL terminatedBui Quang Minh2024-04-251-4/+4
* ice: fix LAG and VF lock dependency in ice_reset_vf()Jacob Keller2024-04-251-8/+8
* iavf: Fix TC config comparison with existing adapter TC configSudheer Mogilappagari2024-04-251-1/+29
* i40e: Report MFS in decimal base instead of hexErwan Velu2024-04-251-2/+2
* i40e: Do not use WQ_MEM_RECLAIM flag for workqueueSindhu Devale2024-04-251-1/+1
* igc: Fix LED-related deadlock on driver unbindLukas Wunner2024-04-243-8/+35
* ice: Fix checking for unsupported keys on non-tunnel deviceMarcin Szycik2024-04-161-1/+4
* ice: tc: allow zero flags in parsing tc flowerMichal Swiatkowski2024-04-161-1/+1
* ice: tc: check src_vsi in case of traffic from VFMichal Swiatkowski2024-04-161-0/+8
* idpf: fix kernel panic on unknown packet typesJoshua Hay2024-04-031-2/+2
* ice: fix enabling RX VLAN filteringPetr Oros2024-04-031-10/+8
* ice: Fix freeing uninitialized pointersDan Carpenter2024-04-032-6/+6
* i40e: Fix VF MAC filter removalIvan Vecera2024-04-011-5/+6
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2024-03-296-41/+93
|\
| * i40e: fix vf may be used uninitialized in this function warningAleksandr Loktionov2024-03-261-18/+16
| * i40e: fix i40e_count_filters() to count only active/new filtersAleksandr Loktionov2024-03-261-2/+5
| * i40e: Enforce software interrupt during busy-poll exitIvan Vecera2024-03-265-21/+72
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2024-03-285-81/+161
|\ \
| * | e1000e: move force SMBUS from enable ulp function to avoid PHY loss issueVitaly Lifshits2024-03-272-19/+18
| * | e1000e: Workaround for sporadic MDI error on Meteor Lake systemsVitaly Lifshits2024-03-274-69/+150
* | | Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-287-36/+37
|\| |
| * | igc: Remove stale comment about Tx timestampingKurt Kanzenbach2024-03-251-4/+0
| * | ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()Przemek Kitszel2024-03-251-8/+8
| * | ice: fix memory corruption bug with suspend and rebuildJesse Brandeburg2024-03-251-9/+9
| * | ice: Refactor FW data type and fix bitmap casting issueSteven Zou2024-03-254-15/+20
| |/
* / overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook2024-03-226-18/+18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-113-42/+17
|\
| * ice: fix stats being updated by way too large valuesPrzemek Kitszel2024-03-061-13/+11
| * igb: Fix missing time sync eventsVinicius Costa Gomes2024-03-061-18/+5
| * igc: Fix missing time sync eventsVinicius Costa Gomes2024-03-061-11/+1
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-113-5/+145
|\ \