summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2026-01-27Merge tag 'iwlwifi-next-2026-01-21' of https://git.kernel.org/pub/scm/linux/k...Johannes Berg-925/+1591
2026-01-27Merge tag 'ath-next-20260120' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg-227/+3135
2026-01-27wifi: iwlegacy: add missing mutex protection in il4965_store_tx_power()Ziyi Guo-0/+2
2026-01-27wifi: iwlegacy: add missing mutex protection in il3945_store_measurement()Ziyi Guo-0/+2
2026-01-27wifi: p54: Fix memory leak in p54_beacon_update()Zilin Guan-1/+3
2026-01-27wifi: rtw88: sdio: Migrate to use sdio specific shutdown functionUwe Kleine-König-8/+7
2026-01-27wifi: rsi: sdio: Migrate to use sdio specific shutdown functionUwe Kleine-König-3/+2
2026-01-27net: hns3: extend HCLGE_FD_AD_COUNTER_NUM to 8 bitsJijie Shao-4/+9
2026-01-27net: hns3: extend HCLGE_FD_AD_QID to 11 bitsJijie Shao-3/+6
2026-01-27net: dsa: mxl-gsw1xx: add support for Intel GSW150Daniel Golle-6/+67
2026-01-27net: dsa: mxl-gsw1xx: only setup SerDes PCS if it existsDaniel Golle-14/+23
2026-01-27net: dsa: lantiq: clean up phylink_get_caps switch statementDaniel Golle-15/+8
2026-01-27net: dsa: lantiq: allow arbitrary MII registersDaniel Golle-37/+66
2026-01-26net: ethernet: ti: netcp: Use u64_stats_t with u64_stats_sync properlyDavid Yang-12/+12
2026-01-26netdevsim: use u64_stats_t with u64_stats_sync properlyDavid Yang-12/+14
2026-01-26net: spacemit: Check for netif_carrier_ok() in emac_stats_update()Vivian Wang-7/+27
2026-01-26r8169: remove optional size argument in calls to strscpyHeiner Kallweit-5/+4
2026-01-26r8169: add support for extended chip version id and RTL9151ASJaven Xu-9/+39
2026-01-26rocker: fix memory leak in rocker_world_port_post_fini()Kery Qi-3/+2
2026-01-26net: usb: replace unnecessary get_link functions with usbnet_get_linkEthan Nelson-Moore-25/+4
2026-01-26net: usb: smsc95xx: use phy_do_ioctl_running functionEthan Nelson-Moore-9/+1
2026-01-26net: bcmasp: streamline early exit in probeJustin Chen-13/+14
2026-01-26net: bcmasp: clean up some legacy logicJustin Chen-89/+10
2026-01-26net: alacritech: Use u64_stats_t with u64_stats_sync properlyDavid Yang-29/+29
2026-01-26idpf: export RX hardware timestamping information to XDPYiFei Zhu-0/+51
2026-01-26ice: reshuffle and group Rx and Tx queue fields by cachelinesAlexander Lobakin-57/+70
2026-01-26ice: convert all ring stats to u64_stats_tJacob Keller-90/+147
2026-01-26ice: shorten ring stat names and add accessorsJacob Keller-35/+60
2026-01-26ice: use u64_stats API to access pkts/bytes in dim sampleJacob Keller-22/+75
2026-01-26ice: remove ice_q_stats struct and use struct_groupJacob Keller-17/+16
2026-01-26ice: pass pointer to ice_fetch_u64_stats_per_ringJacob Keller-18/+9
2026-01-26Merge 6.19-rc7 into char-misc-nextGreg Kroah-Hartman-424/+620
2026-01-25net: dsa: yt921x: Fix MIB overflow wraparound routineDavid Yang-7/+8
2026-01-25Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-1146/+1417
2026-01-25net: usb: sr9700: rename register write commands for clarityEthan Nelson-Moore-6/+6
2026-01-25net: usb: sr9700: use ETH_ALEN instead of magic numberEthan Nelson-Moore-1/+1
2026-01-25net/mlx5: Fix return type mismatch in mlx5_esw_vport_vhca_id()Zeng Chi-1/+1
2026-01-25net: wwan: t7xx: fix potential skb->frags overflow in RX pathKery Qi-2/+7
2026-01-25ipvlan: remove ipvlan_ht_addr_lookup()Eric Dumazet-21/+34
2026-01-25vxlan: vnifilter: fix memcpy with u64_statsDavid Yang-1/+1
2026-01-25macsec: fix memcpy with u64_statsDavid Yang-3/+3
2026-01-25net: mvpp2: cls: Fix memory leak in mvpp2_ethtool_cls_rule_ins()Zilin Guan-1/+1
2026-01-25sfc: fix deadlock in RSS config readEdward Cree-6/+1
2026-01-25Merge tag 'linux-can-fixes-for-6.19-20260123' of git://git.kernel.org/pub/scm...Jakub Kicinski-3/+3
2026-01-23bonding: annotate data-races around slave->last_rxEric Dumazet-12/+14
2026-01-23eth: bnxt: plug bnxt_validate_qcfg() into qopsJakub Kicinski-5/+6
2026-01-23net: introduce a trivial netdev_queue_config()Jakub Kicinski-3/+3
2026-01-23eth: bnxt: always set the queue mgmt opsJakub Kicinski-1/+5
2026-01-23octeon_ep: Fix memory leak in octep_device_setup()Zilin Guan-1/+1
2026-01-23geneve: use GRO hint option in the RX pathPaolo Abeni-7/+176