Show patches with: Submitter = Jerome Forissier       |    Archived = No       |   388 patches
« 1 2 3 4 »
Patch Series S/W/F Date Submitter Delegate State
[v6,13/20] net-lwip: add wget command [v6,01/20] flash: prefix error codes with FL_ --- 2024-08-02 Jerome Forissier Superseded
[v6,12/20] net: split cmd/net.c into cmd/net.c and cmd/net-common.c [v6,01/20] flash: prefix error codes with FL_ --- 2024-08-02 Jerome Forissier Superseded
[v6,11/20] net-lwip: add dns command [v6,01/20] flash: prefix error codes with FL_ --- 2024-08-02 Jerome Forissier Superseded
[v6,10/20] net-lwip: add ping command [v6,01/20] flash: prefix error codes with FL_ --- 2024-08-02 Jerome Forissier Superseded
[v6,09/20] net-lwip: add TFTP support and tftpboot command [v6,01/20] flash: prefix error codes with FL_ --- 2024-08-02 Jerome Forissier Superseded
[v6,08/20] net-lwip: add DHCP support and dhcp commmand [v6,01/20] flash: prefix error codes with FL_ --- 2024-08-02 Jerome Forissier Superseded
[v6,07/20] net-lwip: build lwIP [v6,01/20] flash: prefix error codes with FL_ --- 2024-08-02 Jerome Forissier Superseded
[v6,06/20] net: eth-uclass: add function eth_start_udev() [v6,01/20] flash: prefix error codes with FL_ --- 2024-08-02 Jerome Forissier Superseded
[v6,05/20] net: split include/net.h into net{, -common, -legacy, -lwip}.h [v6,01/20] flash: prefix error codes with FL_ --- 2024-08-02 Jerome Forissier Superseded
[v6,04/20] net: fec_mxc_init(): do not ignore return status of fec_open() [v6,01/20] flash: prefix error codes with FL_ --- 2024-08-02 Jerome Forissier Superseded
[v6,03/20] configs: replace '# CONFIG_NET is not set' with CONFIG_NO_NET=y [v6,01/20] flash: prefix error codes with FL_ --- 2024-08-02 Jerome Forissier Superseded
[v6,02/20] net: introduce alternative implementation as net-lwip/ [v6,01/20] flash: prefix error codes with FL_ --- 2024-08-02 Jerome Forissier Superseded
[v6,01/20] flash: prefix error codes with FL_ [v6,01/20] flash: prefix error codes with FL_ --- 2024-08-02 Jerome Forissier Superseded
[v6,00/20] Introduce the lwIP network stack --- 2024-08-02 Jerome Forissier Superseded
[v5,20/20] MAINTAINERS: net-lwip: add myself as a maintainer Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier Superseded
[v5,19/20] CI: add qemu_arm64_lwip to the test matrix Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier Superseded
[v5,18/20] net-lwip: add TFTP_BLOCKSIZE Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier Superseded
[v5,17/20] lwip: tftp: add support of blksize option to client Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier Superseded
[v5,16/20] configs: add qemu_arm64_lwip_defconfig Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier Superseded
[v5,15/20] cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier Superseded
[v5,14/20] net-lwip: lwIP wget supports user defined port in the uri, so allow it. Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier Superseded
[v5,13/20] net-lwip: add wget command Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier Superseded
[v5,12/20] net: split cmd/net.c into cmd/net.c and cmd/net-common.c Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier Superseded
[v5,11/20] net-lwip: add dns command Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier Superseded
[v5,10/20] net-lwip: add ping command Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier Superseded
[v5,09/20] net-lwip: add TFTP support and tftpboot command Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier Superseded
[v5,08/20] net-lwip: add DHCP support and dhcp commmand Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier New
[v5,07/20] net-lwip: build lwIP Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier Superseded
[v5,06/20] net: eth-uclass: add function eth_start_udev() Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier Superseded
[v5,05/20] net: split include/net.h into net{, -common, -legacy, -lwip}.h Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier Superseded
[v5,04/20] net: fec_mxc_init(): do not ignore return status of fec_open() Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier Superseded
[v5,03/20] configs: replace '# CONFIG_NET is not set' with CONFIG_NO_NET=y Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier Superseded
[v5,02/20] net: introduce alternative implementation as net-lwip/ Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier New
[v5,01/20] flash: prefix error codes with FL_ Introduce the lwIP network stack --- 2024-07-25 Jerome Forissier Superseded
[v4,14/14] CI: add qemu_arm64_lwip to the test matrix Introduce the lwIP network stack --- 2024-06-17 Jerome Forissier Superseded
[v4,13/14] MAINTAINERS: net-lwip: add myself as a maintainer Introduce the lwIP network stack --- 2024-06-17 Jerome Forissier Superseded
[v4,12/14] configs: add qemu_arm64_lwip_defconfig Introduce the lwIP network stack --- 2024-06-17 Jerome Forissier Superseded
[v4,11/14] cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y Introduce the lwIP network stack --- 2024-06-17 Jerome Forissier Superseded
[v4,10/14] net-lwip: add wget command Introduce the lwIP network stack --- 2024-06-17 Jerome Forissier Superseded
[v4,09/14] net: split cmd/net.c into cmd/net.c and cmd/net-common.c Introduce the lwIP network stack --- 2024-06-17 Jerome Forissier Superseded
[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,03/14] net: split include/net.h into net{, -common, -legacy, -lwip}.h Introduce the lwIP network stack --- 2024-06-17 Jerome Forissier Superseded
[v4,02/14] net: introduce alternative implementation as net-lwip/ Introduce the lwIP network stack --- 2024-06-17 Jerome Forissier New
[v4,01/14] flash: prefix error codes with FL_ Introduce the lwIP network stack --- 2024-06-17 Jerome Forissier Superseded
[v3,12/12] CI: add qemu_arm64_lwip to the test matrix Introduce the lwIP network stack --- 2024-06-06 Jerome Forissier Superseded
[v3,11/12] MAINTAINERS: net-lwip: add myself as a maintainer Introduce the lwIP network stack --- 2024-06-06 Jerome Forissier Superseded
[v3,10/12] configs: add qemu_arm64_lwip_defconfig Introduce the lwIP network stack --- 2024-06-06 Jerome Forissier New
[v3,09/12] cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y Introduce the lwIP network stack --- 2024-06-06 Jerome Forissier Superseded
[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,04/12] net-lwip: add TFTP support and tftpboot command Introduce the lwIP network stack --- 2024-06-06 Jerome Forissier Superseded
[v3,03/12] net-lwip: add DHCP support and dhcp commmand Introduce the lwIP network stack --- 2024-06-06 Jerome Forissier New
[v3,02/12] net-lwip: build lwIP Introduce the lwIP network stack --- 2024-06-06 Jerome Forissier Superseded
[v3,01/12] net: introduce alternative implementation as net-lwip/ Introduce the lwIP network stack --- 2024-06-06 Jerome Forissier Superseded
[v2,14/14] CI: add qemu_arm64_lwip to the test matrix Introduce the lwIP network stack --- 2024-05-24 Jerome Forissier Superseded
[v2,13/14] MAINTAINERS: net-lwip: add myself as a maintainer Introduce the lwIP network stack --- 2024-05-24 Jerome Forissier Superseded
[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,11/14] configs: add qemu_arm64_lwip_defconfig Introduce the lwIP network stack --- 2024-05-24 Jerome Forissier Superseded
[v2,10/14] cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y Introduce the lwIP network stack --- 2024-05-24 Jerome Forissier Superseded
[v2,09/14] test: dm: dsa, eth: disable tests when CONFIG_NET_LWIP=y Introduce the lwIP network stack --- 2024-05-24 Jerome Forissier Superseded
[v2,08/14] net-lwip: add wget command Introduce the lwIP network stack --- 2024-05-24 Jerome Forissier Superseded
[v2,07/14] net-lwip: add dns command Introduce the lwIP network stack --- 2024-05-24 Jerome Forissier Superseded
[v2,06/14] net-lwip: add ping command Introduce the lwIP network stack --- 2024-05-24 Jerome Forissier New
[v2,05/14] net-lwip: add TFTP support and tftpboot command Introduce the lwIP network stack --- 2024-05-24 Jerome Forissier Superseded
[v2,04/14] net-lwip: add DHCP support and dhcp commmand Introduce the lwIP network stack --- 2024-05-24 Jerome Forissier Superseded
[v2,03/14] net-lwip: build lwIP Introduce the lwIP network stack --- 2024-05-24 Jerome Forissier Superseded
[v2,01/14] net: introduce alternative implementation as net-lwip/ Introduce the lwIP network stack --- 2024-05-24 Jerome Forissier New
[15/15] CI: add qemu_arm64_lwip to the test matrix Introduce the lwIP network stack --- 2024-05-22 Jerome Forissier Superseded
[14/15] MAINTAINERS: net-lwip: add myself as a maintainer Introduce the lwIP network stack --- 2024-05-22 Jerome Forissier Superseded
[13/15] test/py: net: add _lwip variants of dhcp, ping and tftpboot tests Introduce the lwIP network stack --- 2024-05-22 Jerome Forissier Superseded
[12/15] configs: add qemu_arm64_lwip_defconfig Introduce the lwIP network stack --- 2024-05-22 Jerome Forissier New
[11/15] cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y Introduce the lwIP network stack --- 2024-05-22 Jerome Forissier Superseded
[10/15] test: dm: dsa, eth: disable tests when CONFIG_NET_LWIP=y Introduce the lwIP network stack --- 2024-05-22 Jerome Forissier Superseded
[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
[06/15] net-lwip: add dns command Introduce the lwIP network stack --- 2024-05-22 Jerome Forissier Superseded
[05/15] net-lwip: add ping command Introduce the lwIP network stack --- 2024-05-22 Jerome Forissier Superseded
[04/15] net-lwip: add TFTP support and tftpboot command Introduce the lwIP network stack --- 2024-05-22 Jerome Forissier Superseded
[03/15] net-lwip: add DHCP support and dhcp commmand Introduce the lwIP network stack --- 2024-05-22 Jerome Forissier Superseded
[02/15] net-lwip: import lwIP library under lib/lwip Introduce the lwIP network stack --- 2024-05-22 Jerome Forissier New
[01/15] net: introduce alternative implementation as net-lwip/ Introduce the lwIP network stack --- 2024-05-22 Jerome Forissier Superseded
« 1 2 3 4 »