summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-10ice: Use FIELD_PREP for timestamp valuesKarol Kolacinski
2025-02-10ice: Remove unnecessary ice_is_e8xx() functionsKarol Kolacinski
2025-02-10ice: Don't check device type when checking GNSS presenceKarol Kolacinski
2025-02-10Merge branch 'eth-fbnic-support-rss-contexts-and-ntuple-filters'Jakub Kicinski
2025-02-10eth: fbnic: support listing tcam content via debugfsAlexander Duyck
2025-02-10selftests: drv-net: rss_ctx: skip tests which need multiple contexts cleanlyJakub Kicinski
2025-02-10eth: fbnic: support n-tuple filtersAlexander Duyck
2025-02-10eth: fbnic: add IP TCAM programmingAlexander Duyck
2025-02-10eth: fbnic: support an additional RSS contextDaniel Zahka
2025-02-10selftests: net-drv: test adding flow rule to invalid RSS contextJakub Kicinski
2025-02-10net: ethtool: prevent flow steering to RSS contexts which don't existJakub Kicinski
2025-02-10Merge branch 'netconsole-cpu-population'David S. Miller
2025-02-10netconsole: docs: Add documentation for CPU number auto-populationBreno Leitao
2025-02-10netconsole: selftest: test for sysdata CPUBreno Leitao
2025-02-10netconsole: add support for sysdata and CPU populationBreno Leitao
2025-02-10netconsole: Include sysdata in extradata entry countBreno Leitao
2025-02-10netconsole: Introduce configfs helpers for sysdata featuresBreno Leitao
2025-02-10netconsole: Helper to count number of used entriesBreno Leitao
2025-02-10netconsole: Rename userdata to extradataBreno Leitao
2025-02-10netconsole: consolidate send buffers into netconsole_target structBreno Leitao
2025-02-07Merge branch 'net-improve-core-queue-api-handling-while-device-is-down'Jakub Kicinski
2025-02-07netdevsim: allow normal queue reset while downJakub Kicinski
2025-02-07net: page_pool: avoid false positive warning if NAPI was never addedJakub Kicinski
2025-02-07net: devmem: don't call queue stop / start when the interface is downJakub Kicinski
2025-02-07net: refactor netdev_rx_queue_restart() to use local qopsJakub Kicinski
2025-02-07net: gianfar: simplify init_phy()Heiner Kallweit
2025-02-07Merge branch 'add-usb-support-for-telit-cinterion-fn990b'Jakub Kicinski
2025-02-07net: usb: cdc_mbim: fix Telit Cinterion FN990A nameFabio Porcedda
2025-02-07net: usb: qmi_wwan: fix Telit Cinterion FN990A nameFabio Porcedda
2025-02-07net: usb: qmi_wwan: add Telit Cinterion FN990B compositionFabio Porcedda
2025-02-07net: renesas: rswitch: Convert to for_each_available_child_of_node()Geert Uytterhoeven
2025-02-07Merge branch 'net-stmmac-yet-more-eee-updates'Jakub Kicinski
2025-02-07net: stmmac: remove old EEE methodsRussell King (Oracle)
2025-02-07net: stmmac: use stmmac_set_lpi_mode()Russell King (Oracle)
2025-02-07net: stmmac: dwmac4: clear LPI_CTRL_STATUS_LPITCSE tooRussell King (Oracle)
2025-02-07net: stmmac: add new MAC method set_lpi_mode()Russell King (Oracle)
2025-02-07net: stmmac: use common LPI_CTRL_STATUS bit definitionsRussell King (Oracle)
2025-02-07net: stmmac: remove unnecessary LPI disable when enabling LPIRussell King (Oracle)
2025-02-07net: stmmac: clear priv->tx_path_in_lpi_mode when disabling LPIRussell King (Oracle)
2025-02-07net: stmmac: remove unnecessary priv->eee_enabled testsRussell King (Oracle)
2025-02-07net: stmmac: remove unnecessary priv->eee_active testsRussell King (Oracle)
2025-02-07net: stmmac: remove priv->dma_cap.eee test in tx_lpi methodsRussell King (Oracle)
2025-02-07net: stmmac: split stmmac_init_eee() and move to phylink methodsRussell King (Oracle)
2025-02-07net: stmmac: dwmac4: ensure LPIATE is clearedRussell King (Oracle)
2025-02-07net: stmmac: ensure LPI is disabled when disabling EEERussell King (Oracle)
2025-02-07net: stmmac: delete software timer before disabling LPIRussell King (Oracle)
2025-02-07tcp: rename inet_csk_{delete|reset}_keepalive_timer()Eric Dumazet
2025-02-07tcp: do not export tcp_parse_mss_option() and tcp_mtup_init()Eric Dumazet
2025-02-07vxlan: Remove unnecessary comments for vxlan_rcv() and vxlan_err_lookup()Ted Chen
2025-02-07Merge branch 'of_get_available_child_by_name'David S. Miller