summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | ice: Implement RSS settings for GTP using ethtoolTakeru Hayasaka2024-03-063-5/+145
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2024-03-086-42/+53
|\ \ \
| * | | ixgbe: pull out stats update to common routinesMaciej Fijalkowski2024-03-063-25/+53
| * | | i40e: remove unnecessary qv_info ptr NULL checksAlexey Kodanev2024-03-062-8/+0
| * | | iavf: drop duplicate iavf_{add|del}_cloud_filter() callsAlexey Kodanev2024-03-061-9/+0
| |/ /
* | | net: introduce include/net/rps.hEric Dumazet2024-03-071-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-0713-38/+81
|\ \ \ | |/ / |/| / | |/
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-069-22/+15
| |\
| | * intel: legacy: Partial revert of field get conversionSasha Neftin2024-03-051-1/+1
| | * igc: avoid returning frame twice in XDP_REDIRECTFlorian Kauer2024-03-051-7/+6
| | * i40e: Fix firmware version comparison functionIvan Vecera2024-03-051-2/+1
| | * ice: fix typo in assignmentJesse Brandeburg2024-03-051-1/+1
| | * ice: fix uninitialized dplls mutex usageMichal Schmidt2024-03-051-1/+1
| | * net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb2024-03-051-0/+2
| | * ice: virtchnl: stop pretending to support RSS over AQ or registersJacob Keller2024-03-052-10/+1
| | * idpf: disable local BH when scheduling napi for marker packetsEmil Tantilov2024-03-051-0/+2
| * | dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski2024-03-051-2/+2
| |/
| * ice: reconfig host after changing MSI-X on VFMichal Swiatkowski2024-03-011-2/+9
| * ice: reorder disabling IRQ and NAPI in ice_qp_disMaciej Fijalkowski2024-03-011-4/+5
| * i40e: disable NAPI right after disabling irqs when handling xsk_poolMaciej Fijalkowski2024-03-011-1/+1
| * ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}ableMaciej Fijalkowski2024-03-011-7/+49
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-0612-201/+125
|\ \
| * | ice: avoid unnecessary devm_ usageMaciej Fijalkowski2024-03-042-30/+14
| * | ice: do not disable Tx queues twice in ice_down()Maciej Fijalkowski2024-03-043-57/+44
| * | ice: cleanup line splitting for context set functionsJacob Keller2024-03-042-13/+9
| * | ice: use GENMASK instead of BIT(n) - 1 in pack functionsJacob Keller2024-03-041-36/+8
| * | ice: rename ice_write_* functions to ice_pack_ctx_*Jacob Keller2024-03-041-28/+28