summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: pds_core: Fix possible double free in error handling pathYongzhi Liu2024-03-071-8/+4
* 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-052-4/+4
|/
* Merge tag 'mlx5-fixes-2024-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-03-049-74/+102
|\
| * net/mlx5e: Switch to using _bh variant of of spinlock API in port timestampin...Rahul Rameshbabu2024-03-011-6/+6
| * net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking oc...Rahul Rameshbabu2024-03-011-0/+2
| * net/mlx5e: Fix MACsec state loss upon state update in offload pathEmeel Hakim2024-03-011-31/+51
| * net/mlx5e: Change the warning when ignore_flow_level is not supportedJianbo Liu2024-03-011-1/+1
| * net/mlx5: Check capability for fw_resetMoshe Shemesh2024-03-012-2/+26
| * net/mlx5: Fix fw reporter diagnose outputAya Levin2024-03-011-1/+1
| * net/mlx5: E-switch, Change flow rule destination checkingJianbo Liu2024-03-011-9/+14
| * Revert "net/mlx5e: Check the number of elements before walk TC rhashtable"Saeed Mahameed2024-03-011-1/+1
| * Revert "net/mlx5: Block entering switchdev mode with ns inconsistency"Gavin Li2024-03-011-23/+0
* | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2024-03-044-14/+64
|\ \
| * | 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
| |/
* / net: sparx5: Fix use after free inside sparx5_del_mact_entryHoratiu Vultur2024-03-041-2/+2
|/
* net: bql: fix building with BQL disabledArnd Bergmann2024-03-011-1/+1
* igb: extend PTP timestamp adjustments to i211Oleksij Rempel2024-02-281-2/+3
* stmmac: Clear variable when destroying workqueueJakub Raczynski2024-02-281-1/+3
* net: ethernet: adi: move PHYLIB from vendor to driver symbolRandy Dunlap2024-02-281-1/+1
* net: stmmac: Complete meta data only when enabledKurt Kanzenbach2024-02-271-1/+2
* ionic: restore netdev feature bits after resetShannon Nelson2024-02-271-1/+4
* ionic: check cmd_regs before copying in or outShannon Nelson2024-02-274-1/+24
* ionic: check before releasing pci regionsShannon Nelson2024-02-271-7/+10
* ps3/gelic: Fix SKB allocationGeoff Levand2024-02-231-6/+6
* net: dpaa: fman_memac: accept phy-interface-type = "10gbase-r" in the device ...Vladimir Oltean2024-02-231-9/+9
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-02-225-39/+161
|\
| * ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar2024-02-204-26/+83
| * ice: fix pin phase adjust updates on PF resetArkadiusz Kubalewski2024-02-201-0/+3
| * ice: fix dpll periodic work data updates on PF resetArkadiusz Kubalewski2024-02-201-1/+4
| * ice: fix dpll and dpll_pin data access on PF resetArkadiusz Kubalewski2024-02-201-0/+38
| * ice: fix dpll input pin phase_adjust value updatesArkadiusz Kubalewski2024-02-201-1/+1
| * ice: fix connection state of DPLL and out pinYochai Hagvi2024-02-201-11/+32
* | net: sparx5: Add spinlock for frame transmission from CPUHoratiu Vultur2024-02-213-0/+4
* | net: stmmac: Fix EST offset for dwmac 5.10Kurt Kanzenbach2024-02-211-1/+1
* | octeontx2-af: Consider the action set by PFSubbaraya Sundeep2024-02-211-0/+4
|/
* enic: Avoid false positive under FORTIFY_SOURCEKees Cook2024-02-191-1/+2
* ionic: use pci_is_enabled not open codeShannon Nelson2024-02-191-1/+1
* net: bcmasp: Sanity check is off by oneJustin Chen2024-02-181-3/+3