summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2024-12-11ice: move prefetch enable to ice_setup_rx_ctxJacob Keller
2024-12-11ice: reduce size of queue context fieldsJacob Keller
2024-12-11ice: use <linux/packing.h> for Tx and Rx queue context dataJacob Keller
2024-12-11ice: use structures to keep track of queue context sizeJacob Keller
2024-12-11ice: remove int_q_state from ice_tlan_ctxJacob Keller
2024-12-11lib: packing: demote truncation error in pack() to a warning in __pack()Vladimir Oltean
2024-12-11cn10k-ipsec: Fix compilation error when CONFIG_XFRM_OFFLOAD disabledBharat Bhushan
2024-12-11gve: Remove unused gve_adminq_set_mtuDr. David Alan Gilbert
2024-12-11nfp: Convert timeouts to secs_to_jiffies()Easwar Hariharan
2024-12-12wifi: rtw89: phy: add dummy C2H event handler for report of TAS powerPing-Ke Shih
2024-12-12wifi: rtw89: 8851b: rfk: remove unnecessary assignment of return value of _dp...Ping-Ke Shih
2024-12-12wifi: rtw89: 8852c: rfk: refine target channel calculation in _rx_dck_channel...Ping-Ke Shih
2024-12-12wifi: rtlwifi: pci: wait for firmware loading before releasing memoryThadeu Lima de Souza Cascardo
2024-12-12wifi: rtlwifi: fix memory leaks and invalid access at probe error pathThadeu Lima de Souza Cascardo
2024-12-12wifi: rtlwifi: destroy workqueue at rtl_deinit_coreThadeu Lima de Souza Cascardo
2024-12-12wifi: rtlwifi: remove unused check_buddy_privThadeu Lima de Souza Cascardo
2024-12-12wifi: rtw89: 8922a: update format of RFK pre-notify H2C command v2Chih-Kang Chang
2024-12-12wifi: rtw89: regd: update regulatory map to R68-R51Zong-Zhe Yang
2024-12-12wifi: rtw89: 8852c: disable ER SU when 4x HE-LTF and 0.8 GI capability differKuan-Chung Chen
2024-12-12wifi: rtw89: disable firmware training HE GI and LTFKuan-Chung Chen
2024-12-12wifi: rtw89: ps: update data for firmware and settings for hardware before/af...Eric Huang
2024-12-12wifi: rtw89: ps: refactor channel info to firmware before entering PSPing-Ke Shih
2024-12-12wifi: rtw89: ps: refactor PS flow to support MLOPing-Ke Shih
2024-12-11wifi: ath12k: Off by one in ath12k_wmi_process_csa_switch_count_event()Dan Carpenter
2024-12-11wifi: ath12k: fix leaking michael_mic for non-primary linksBaochen Qiang
2024-12-11net: renesas: rswitch: enable only used MFWD featuresNikita Yushchenko
2024-12-10net: renesas: rswitch: handle stop vs interrupt raceNikita Yushchenko
2024-12-10net: renesas: rswitch: avoid use-after-put for a device tree nodeNikita Yushchenko
2024-12-10net: renesas: rswitch: fix leaked pointer on error pathNikita Yushchenko
2024-12-10net: renesas: rswitch: fix race window between tx start and completeNikita Yushchenko
2024-12-10net: renesas: rswitch: fix possible early skb releaseNikita Yushchenko
2024-12-10net: usb: lan78xx: Rename lan78xx_phy_wait_not_busy to lan78xx_mdiobus_wait_n...Oleksij Rempel
2024-12-10net: usb: lan78xx: Improve error handling in lan78xx_phy_wait_not_busyOleksij Rempel
2024-12-10net: usb: lan78xx: Fix return value handling in lan78xx_set_featuresOleksij Rempel
2024-12-10net: usb: lan78xx: Simplify lan78xx_update_regOleksij Rempel
2024-12-10net: usb: lan78xx: Add error handling to lan78xx_set_mac_addrOleksij Rempel
2024-12-10net: usb: lan78xx: Add error handling to lan78xx_init_mac_addressOleksij Rempel
2024-12-10net: usb: lan78xx: Add error handling to lan78xx_setup_irq_domainOleksij Rempel
2024-12-10Merge tag 'wireless-2024-12-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-12-10net: wwan: t7xx: Replace deprecated PCI functionsPhilipp Stanner
2024-12-10rtnetlink: add ndo_fdb_dump_contextEric Dumazet
2024-12-10net: phy: dp83822: Replace DP83822_DEVADDR with MDIO_MMD_VEND2Dimitri Fedrau
2024-12-10net: hinic: Fix typo in dev_err messageAndrew Kreimer
2024-12-10bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chipsMichael Chan
2024-12-10net: stmmac: Relocate extern declarations in common.h and hwif.hFurong Xu
2024-12-10dsa: mv88e6xxx: Centralise common statistics checkAndrew Lunn
2024-12-10dsa: mv88e6xxx: Move available stats into info structureAndrew Lunn
2024-12-10virtio_net: ensure netdev_tx_reset_queue is called on bind xsk for txKoichiro Den
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_reset()Koichiro Den
2024-12-10virtio_net: ensure netdev_tx_reset_queue is called on tx ring resizeKoichiro Den