aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-12-19Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds28-89/+159
2024-12-19net: mdiobus: fix an OF node reference leakJoe Hattori1-3/+10
2024-12-18octeontx2-pf: fix error handling of devlink port in rvu_rep_create()Harshit Mogalapalli1-0/+1
2024-12-18octeontx2-pf: fix netdev memory leak in rvu_rep_create()Harshit Mogalapalli1-1/+3
2024-12-18Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski4-11/+32
2024-12-18Merge tag 'linux-can-fixes-for-6.13-20241218' of git://git.kernel.org/pub/scm...Jakub Kicinski3-10/+28
2024-12-18net: usb: qmi_wwan: add Quectel RG255CMartin Hou1-0/+1
2024-12-18net: phy: avoid undefined behavior in *_led_polarity_set()Arnd Bergmann3-3/+3
2024-12-18can: m_can: fix missed interrupts with m_can_pciMatthias Schiffer3-5/+19
2024-12-18can: m_can: set init flag earlier in probeMatthias Schiffer1-5/+9
2024-12-17net: netdevsim: fix nsim_pp_hold_write()Eric Dumazet1-2/+2
2024-12-17idpf: trigger SW interrupt when exiting wb_on_itr modeJoshua Hay1-10/+19
2024-12-17idpf: add support for SW triggered interruptsJoshua Hay3-1/+13
2024-12-17qed: fix possible uninit pointer read in qed_mcp_nvm_info_populate()Gianfranco Trad1-0/+1
2024-12-17net: ethernet: bgmac-platform: fix an OF node reference leakJoe Hattori1-1/+4
2024-12-17net: ethernet: oa_tc6: fix tx skb race condition between reference pointersParthiban Veerasooran1-0/+6
2024-12-17net: ethernet: oa_tc6: fix infinite loop error when tx credits becomes 0Parthiban Veerasooran1-2/+3
2024-12-16net: hinic: Fix cleanup in create_rxqs/txqs()Dan Carpenter1-0/+2
2024-12-16team: Fix feature exposure when no ports are presentDaniel Borkmann1-2/+6
2024-12-16chelsio/chtls: prevent potential integer overflow on 32bitDan Carpenter1-2/+3
2024-12-15net: renesas: rswitch: rework ts tags managementNikita Yushchenko2-45/+42
2024-12-15ionic: use ee->offset when returning sprom dataShannon Nelson1-2/+2
2024-12-15ionic: no double destroy workqueueShannon Nelson1-1/+4
2024-12-15ionic: Fix netdev notifier unregister on failureBrett Creeley1-2/+2
2024-12-15netdevsim: prevent bad user input in nsim_dev_health_break_write()Eric Dumazet1-0/+2
2024-12-15net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic()Vladimir Oltean1-1/+1
2024-12-13net: tun: fix tun_napi_alloc_frags()Eric Dumazet1-1/+1
2024-12-13xen/netfront: fix crash when removing deviceJuergen Gross1-1/+4
2024-12-12net: dsa: microchip: KSZ9896 register regmap alignment to 32 bit boundariesJesse Van Gavere1-24/+18
2024-12-12net: renesas: rswitch: fix initial MPIC register settingNikita Yushchenko2-13/+28
2024-12-12team: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann1-1/+2
2024-12-12team: Fix initial vlan_feature set in __team_compute_featuresDaniel Borkmann1-2/+3
2024-12-12bonding: Fix feature propagation of NETIF_F_GSO_ENCAP_ALLDaniel Borkmann1-0/+1
2024-12-12bonding: Fix initial {vlan,mpls}_feature set in bond_compute_featuresDaniel Borkmann1-2/+3
2024-12-12net, team, bonding: Add netdev_base_features helperDaniel Borkmann2-5/+2
2024-12-11net: dsa: felix: fix stuck CPU-injected packets with short taprio windowsVladimir Oltean1-6/+11
2024-12-11net: usb: qmi_wwan: add Telit FE910C04 compositionsDaniele Palmas1-0/+3
2024-12-11net: mana: Fix irq_contexts memory leak in mana_gd_setup_irqsMaxim Levitsky1-2/+3
2024-12-11net: mana: Fix memory leak in mana_gd_setup_irqsMaxim Levitsky1-0/+1
2024-12-10net: renesas: rswitch: handle stop vs interrupt raceNikita Yushchenko1-15/+18
2024-12-10net: renesas: rswitch: avoid use-after-put for a device tree nodeNikita Yushchenko1-1/+2
2024-12-10net: renesas: rswitch: fix leaked pointer on error pathNikita Yushchenko1-0/+1
2024-12-10net: renesas: rswitch: fix race window between tx start and completeNikita Yushchenko1-8/+8
2024-12-10net: renesas: rswitch: fix possible early skb releaseNikita Yushchenko1-2/+3
2024-12-10Merge tag 'wireless-2024-12-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-1/+1
2024-12-10bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chipsMichael Chan1-3/+3
2024-12-10virtio_net: ensure netdev_tx_reset_queue is called on bind xsk for txKoichiro Den1-1/+2
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_reset()Koichiro Den1-2/+2
2024-12-10virtio_net: ensure netdev_tx_reset_queue is called on tx ring resizeKoichiro Den1-1/+11
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_resize()Koichiro Den1-2/+2