summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-10-20can: bxcan: bxcan_start_xmit(): use can_dev_dropped_skb() instead of can_drop...Marc Kleine-Budde-1/+1
2025-10-20Merge tag 'iwlwifi-fixes-2025-10-19' of https://git.kernel.org/pub/scm/linux/...Johannes Berg-2/+3
2025-10-20wifi: brcmfmac: fix crash while sending Action Frames in standalone AP ModeGokul Sivakumar-22/+12
2025-10-20Merge tag 'ath-current-20251006' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg-27/+72
2025-10-19wifi: iwlwifi: fix potential use after free in iwl_mld_remove_link()Dan Carpenter-2/+3
2025-10-18wifi: ath12k: Add MODULE_FIRMWARE() entriesTakashi Iwai-0/+4
2025-10-17net: dsa: lantiq_gswip: treat VID 0 like the PVIDVladimir Oltean-2/+2
2025-10-17net: dsa: lantiq_gswip: drop untagged on VLAN-aware bridge ports with no PVIDVladimir Oltean-0/+10
2025-10-17net: dsa: lantiq_gswip: put a more descriptive error print in gswip_vlan_remo...Vladimir Oltean-1/+2
2025-10-17net: dsa: lantiq_gswip: remove vlan_aware and pvid arguments from gswip_vlan_...Vladimir Oltean-5/+4
2025-10-17net: dsa: lantiq_gswip: disallow changes to privately set up VID 0Vladimir Oltean-0/+6
2025-10-17net: dsa: lantiq_gswip: permit dynamic changes to VLAN filtering stateVladimir Oltean-27/+12
2025-10-17net: dsa: lantiq_gswip: remove legacy configure_vlan_while_not_filtering optionVladimir Oltean-6/+43
2025-10-17net: dsa: lantiq_gswip: merge gswip_vlan_add_unaware() and gswip_vlan_add_awa...Vladimir Oltean-77/+17
2025-10-17net: dsa: lantiq_gswip: remove duplicate assignment to vlan_mapping.val[0]Vladimir Oltean-2/+1
2025-10-17net: dsa: lantiq_gswip: define VLAN ID 0 constantVladimir Oltean-5/+9
2025-10-17net: dsa: lantiq_gswip: support bridge FDB entries on the CPU portVladimir Oltean-8/+10
2025-10-17r8169: reconfigure rx unconditionally before chip reset when resumingHeiner Kallweit-3/+1
2025-10-17net: phy: realtek: fix rtl8221b-vm-cg nameAleksander Jan Bajkowski-8/+8
2025-10-17dpaa2-eth: fix the pointer passed to PTR_ALIGN on Tx pathIoana Ciornei-2/+1
2025-10-17net: bonding: update the slave array for broadcast modeTonghao Zhang-2/+5
2025-10-17net: enetc: correct the value of ENETC_RXB_TRUESIZEWei Fang-1/+1
2025-10-17net: enetc: fix the deadlock of enetc_mdio_lockJianpeng Chang-4/+21
2025-10-17ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.Kuniyuki Iwashima-2/+2
2025-10-17net: hibmcge: support pci_driver.shutdown()Jijie Shao-0/+17
2025-10-17can: m_can: m_can_get_berr_counter(): don't wake up controller if interface i...Marc Kleine-Budde-0/+4
2025-10-17can: m_can: m_can_tx_submit(): remove unneeded sanity checksMarc Kleine-Budde-5/+0
2025-10-17can: m_can: m_can_class_register(): remove error message in case devm_kzalloc...Marc Kleine-Budde-3/+1
2025-10-17can: m_can: m_can_interrupt_enable(): use m_can_write() instead of open codin...Marc Kleine-Budde-1/+1
2025-10-17net: m_can: convert dev_{dbg,info,err} -> netdev_{dbg,info,err}Marc Kleine-Budde-27/+27
2025-10-17can: m_can: hrtimer_callback(): rename to m_can_polling_timer()Marc Kleine-Budde-2/+2
2025-10-17can: m_can: m_can_init_ram(): make staticMarc Kleine-Budde-23/+21
2025-10-17can: m_can: Support pinctrl wakeup stateMarkus Schneider-Pargmann (TI.com)-2/+70
2025-10-17can: m_can: Return ERR_PTR on error in allocationMarkus Schneider-Pargmann (TI.com)-9/+9
2025-10-17can: m_can: Map WoL to device_set_wakeup_enableMarkus Schneider-Pargmann (TI.com)-0/+37
2025-10-17can: treewide: remove can_change_mtu()Vincent Mailhol-76/+0
2025-10-17can: m_can: add support for optional resetMarc Kleine-Budde-3/+25
2025-10-16net: stmmac: dwmac-rk: Fix disabling set_clock_selectionSebastian Reichel-4/+5
2025-10-16net: macb: sort #includesThéo Lebrun-18/+19
2025-10-16net: macb: apply reverse christmas tree in macb_tx_map()Théo Lebrun-4/+4
2025-10-16net: macb: drop `count` local variable in macb_tx_map()Théo Lebrun-6/+4
2025-10-16net: macb: drop `entry` local variable in macb_tx_map()Théo Lebrun-11/+7
2025-10-16net: macb: replace min() with umin() callsThéo Lebrun-5/+5
2025-10-16net: macb: remove bp->queue_maskThéo Lebrun-33/+37
2025-10-16net: macb: introduce DMA descriptor helpers (is 64bit? is PTP?)Théo Lebrun-49/+32
2025-10-16net: macb: move bp->hw_dma_cap flags to bp->capsThéo Lebrun-29/+25
2025-10-16net: macb: simplify macb_adj_dma_desc_idx()Théo Lebrun-12/+6
2025-10-16net: macb: simplify macb_dma_desc_get_size()Théo Lebrun-20/+7
2025-10-16net: macb: drop macb_config NULL checkingThéo Lebrun-4/+2
2025-10-16net: macb: Remove local variables clk_init and init in macb_probe()Théo Lebrun-10/+3