summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2024-09-03net: ethernet: rtsn: Remove setting of RX software timestampGal Pressman
2024-09-03net: renesas: rswitch: Remove setting of RX software timestampGal Pressman
2024-09-03ravb: Remove setting of RX software timestampGal Pressman
2024-09-03ionic: Remove setting of RX software timestampGal Pressman
2024-09-03tsnep: Remove setting of RX software timestampGal Pressman
2024-09-03can: peak_usb: Remove setting of RX software timestampGal Pressman
2024-09-03can: peak_canfd: Remove setting of RX software timestampGal Pressman
2024-09-03can: dev: Remove setting of RX software timestampGal Pressman
2024-09-03Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2024-09-03usbnet: modern method to get random MACOliver Neukum
2024-09-03wifi: mwifiex: Convert to use jiffies macroChen Yufan
2024-09-03wifi: wilc1000: Re-enable RTC clock on resumeMarek Vasut
2024-09-03wifi: wilc1000: Do not operate uninitialized hardware during suspend/resumeMarek Vasut
2024-09-03wifi: brcmsmac: Use kvmemdup to simplify the codeJinjie Ruan
2024-09-03Merge tag 'ath-current-20240903' of git://git.kernel.org/pub/scm/linux/kernel...Kalle Valo
2024-09-03ice: do not bring the VSI up, if it was down before the XDP setupLarysa Zaremba
2024-09-03ice: remove ICE_CFG_BUSY locking from AF_XDP codeLarysa Zaremba
2024-09-03ice: check ICE_VSI_DOWN under rtnl_lock when preparing for resetLarysa Zaremba
2024-09-03ice: check for XDP rings instead of bpf program when unconfiguringLarysa Zaremba
2024-09-03ice: protect XDP configuration with a mutexLarysa Zaremba
2024-09-03ice: move netif_queue_set_napi to rtnl-protected sectionsLarysa Zaremba
2024-09-03cxgb: Remove unused declarationsYue Haibing
2024-09-03cxgb4: Remove unused declarationsYue Haibing
2024-09-03cxgb3: Remove unused declarationsYue Haibing
2024-09-03net: bcmasp: Simplify with scoped for each OF child loopJinjie Ruan
2024-09-03net: dsa: microchip: Use scoped function to simplfy codeJinjie Ruan
2024-09-03net: mv643xx_eth: Simplify with scoped for each OF child loopJinjie Ruan
2024-09-03net: mdio: mux-mmioreg: Simplified with dev_err_probe()Jinjie Ruan
2024-09-03net: mdio: mux-mmioreg: Simplified with scoped functionJinjie Ruan
2024-09-03net: phy: Use for_each_available_child_of_node_scoped()Jinjie Ruan
2024-09-03net: dsa: realtek: Use for_each_child_of_node_scoped()Jinjie Ruan
2024-09-03net: stmmac: dwmac-sun8i: Use for_each_child_of_node_scoped()Jinjie Ruan
2024-09-03net: phy: Fix missing of_node_put() for ledsJinjie Ruan
2024-09-03wifi: iwlwifi: mvm: properly set the rates in link cmdMiri Korenblit
2024-09-03wifi: iwlwifi: mvm: Remove unused last_sub_index from reorder bufferDaniel Gabay
2024-09-03wifi: iwlwifi: mvm: remove mvm prefix from iwl_mvm_tx_resp*Miri Korenblit
2024-09-03wifi: iwlwifi: s/iwl_mvm_remove_sta_cmd/iwl_remove_sta_cmdMiri Korenblit
2024-09-03wifi: iwlwifi: STA command structure shouldn't be mvm specificMiri Korenblit
2024-09-03wifi: iwlwifi: s/IWL_MVM_STATION_COUNT_MAX/IWL_STATION_COUNT_MAXMiri Korenblit
2024-09-03wifi: iwlwifi: mvm: tell the firmware about CSA with mode=1Emmanuel Grumbach
2024-09-03wifi: iwlwifi: mvm: refactor scan channel description a bitJohannes Berg
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin
2024-09-03net: ethernet: ti: am65-cpsw: Fix RX statistics for XDP_TX and XDP_REDIRECTRoger Quadros
2024-09-03net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDP_TXRoger Quadros
2024-09-03net: ethernet: ti: am65-cpsw: fix XDP_DROP, XDP_TX and XDP_REDIRECTRoger Quadros
2024-09-03net: dsa: vsc73xx: implement FDB operationsPawel Dembicki
2024-09-02Merge tag 'linux-can-next-for-6.12-20240830' of git://git.kernel.org/pub/scm/...Jakub Kicinski