[PATCH 0/4] Introduce class devices
2024-06-10 8:12 UTC (4+ messages)
` [PATCH 1/4] net: use for_each_netdev()
` [PATCH 2/4] base: add class device support
` [PATCH 3/4] net: register eth class
[PATCH 0/5] net: preparations for integrating a network stack
2024-06-10 7:51 UTC (6+ messages)
` [PATCH 1/5] net: virtio-net: allow to set current MAC address
` [PATCH 2/5] net: ifup: use accessor to set network device ip/netmask
` [PATCH 3/5] net: add edev argument to net_set_gateway()
` [PATCH 4/5] net: establish single code path for setting edev parameters
` [PATCH 5/5] net: host command: move to commands/
[PATCH 0/4] pbl and debug_ll fixes
2024-06-07 6:24 UTC (6+ messages)
` [PATCH 1/4] pbl: enable image verification for MIPS and RISC-V too
` [PATCH 2/4] RISC-V: fix crash on start if CONFIG_IMAGE_COMPRESSION_NONE=y
` [PATCH 3/4] ARM: bcm283x: fix compilation with debug_ll enabled
` [PATCH 4/4] ARM: vexpress: make debug_ll work
barebox + picotcp
2024-06-07 0:47 UTC (2+ messages)
[PATCH] scripts/rk-usb-loader: Add support for rk3588
2024-06-05 17:25 UTC
[PATCH] test: pytest: introduce pytest for network, test tftp notfound
2024-06-05 13:13 UTC
[PATCH] nandtest: fix wrong ecc stats and start offset parameter
2024-06-04 10:39 UTC
[PATCH v1] of: add sanity check for machine compatible string
2024-05-30 13:27 UTC (3+ messages)
[PATCH v1 1/2] net: sja1105: split adjust_link into reusable functions
2024-05-30 13:25 UTC (3+ messages)
` [PATCH v1 2/2] net: sja1105: add function to configure CPU port
[PATCH v1] spi: stm32: avoid enabling SPI in setup to allow register configuration
2024-05-30 13:24 UTC (2+ messages)
[PATCH v1] ARM: dts: stm32mp151-prtt1c: sync with the kernel dts
2024-05-30 13:22 UTC (2+ messages)
[PATCH 0/9] mci: core: add CID as parameters and fix parsing
2024-05-29 7:24 UTC (12+ messages)
` [PATCH 1/9] mci: core: rename mtd to mdt
` [PATCH 2/9] mci: core: add cbx extraction function
` [PATCH 3/9] mci: core: add product name "
` [PATCH 4/9] mci: core: add manufacturing date "
` [PATCH 5/9] mci: core: parse cid into parameters
` [PATCH 6/9] mci: core: fix extract_prv and write to string buffer
` [PATCH 7/9] mci: core: add CBX field as parameter and print it
` [PATCH 8/9] mci: core: fix extract_oid and write to string buffer
` [PATCH 9/9] mci: core: add missing slice range for extract_psn function
[PATCH v1] phy: avoid adjust_link call if link remains down
2024-05-29 6:54 UTC (4+ messages)
[PATCH v1 1/2] gpiolib: extend support for non-zero offset GPIO banks
2024-05-29 6:19 UTC (3+ messages)
` [PATCH v1 2/2] pinctrl: stm32: extract and set GPIO offset from devicetree
[PATCH master] mtd: nand: reinstate raw NAND IS_ENABLED(CONFIG_MTD_WRITE) checks
2024-05-29 6:09 UTC (2+ messages)
[PATCH master] bus: omap-gpmc: allow build with raw NAND support disabled
2024-05-29 6:09 UTC (2+ messages)
[PATCH] mtd: nand: raw: add back support for marking blocks as good
2024-05-29 6:08 UTC (2+ messages)
[PATCH] commands: mipi_dbi: fix null pointer dereference when writing data
2024-05-29 6:08 UTC (2+ messages)
[PATCH 1/3] clk: imx27: sync with kernel
2024-05-28 20:12 UTC (3+ messages)
` [PATCH 2/3] ARM: Phytec-phyCARD-imx27: switch to deep probe
` [PATCH 3/3] ARM: Phytec-phyCARD-imx27: register USB from device tree
[PATCH] usb: ulpi: add more ulpi ids
2024-05-28 20:06 UTC
[PATCH v3 0/9] net: do not read past receive buffer
2024-05-28 14:37 UTC (14+ messages)
` [PATCH v3 1/9] net: cs8900: simplify buffer read loop
` [PATCH v3 2/9] net: cs8900: do not read past the receive buffer
` [PATCH v3 3/9] net: ks8851_mll: "
` [PATCH v3 4/9] net: liteeth: "
` [PATCH v3 5/9] net: liteeth: do not set len to 0 before printing it
` [PATCH v3 6/9] net: smc911x: Fix amount of words read from RX FIFO
` [PATCH v3 7/9] net: smc911x: do not read past the receive buffer
` [PATCH] fixup! "
` [PATCH v3 8/9] net: ks8851_mll: drop return value from ks8851_rx_frame()
` [PATCH v3 9/9] net: let net rx hook return void
MTD/NAND layer size increase after update
2024-05-28 11:55 UTC
[PATCH 1/2] string: inline isempty
2024-05-28 9:00 UTC (3+ messages)
` [PATCH 2/2] string: add nonempty helper
[PATCH 1/2] watchdog: dw_wdt: do not register restart handler
2024-05-28 8:58 UTC (3+ messages)
` [PATCH 2/2] watchdog: fix watchdog restart handler when autoping is enabled
[PATCH] mtd: nand: mxc_nand: sync with kernel driver
2024-05-28 5:46 UTC (3+ messages)
[PATCH v2 0/7] net: do not read past receive buffer
2024-05-27 12:29 UTC (10+ messages)
` [PATCH v2 1/7] net: cs8900: simplify buffer read loop
` [PATCH v2 2/7] net: cs8900: do not read past the receive buffer
` [PATCH v2 3/7] net: ks8851_mll: "
` [PATCH v2 4/7] net: liteeth: "
` [PATCH v2 5/7] net: smc911x: "
` [PATCH v2 6/7] net: ks8851_mll: drop return value from ks8851_rx_frame()
` [PATCH v2 7/7] net: let net rx hook return void
Heap overflow vulnerabilities in network implementation of barebox
2024-05-27 9:45 UTC (3+ messages)
[PATCH 1/5] net: cs8900: simplify buffer read loop
2024-05-27 9:34 UTC (7+ messages)
` [PATCH 2/5] net: cs8900: do not read past the receive buffer
` [PATCH 3/5] net: ks8851_mll: "
` [PATCH 4/5] net: liteeth: "
` [PATCH 5/5] net: smc911x: "
v2024.05.0
2024-05-27 6:54 UTC
[PATCH] mci: bcm2835: Set mci host for sdhci
2024-05-24 11:43 UTC (3+ messages)
[PATCH master 1/3] mci: sdhci: use host device, not card, for debug message
2024-05-24 11:43 UTC (4+ messages)
` [PATCH master 2/3] mci: sdhci: retrieve host device via common helper or NULL
` [PATCH master 3/3] mci: sdhci: populate struct sdhci::mci in drivers
[PATCH master] nvmem: bsec: make OP-TEE TA interaction optional
2024-05-24 11:41 UTC (2+ messages)
[PATCH 0/3] net: phy: dp83867: sync dp83867_phy_reset
2024-05-24 9:15 UTC (8+ messages)
` [PATCH 1/3] net: phy: allow PHY drivers to implement their own software reset
` [PATCH 2/3] net: phy: document core PHY structures
` [PATCH 3/3] net: phy: dp83867: sync dp83867_phy_rest
[PATCH v2] driver: add Linux struct platform_device/driver compatibility wrapper
2024-05-22 6:04 UTC
[PATCH 0/4] make more use of handoff data
2024-05-22 5:42 UTC (7+ messages)
` [PATCH 1/4] handoff-data: put handoff data into data section
` [PATCH 2/4] efi-payload: use handoff data to pass data to barebox proper
` [PATCH 3/4] ARM: beagle: setup C environment early
` [PATCH 4/4] ARM: replace boarddata with handoff data
[PATCH] fixup! kbuild: add support for merged defconfigs
2024-05-21 19:09 UTC
[PATCH v2 1/3] pinctrl: split off consumer API into linux/pinctrl/consumer.h
2024-05-21 16:34 UTC (4+ messages)
` [PATCH v2 2/3] pinctrl: rename barebox pinctrl_select_state to pinctrl_get_select
` [PATCH v2 3/3] pinctrl: implement pinctrl_lookup_state/select_state
[PATCH] include: linux/types.h: define intptr_t
2024-05-21 11:07 UTC (2+ messages)
[PATCH 1/2] usbgadget: fix error code in common code base
2024-05-21 11:07 UTC (3+ messages)
` [PATCH 2/2] usbgadget: split usbgadget_register into prepare and register
[PATCH master 1/2] list: fix CONFIG_DEBUG_LIST link failure in PBL
2024-05-21 11:04 UTC (2+ messages)
[PATCH 1/3] pinctrl: split off consumer API into linux/pinctrl/consumer.h
2024-05-21 11:03 UTC (2+ messages)
[PATCH] driver: move some inline getters for struct device into device.h
2024-05-21 11:00 UTC (2+ messages)
[PATCH] mci: imx-esdhc: retire esdhc_platform_data
2024-05-21 11:00 UTC (2+ messages)
[PATCH] mci: collect host operation in struct mci_ops
2024-05-21 10:57 UTC (2+ messages)
[PATCH] common: hide DEFAULT_COMPRESSION menu
2024-05-21 10:52 UTC (2+ messages)
[PATCH master] ARM: layerscape: fix layerscape multiarch build with DEBUG_LL
2024-05-21 10:52 UTC (2+ messages)
[PATCH] driver: add Linux struct platform_device/driver compatibility wrapper
2024-05-21 8:42 UTC
[PATCH master 1/2] ARM: cpu: start: align uncompressed DTB size to 4 bytes
2024-05-21 7:15 UTC (3+ messages)
` [PATCH master 2/2] RISC-V: "
[PATCH v2 0/6] add PBL handoff-data support
2024-05-21 7:14 UTC (8+ messages)
` [PATCH v2 1/6] memory: add support for requesting barebox area as a whole
` [PATCH v2 2/6] treewide: use request_barebox_region for possible barebox memory regions
` [PATCH v2 3/6] ARM: cpu: start: register barebox memory area
` [PATCH v2 4/6] ARM: move blob_is_arm_boarddata() to include
` [PATCH v2 5/6] add handoff-data support
` [PATCH v2 6/6] ARM: pass handoff data from PBL to proper
[PATCH master 1/2] ARM: document PBL barebox memory layout
2024-05-21 7:13 UTC (3+ messages)
` [PATCH master 2/2] ARM: fix overlap between ramoops area and early malloc area
[PATCH master] filetype: fix OOB read when detecting type of truncated kernel images
2024-05-21 6:37 UTC (2+ messages)
[PATCH 1/2] images: sha_sum: mark as not needing executable stack
2024-05-21 6:35 UTC (3+ messages)
` [PATCH 2/2] x86: lib: setjmp: "
[PATCH 1/7] of: free unflattened overlays after application
2024-05-21 6:30 UTC (9+ messages)
` [PATCH 2/7] of: overlay: do not leak fixed up path
` [PATCH 3/7] test: self: digest: don't leak digest buffers
` [PATCH 4/7] test: self: ramfs: fix memory leak
` [PATCH 5/7] regulator: of_regulator: remove unused allocation
` [PATCH 6/7] globalvar: fix memory leak
` [PATCH 7/7] power: reset: reboot-mode: "
[PATCH 1/2] FIT: fix build with sandbox
2024-05-21 6:23 UTC (3+ messages)
` [PATCH 2/2] common: fit: don't have BOOTM_FITIMAGE depend on ARM
[PATCH] pbl: compile PBL decompression code optionally
2024-05-21 6:22 UTC (2+ messages)
[PATCH] sandbox: enable frame pointers unconditionally
2024-05-21 6:21 UTC (2+ messages)
[PATCH] treewide: use an unsigned type for ioctl commands
2024-05-21 6:20 UTC (2+ messages)
[PATCH 0/8] kconfig: cut down on duplication with merged defconfigs
2024-05-21 6:20 UTC (11+ messages)
` [PATCH 1/8] test: move common config fragments into common/boards/configs
` [PATCH 2/8] kconfig: merge_config.sh: sync with Linux v6.9
` [PATCH 3/8] kbuild: add support for merged defconfigs
` [PATCH 4/8] MIPS: make use of "
` [PATCH] fixup! "
` [PATCH 5/8] sandbox: stdio: fix ctrlc link error when CONFIG_CONSOLE_NONE=y
` [PATCH 6/8] net: fix build with CONFIG_SHELL_NONE
` [PATCH 7/8] power: reset: reboot-mode: fix link error without globalvar
` [PATCH 8/8] sandbox: add headless_defconfig
[PATCH 0/7] replace cdev_by_name() with cdev_open_by_name()
2024-05-21 6:17 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox