summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-06ixgbe: Rearrange args to fix reverse Christmas treeJedrzej Jagielski
2024-02-06ixgbe: Convert ret val type from s32 to intJedrzej Jagielski
2024-02-06Merge branch 'nfc-hci-save-a-few-bytes-of-memory-when-registering-a-nfc_llc-e...Paolo Abeni
2024-02-06nfc: hci: Save a few bytes of memory when registering a 'nfc_llc' engineChristophe JAILLET
2024-02-06nfc: hci: Introduce nfc_llc_del_engine() to reduce code duplicationChristophe JAILLET
2024-02-06tipc: rename the module name diag to tipc_diagXin Long
2024-02-06Merge branch 'pds_core-various-improvements-cleanups'Paolo Abeni
2024-02-06pds_core: Clean up init/uninit flows to be more readableBrett Creeley
2024-02-06pds_core: Fix up some minor issuesBrett Creeley
2024-02-06pds_core: Unmask adminq interrupt in work threadBrett Creeley
2024-02-06pds_core: Don't assign interrupt index/bound_intr to notifyqBrett Creeley
2024-02-06bonding: Add independent control state machineAahil Awatramani
2024-02-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni
2024-02-06net: phy: constify phydev->drvRussell King (Oracle)
2024-02-06net: dst: Make dst_destroy() static and return void.Sebastian Andrzej Siewior
2024-02-06Merge branch 'net-ravb-prepare-for-suspend-to-ram-and-runtime-pm-support-part-1'Paolo Abeni
2024-02-06net: ravb: Simplify ravb_resume()Claudiu Beznea
2024-02-06net: ravb: Simplify ravb_suspend()Claudiu Beznea
2024-02-06net: ravb: Set config mode in ndo_open and reset mode in ndo_closeClaudiu Beznea
2024-02-06net: ravb: Move PTP initialization in the driver's ndo_open API for ccc_gac p...Claudiu Beznea
2024-02-06net: ravb: Move DBAT configuration to the driver's ndo_open APIClaudiu Beznea
2024-02-06net: ravb: Move delay mode set in the driver's ndo_open APIClaudiu Beznea
2024-02-06net: ravb: Split GTI computation and set operationsClaudiu Beznea
2024-02-06net: ravb: Move getting/requesting IRQs in the probe() methodClaudiu Beznea
2024-02-06net: ravb: Move reference clock enable/disable on runtime PM APIsClaudiu Beznea
2024-02-06net: ravb: Assert/de-assert reset on suspend/resumeClaudiu Beznea
2024-02-06net: ravb: Use tabs instead of spacesClaudiu Beznea
2024-02-06net: ravb: Switch to SYSTEM_SLEEP_PM_OPS()/RUNTIME_PM_OPS() and pm_ptr()Claudiu Beznea
2024-02-06net: ravb: Make reset controller support mandatoryClaudiu Beznea
2024-02-06net: ravb: Rely on PM domain to enable gptp_clkClaudiu Beznea
2024-02-06net: ravb: Let IP-specific receive function to interrogate descriptorsClaudiu Beznea
2024-02-06net: encx24j600: convert to use maple tree register cacheBo Liu
2024-02-06selftests/net: ignore timing errors in so_txtime if KSFT_MACHINE_SLOWWillem de Bruijn
2024-02-05netdevsim: add Makefile for selftestsDavid Wei
2024-02-05Merge branch 'qca8k-cleanup-fixes'David S. Miller
2024-02-05net: dsa: qca8k: consistently use "ret" rather than "err" for error codesVladimir Oltean
2024-02-05net: dsa: qca8k: put MDIO controller OF node if unavailableVladimir Oltean
2024-02-05net: dsa: reindent arguments of dsa_user_vlan_for_each()Vladimir Oltean
2024-02-05net: ocelot: update the MODULE_DESCRIPTION()Breno Leitao
2024-02-05net: blackhole_dev: fix build warning for ethh set but not usedBreno Leitao
2024-02-05Merge branch 'mptcp-annotate-lockless'David S. Miller
2024-02-05mptcp: annotate lockless accesses around read-mostly fieldsPaolo Abeni
2024-02-05mptcp: annotate lockless access for tokenPaolo Abeni
2024-02-05mptcp: annotate lockless access for RX path fieldsPaolo Abeni
2024-02-05mptcp: annotate lockless access for the tx pathPaolo Abeni
2024-02-05mptcp: annotate access for msk keysPaolo Abeni
2024-02-05tsnep: Add helper for RX XDP_RING_NEED_WAKEUP flagGerhard Engleder
2024-02-05sctp: preserve const qualifier in sctp_sk()Eric Dumazet
2024-02-04net: make dev_unreg_count globalEric Dumazet
2024-02-04tun: Implement ethtool's get_channels() callbackYunjian Wang