summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-05-08virtio-net: fix total qstat valuesJakub Kicinski-0/+4
2025-05-08fbnic: Do not allow mailbox to toggle to ready outside fbnic_mbx_poll_tx_readyAlexander Duyck-17/+10
2025-05-08fbnic: Pull fbnic_fw_xmit_cap_msg use out of interrupt contextAlexander Duyck-27/+16
2025-05-08fbnic: Improve responsiveness of fbnic_mbx_poll_tx_readyAlexander Duyck-8/+11
2025-05-08fbnic: Cleanup handling of completionsAlexander Duyck-0/+17
2025-05-08fbnic: Actually flush_tx instead of stalling outAlexander Duyck-15/+16
2025-05-08fbnic: Add additional handling of IRQsAlexander Duyck-59/+110
2025-05-08fbnic: Gate AXI read/write enabling on FW mailboxAlexander Duyck-13/+33
2025-05-08fbnic: Fix initialization of mailbox descriptor ringsAlexander Duyck-9/+23
2025-05-07net: dsa: b53: do not set learning and unicast/multicast on upJonas Gorski-8/+15
2025-05-07net: dsa: b53: fix learning on VLAN unaware bridgesJonas Gorski-1/+1
2025-05-07net: dsa: b53: fix toggling vlan_filteringJonas Gorski-31/+75
2025-05-07net: dsa: b53: do not program vlans when vlan filtering is offJonas Gorski-20/+28
2025-05-07net: dsa: b53: do not allow to configure VLAN 0Jonas Gorski-9/+27
2025-05-07net: dsa: b53: always rejoin default untagged VLAN on bridge leaveJonas Gorski-5/+5
2025-05-07net: dsa: b53: fix VLAN ID for untagged vlan on bridge leaveJonas Gorski-1/+2
2025-05-07net: dsa: b53: fix flushing old pvid VLAN on pvid changeJonas Gorski-1/+1
2025-05-07net: dsa: b53: fix clearing PVID of a portJonas Gorski-2/+11
2025-05-07net: dsa: b53: keep CPU port always tagged againJonas Gorski-0/+8
2025-05-07net: dsa: b53: allow leaky reserved multicastJonas Gorski-2/+4
2025-05-07net: ti: icssg-prueth: Report BQL before sending XDP packetsMeghana Malladi-1/+7
2025-05-07net: ti: icssg-prueth: Fix kernel panic during concurrent Tx queue accessMeghana Malladi-2/+12
2025-05-07net: ti: icssg-prueth: Set XDP feature flags for ndevMeghana Malladi-5/+4
2025-05-07net: airoha: Add missing field to ppe_mbox_data structLorenzo Bianconi-4/+6
2025-05-06Merge tag 'wireless-2025-05-06' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-0/+2
2025-05-06Merge tag 'linux-can-fixes-for-6.15-20250506' of git://git.kernel.org/pub/scm...Jakub Kicinski-11/+36
2025-05-06ice: use DSN instead of PCI BDF for ice_adapter indexPrzemek Kitszel-31/+22
2025-05-06wifi: iwlwifi: add support for Killer on MTLJohannes Berg-0/+2
2025-05-06can: mcan: m_can_class_unregister(): fix order of unregistration callsMarc Kleine-Budde-1/+1
2025-05-06can: rockchip_canfd: rkcanfd_remove(): fix order of unregistration callsMarc Kleine-Budde-1/+1
2025-05-06can: mcp251xfd: mcp251xfd_remove(): fix order of unregistration callsMarc Kleine-Budde-1/+1
2025-05-06can: mcp251xfd: fix TDC setting for low data bit ratesKelsey Maes-8/+32
2025-05-06can: m_can: m_can_class_allocate_dev(): initialize spin lock on device probeAntonios Salios-0/+1
2025-05-06net: ethernet: mtk_eth_soc: do not reset PSE when setting FEFrank Wunderlich-3/+0
2025-05-06net: ethernet: mtk_eth_soc: reset all TX queues on DMA freeDaniel Golle-4/+12
2025-05-05virtio-net: free xsk_buffs on error in virtnet_xsk_pool_enable()Jakub Kicinski-2/+6
2025-05-05virtio-net: don't re-enable refill work too early when NAPI is disabledJakub Kicinski-3/+8
2025-05-01net: vertexcom: mse102x: Fix RX error handlingStefan Wahren-4/+16
2025-05-01net: vertexcom: mse102x: Add range check for CMD_RTSStefan Wahren-2/+4
2025-05-01net: vertexcom: mse102x: Fix LEN_MASKStefan Wahren-1/+1
2025-05-01net: vertexcom: mse102x: Fix possible stuck of SPI interruptStefan Wahren-0/+8
2025-05-01net: hns3: defer calling ptp_clock_register()Jian Shen-6/+7
2025-05-01net: hns3: fixed debugfs tm_qset sizeHao Lan-1/+1
2025-05-01net: hns3: fix an interrupt residual problemYonglong Liu-43/+39
2025-05-01net: hns3: store rx VLAN tag offload state for VFJian Shen-6/+20
2025-05-01Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-10/+16
2025-05-01octeon_ep: Fix host hang issue during device rebootSathesh B Edara-1/+1
2025-05-01net: fec: ERR007885 Workaround for conventional TXMattias Barthel-1/+6
2025-05-01net: lan743x: Fix memleak issue when GSO enabledThangaraj Samynathan-2/+7
2025-05-01bnxt_en: fix module unload sequenceVadim Fedorenko-1/+1