summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: pds_core: Fix possible double free in error handling pathYongzhi Liu2024-03-071-8/+4
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-061-1/+1
|\
| * xdp, bonding: Fix feature flags when there are no slave devs anymoreDaniel Borkmann2024-03-051-1/+1
* | 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
| |/
* | net: dsa: microchip: fix register write order in ksz8_ind_write8()Tobias Jakobi (Compleo)2024-03-051-2/+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
* | geneve: make sure to pull inner header in geneve_rx()Eric Dumazet2024-03-041-2/+16
|/
* net: bql: fix building with BQL disabledArnd Bergmann2024-03-011-1/+1
* net: lan78xx: fix runtime PM count underflow on link stopOleksij Rempel2024-03-011-1/+2
* gtp: fix use-after-free and null-ptr-deref in gtp_newlink()Alexander Ofitserov2024-02-291-6/+6
* 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
* Merge tag 'wireless-2024-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-02-276-5/+66
|\
| * wifi: iwlwifi: mvm: fix the TXF mapping for BZ devicesEmmanuel Grumbach2024-02-213-3/+28
| * wifi: iwlwifi: mvm: ensure offloading TID queue existsBenjamin Berg2024-02-213-2/+38
* | net: lan78xx: fix "softirq work is pending" errorOleksij Rempel2024-02-271-0/+2
* | net: stmmac: Complete meta data only when enabledKurt Kanzenbach2024-02-271-1/+2
* | net: usb: dm9601: fix wrong return value in dm9601_mdio_readJavier Carrasco2024-02-271-1/+1
* | veth: try harder when allocating queue memoryJakub Kicinski2024-02-271-2/+3
* | 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
* | lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detectedOleksij Rempel2024-02-261-1/+2
* | net: veth: clear GRO when clearing XDP even when downJakub Kicinski2024-02-261-18/+17
* | tun: Fix xdp_rxq_info's queue_index when detachingYunjian Wang2024-02-231-0/+1