Current Team Memberships

Show patches with: State = Action Required       |    Archived = No       |   76 patches
Patch Series S/W/F Date Submitter Delegate State
[v2] test/cmd/wget.c: move net_test_wget() to the cmd test suite [v2] test/cmd/wget.c: move net_test_wget() to the cmd test suite --- 2024-11-15 Jerome Forissier New
[v2] net: lwip: dhcp: support arguments for TFTP file download [v2] net: lwip: dhcp: support arguments for TFTP file download --- 2024-11-14 Jerome Forissier New
net: lwip: dhcp: support arguments for TFTP file download net: lwip: dhcp: support arguments for TFTP file download --- 2024-11-14 Jerome Forissier New
net: lwip: wget: update help string net: lwip: wget: update help string --- 2024-11-14 Jerome Forissier New
doc: cmd: wget: document lwIP syntax doc: cmd: wget: document lwIP syntax --- 2024-11-14 Jerome Forissier New
[v4] Makefile: detect HOST_ARCH properly when CROSS_COMPILE is multi-word [v4] Makefile: detect HOST_ARCH properly when CROSS_COMPILE is multi-word --- 2024-11-14 Jerome Forissier New
[v2] Kconfig: describe NET, NO_NET, LWIP_DEBUG and LWIP_ASSERT [v2] Kconfig: describe NET, NO_NET, LWIP_DEBUG and LWIP_ASSERT --- 2024-11-12 Jerome Forissier New
test/cmd/wget.c: move net_test_wget() to the cmd test suite test/cmd/wget.c: move net_test_wget() to the cmd test suite --- 2024-11-05 Jerome Forissier New
sandbox: net: lwip: use EOPNOTSUPP not ENOTSUPP sandbox: net: lwip: use EOPNOTSUPP not ENOTSUPP --- 2024-11-05 Jerome Forissier New
[v13,21/21] MAINTAINERS: net: lwip: add myself as a maintainer Introduce the lwIP network stack --- 2024-10-16 Jerome Forissier New
[v13,01/21] configs: use syntax CONFIG_FOO=n in tools-only_defconfig Introduce the lwIP network stack --- 2024-10-16 Jerome Forissier New
net: wget: check strict_strtoul() return value net: wget: check strict_strtoul() return value --- 2024-10-08 Jerome Forissier New
linker_lists: set LINKER_LIST_ALIGN to 8 if 64BIT linker_lists: set LINKER_LIST_ALIGN to 8 if 64BIT --- 2024-10-07 Jerome Forissier New
[v11,29/29,TESTING] Kconfig: enable NET_LWIP by default Introduce the lwIP network stack --- 2024-10-03 Jerome Forissier New
[v11,28/29,TESTING] configs: set CONFIG_NET=y for FTGMAC100 Introduce the lwIP network stack --- 2024-10-03 Jerome Forissier New
[v11,27/29] configs: use syntax CONFIG_FOO=n in tools-only_defconfig Introduce the lwIP network stack --- 2024-10-03 Jerome Forissier New
[v11,25/29] CI: add qemu_arm64_lwip to the test matrix Introduce the lwIP network stack --- 2024-10-03 Jerome Forissier New
[v11,20/29] net-lwip: lwIP wget supports user defined port in the uri, so allow it. Introduce the lwIP network stack --- 2024-10-03 Jerome Forissier New
[v11,10/29] net: move copy_filename() to new file net/net-common.c Introduce the lwIP network stack --- 2024-10-03 Jerome Forissier New
[v11,08/29] configs: replace '# CONFIG_NET is not set' with CONFIG_NO_NET=y Introduce the lwIP network stack --- 2024-10-03 Jerome Forissier New
[v11,07/29] net: introduce alternative implementation as net-lwip/ Introduce the lwIP network stack --- 2024-10-03 Jerome Forissier New
[v11,06/29] test: boot: fix bootflow_cmd_label for when DSA_SANDBOX is disabled Introduce the lwIP network stack --- 2024-10-03 Jerome Forissier New
[v4,15/15] cmd: pxe: CMD_PXE implies CMD_TFTPBOOT Miscellaneous fixes --- 2024-09-11 Jerome Forissier New
[v4,13/15] test/py: test_efi_loader: add HTTP (wget) test for the EFI loader Miscellaneous fixes --- 2024-09-11 Jerome Forissier New
[v4,10/15] net: fec_mxc_init(): do not ignore return status of fec_open() Miscellaneous fixes --- 2024-09-11 Jerome Forissier New
[v4,09/15] net: wget: allow EFI boot Miscellaneous fixes --- 2024-09-11 Jerome Forissier New
[v4,07/15] net: phy: ncsi: depend on NET Miscellaneous fixes --- 2024-09-11 Jerome Forissier New
[v4,04/15] arm: omap2: add missing #include <netdev.h> Miscellaneous fixes --- 2024-09-11 Jerome Forissier New
[v4,03/15] at91: rename mem_init() to at91_mem_init() Miscellaneous fixes --- 2024-09-11 Jerome Forissier New
spl: ram: fix build warning when neither RAM_DEVICE nor DFU are enabled spl: ram: fix build warning when neither RAM_DEVICE nor DFU are enabled --- 2024-09-09 Jerome Forissier New
[v10,25/25,TESTING] Kconfig: enable NET_LWIP by default except for SANDBOX Introduce the lwIP network stack --- 2024-09-06 Jerome Forissier New
[v10,24/25,TESTING] configs: set CONFIG_NET=y when PXE is enabled Introduce the lwIP network stack --- 2024-09-06 Jerome Forissier New
[v10,21/25] Kconfig: fix undefined symbols (g_dnl*) when NET_LWIP is default enabled Introduce the lwIP network stack --- 2024-09-06 Jerome Forissier New
[v10,02/25] net: introduce alternative implementation as net-lwip/ Introduce the lwIP network stack --- 2024-09-06 Jerome Forissier New
[v10,01/25] Miscellaneous fixes Introduce the lwIP network stack --- 2024-09-06 Jerome Forissier New
[v3,16/16] cmd: pxe: CMD_PXE implies CMD_TFTPBOOT Miscellaneous fixes --- 2024-09-03 Jerome Forissier New
[v3,06/16] net: fm: call dtsec_init_phy() only when it is defined Miscellaneous fixes --- 2024-09-03 Jerome Forissier New
configs/ethernut5.h: define CFG_SYS_I2C_RTC_ADDR unconditionally configs/ethernut5.h: define CFG_SYS_I2C_RTC_ADDR unconditionally --- 2024-09-02 Jerome Forissier New
net: guard call to tftp_start() with #if defined(CONFIG_CMD_TFTPBOOT) net: guard call to tftp_start() with #if defined(CONFIG_CMD_TFTPBOOT) --- 2024-09-02 Jerome Forissier New
[v2,02/16] buildman/toolchain.py: set CROSS_COMPILE only if self.cross is set Miscellaneous fixes --- 2024-08-30 Jerome Forissier New
[05/13] net: fm: call dtsec_init_phy() only when it is defined Miscellaneous fixes --- 2024-08-28 Jerome Forissier New
[v9,18/37] net: eth-uclass: add function eth_start_udev() Introduce the lwIP network stack --- 2024-08-23 Jerome Forissier New
[v8,11/23] net-lwip: add TFTP support and tftpboot command Introduce the lwIP network stack --- 2024-08-07 Jerome Forissier New
[v7,00/20] Introduce the lwIP network stack --- 2024-08-02 Jerome Forissier New
[v5,08/20] net-lwip: add DHCP support and dhcp commmand Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier New
[v5,02/20] net: introduce alternative implementation as net-lwip/ Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier New
[v4,08/14] net-lwip: add dns command Introduce the lwIP network stack --- 2024-06-17 Jerome Forissier New
[v4,07/14] net-lwip: add ping command Introduce the lwIP network stack --- 2024-06-17 Jerome Forissier New
[v4,06/14] net-lwip: add TFTP support and tftpboot command Introduce the lwIP network stack --- 2024-06-17 Jerome Forissier New
[v4,05/14] net-lwip: add DHCP support and dhcp commmand Introduce the lwIP network stack --- 2024-06-17 Jerome Forissier New
[v4,04/14] net-lwip: build lwIP Introduce the lwIP network stack --- 2024-06-17 Jerome Forissier New
[v4,02/14] net: introduce alternative implementation as net-lwip/ Introduce the lwIP network stack --- 2024-06-17 Jerome Forissier New
[v3,10/12] configs: add qemu_arm64_lwip_defconfig Introduce the lwIP network stack --- 2024-06-06 Jerome Forissier New
[v3,08/12] test: dm: dsa, eth: disable tests when CONFIG_NET_LWIP=y Introduce the lwIP network stack --- 2024-06-06 Jerome Forissier New
[v3,07/12] net-lwip: add wget command Introduce the lwIP network stack --- 2024-06-06 Jerome Forissier New
[v3,06/12] net-lwip: add dns command Introduce the lwIP network stack --- 2024-06-06 Jerome Forissier New
[v3,05/12] net-lwip: add ping command Introduce the lwIP network stack --- 2024-06-06 Jerome Forissier New
[v3,03/12] net-lwip: add DHCP support and dhcp commmand Introduce the lwIP network stack --- 2024-06-06 Jerome Forissier New
[v2,12/14] test/py: net: add _lwip variants of dhcp, ping and tftpboot tests Introduce the lwIP network stack --- 2024-05-24 Jerome Forissier New
[v2,06/14] net-lwip: add ping command Introduce the lwIP network stack --- 2024-05-24 Jerome Forissier New
[v2,01/14] net: introduce alternative implementation as net-lwip/ Introduce the lwIP network stack --- 2024-05-24 Jerome Forissier New
[12/15] configs: add qemu_arm64_lwip_defconfig Introduce the lwIP network stack --- 2024-05-22 Jerome Forissier New
[09/15] net-lwip: add support for EFI_HTTP_BOOT Introduce the lwIP network stack --- 2024-05-22 Jerome Forissier New
[08/15] net-lwip: import net command from cmd/net.c Introduce the lwIP network stack --- 2024-05-22 Jerome Forissier New
[07/15] net-lwip: add wget command Introduce the lwIP network stack --- 2024-05-22 Jerome Forissier New
[02/15] net-lwip: import lwIP library under lib/lwip Introduce the lwIP network stack --- 2024-05-22 Jerome Forissier New
[v2,1/2] hw/arm/virt: dt: move creation of /secure-chosen to create_fdt() hw/arm/virt: dt: add kaslr-seed property --- 2020-04-20 Jerome Forissier New
hw/arm/virt: Add DT property /secure-chosen/kaslr-seed hw/arm/virt: Add DT property /secure-chosen/kaslr-seed --- 2020-04-10 Jerome Forissier New
[RFC] Clang support --- 2019-07-29 Jerome Forissier New
Optee rev --- 2017-11-20 Jerome Forissier New
Stable versions of manifests on 2.5.0-rc2 --- 2017-07-05 Jerome Forissier New
tee: add forward declaration for struct device --- 2017-05-31 Jerome Forissier New
[RFC] Introduce test name wildcards --- 2017-03-30 Jerome Forissier New
GP: clean up the compilation messages --- 2017-03-30 Jerome Forissier New
Documentation: dt: Add binding for /chosen/secure-stdout-path --- 2017-03-01 Jerome Forissier New
checkpatch: don't match against empty $const_structs --- 2016-10-20 Jerome Forissier New

Bundling

Create bundle: