summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2025-04-23wifi: rt2x00: remove weird self-assignment in rt2800_loft_search()Dmitry Antipov
2025-04-23wifi: iwlwifi: restore missing initialization of async_handlers_listItamar Shalev
2025-04-23wifi: brcm80211: fmac: Add error handling for brcmf_usb_dl_writeimage()Wentao Liang
2025-04-23wifi: plfxlc: Remove erroneous assert in plfxlc_mac_releaseMurad Masimov
2025-04-23wifi: iwlwifi: fix the check for the SCRATCH register upon resumeEmmanuel Grumbach
2025-04-23wifi: iwlwifi: don't warn if the NIC is gone in resumeEmmanuel Grumbach
2025-04-23wifi: iwlwifi: mld: fix BAID validity checkJohannes Berg
2025-04-23wifi: iwlwifi: back off on continuous errorsJohannes Berg
2025-04-23wifi: iwlwifi: mld: only create debugfs symlink if it does not existBenjamin Berg
2025-04-23wifi: iwlwifi: mld: inform trans on init failureMiri Korenblit
2025-04-23wifi: iwlwifi: mld: properly handle async notification in op mode startMiri Korenblit
2025-04-23Revert "wifi: iwlwifi: make no_160 more generic"Miri Korenblit
2025-04-23Revert "wifi: iwlwifi: add support for BE213"Miri Korenblit
2025-04-22xdp: create locked/unlocked instances of xdp redirect target settersJoshua Washington
2025-04-22net: wangxun: restrict feature flags for tunnel packetsJiawen Wu
2025-04-22net: txgbe: Support to set UDP tunnel portJiawen Wu
2025-04-22ppp: Split ppp_exit_net() to ->exit_rtnl().Kuniyuki Iwashima
2025-04-22pfcp: Convert pfcp_net_exit() to ->exit_rtnl().Kuniyuki Iwashima
2025-04-22net: stmmac: visconti: convert to set_clk_tx_rate() methodRussell King (Oracle)
2025-04-22net: dsa: rzn1_a5psw: Make the read-only array offsets static constColin Ian King
2025-04-22net: ethernet: mtk_eth_soc: net: revise NETSYSv3 hardware configurationBo-Cun Chen
2025-04-22net: stmmac: Add DWMAC glue layer for Renesas GBETHLad Prabhakar
2025-04-22virtio-net: disable delayed refill when pausing rxBui Quang Minh
2025-04-22net: phy: leds: fix memory leakQingfang Deng
2025-04-22emulex/benet: Annotate flash_cookie as nonstringKees Cook
2025-04-22net: phy: dp83822: Add support for changing the MAC terminationDimitri Fedrau
2025-04-22net: phy: Add helper for getting MAC termination resistanceDimitri Fedrau
2025-04-22r8169: use pci_prepare_to_sleep in rtl_shutdownHeiner Kallweit
2025-04-22octeontx2-af: Remove unused rvu_npc_enable_bcast_entryDr. David Alan Gilbert
2025-04-22net: phylink: fix suspend/resume with WoL enabled and link downRussell King (Oracle)
2025-04-22rtase: Add ndo_setup_tc support for CBS offload in traffic control setupJustin Lai
2025-04-22net: phy: microchip: force IRQ polling mode for lan88xxFiona Klute
2025-04-22ionic: add module eeprom channel data to ionic_if and ethtoolShannon Nelson
2025-04-22ionic: support ethtool get_module_eeprom_by_pageShannon Nelson
2025-04-22ionic: extend the QSFP module sprom for more pagesShannon Nelson
2025-04-22vxlan: Convert FDB table to rhashtableIdo Schimmel
2025-04-22vxlan: Introduce FDB key structureIdo Schimmel
2025-04-22vxlan: Do not treat dst cache initialization errors as fatalIdo Schimmel
2025-04-22vxlan: Create wrappers for FDB lookupIdo Schimmel
2025-04-22vxlan: Rename FDB Tx lookup functionIdo Schimmel
2025-04-22vxlan: Convert FDB flushing to RCUIdo Schimmel
2025-04-22vxlan: Convert FDB garbage collection to RCUIdo Schimmel
2025-04-22vxlan: Use linked list to traverse FDB entriesIdo Schimmel
2025-04-22vxlan: Add a linked list of FDB entriesIdo Schimmel
2025-04-22vxlan: Use a single lock to protect the FDB tableIdo Schimmel
2025-04-22vxlan: Relocate assignment of default remote deviceIdo Schimmel
2025-04-22vxlan: Unsplit default FDB entry creation and notificationIdo Schimmel
2025-04-22vxlan: Insert FDB into hash table in vxlan_fdb_create()Ido Schimmel
2025-04-22vxlan: Simplify creation of default FDB entryIdo Schimmel
2025-04-22vxlan: Add RCU read-side critical sections in the Tx pathIdo Schimmel