tools: Add script for converting public key into device tree include
[platform/kernel/u-boot.git] / net /
2023-03-27 Tom RiniMerge branch 'master' into next
2023-03-14 Tom RiniMerge tag 'v2023.04-rc4' into next
2023-03-03 Tom RiniMerge branch '2023-03-02-kconfig-and-CONFIG-cleanups...
2023-03-02 Simon GlassCorrect SPL uses of PHY_FIXED
2023-02-12 Tom RiniMerge branch 'for-2023.04' of https://source.denx.de...
2023-02-10 Tom RiniMerge tag 'efi-2023-04-rc2' of https://source.denx...
2023-02-10 Tom RiniMerge branch '2023-02-08-Kconfig-cleanup-CONFIG_IS_ENAB...
2023-02-10 Simon GlassCorrect SPL use of NETDEVICES
2023-02-09 Simon GlassCorrect SPL uses of FASTBOOT_FLASH
2023-02-03 Tom RiniMerge tag 'u-boot-imx-20230203' of https://gitlab.denx...
2023-02-03 Tom RiniMerge branch '2023-02-02-assorted-networking-updates'
2023-02-02 Ehsan Mohandesinet: ipv6: Fixed IPv6 string to address conversion...
2023-02-02 Sean Edmondnet: ipv6: Fix IPv6 netmask parsing
2023-02-02 Sean Edmondnet: tftp: Fix for DATA ACK for block count out of...
2023-02-02 Tim Harveynet: dsa: allow rcv() and xmit() to be optional
2023-02-02 Tim Harveynet: dsa: ensure dsa driver has proper ops
2023-02-02 Tim Harveynet: dsa: move cpu port probe to dsa_post_probe
2023-02-02 Tim Harveynet: mdio-uclass: scan for dm mdio children on post...
2023-01-31 Tom RiniMerge tag 'u-boot-amlogic-20230131' of https://source...
2023-01-27 Tom RiniMerge tag 'xilinx-for-v2023.04-rc1' of https://source...
2023-01-25 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2023-01-24 Tom RiniMerge branch '2023-01-24-bootstd-allow-migration-from...
2023-01-23 Simon Glassbootstd: Add a new pre-scan priority for bootdevs
2023-01-23 Simon Glassbootstd: Rename bootdev checkers
2023-01-23 Simon Glassbootstd: Add a hunter for ethernet
2023-01-23 Simon Glasssandbox: Allow ethernet bootdevs to be disabled for...
2023-01-23 Simon Glasssandbox: Allow ethernet to be disabled at runtime
2023-01-20 Tom RiniMerge tag 'efi-2023-04-rc1-2' of https://source.denx...
2023-01-20 Tom RiniMerge branch '2023-01-20-finish-CONFIG-migration-work'
2023-01-20 Tom Riniglobal: Finish CONFIG -> CFG migration
2023-01-13 Tom RiniMerge tag 'u-boot-stm32-20230113' of https://source...
2023-01-12 Tom RiniMerge branch '2023-01-11-assorted-general-updates'
2023-01-11 Patrick Delaunayfastboot: remove #ifdef CONFIG when it is possible
2023-01-09 Tom RiniMerge branch 'next'
2023-01-06 Tom RiniMerge tag 'u-boot-at91-2023.04-a' of https://source...
2022-12-29 Tom RiniMerge tag 'efi-2023-01-rc5-2' of https://source.denx...
2022-12-29 Tom RiniMerge branch '2022-12-29-assorted-further-fixes'
2022-12-29 Michael Wallenet: wget: fix implicit declaration
2022-12-23 Tom RiniMerge tag 'tpm-23122022' of https://source.denx.de...
2022-12-23 Tom RiniMerge branch '2022-12-22-assorted-important-fixes'
2022-12-22 Heinrich Schuchardtnet: don't memcpy to NULL
2022-12-22 Viacheslav Mitrofanovnet: ipv6: Add missing break into IPv6 protocol handler
2022-12-22 Tom RiniMerge branch '2022-12-21-CONFIG-migration-work' into...
2022-12-22 Tom RiniConvert CONFIG_HOSTNAME et al to Kconfig
2022-12-21 Tom RiniMerge tag 'v2023.01-rc4' into next
2022-12-08 Tom RiniMerge tag 'u-boot-at91-fixes-2023.01-b' of https:/...
2022-12-07 Tom RiniMerge branch '2022-12-07-Kconfig-migrations' into next
2022-12-07 Tom Rininet: Remove eth_legacy.c
2022-12-06 Tom RiniMerge tag 'sound-2023-01-rc4' of https://source.denx...
2022-12-05 Tom RiniMerge branch '2022-12-05-add-IPv6-support'
2022-12-05 Viacheslav Mitrofanovnet: ping6: Add ping6 command
2022-12-05 Viacheslav Mitrofanovnet: tftp: Add IPv6 support for tftpboot
2022-12-05 Viacheslav Mitrofanovnet: ipv6: Incorporate IPv6 support into u-boot net...
2022-12-05 Viacheslav Mitrofanovnet: ipv6: Add implementation of main IPv6 functions
2022-12-05 Viacheslav Mitrofanovnet: ipv6: Add ip6addr, gatewayip6, serverip6 variables...
2022-12-05 Viacheslav Mitrofanovnet: ipv6: Add Neighbor Discovery Protocol (NDP)
2022-12-05 Viacheslav Mitrofanovnet: ipv6: Add IPv6 build options
2022-12-05 Viacheslav Mitrofanovnet: ipv6: Add IPv6 basic primitives
2022-12-04 Tom RiniMerge tag 'efi-2023-01-rc3' of https://source.denx...
2022-12-02 Heinrich Schuchardtnet: CONFIG_NET_DEVICES in dhcp_handler()
2022-11-28 Tom RiniMerge branch '2022-11-28-networking-updates-and-improve...
2022-11-28 Ying-Chun Liu (Pau... net: Add wget application
2022-11-28 Ying-Chun Liu (Pau... net: Add TCP protocol
2022-11-28 Rasmus Villemoesnet: deal with fragment-overlapping-two-holes case
2022-11-28 Rasmus Villemoesnet: tftp: sanitize tftp block size, especially for TX
2022-11-28 Rasmus Villemoesnet: tftp: use IS_ENABLED(CONFIG_NET_TFTP_VARS) instead...
2022-11-28 Rasmus Villemoesnet: fix ip_len in reassembled IP datagram
2022-11-28 Rasmus Villemoesnet: (actually/better) deal with CVE-2022-{30790,30552}
2022-11-28 Rasmus Villemoesnet: compare received length to sizeof(ip_hdr), not...
2022-11-28 Rasmus Villemoesnet: improve check for no IP options
2022-11-07 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2022-11-06 Tom RiniMerge tag 'efi-2023-01-rc1-4' of https://source.denx...
2022-11-06 Jan Kiszkaefi_loader: Let networking support depend on NETDEVICES
2022-10-26 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2022-10-25 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot-spi
2022-10-25 Tom RiniMerge tag 'fsl-qoriq-2022-10-18' of https://source...
2022-10-25 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2022-10-24 Tom RiniMerge tag 'u-boot-imx-20221024' of https://gitlab.denx...
2022-10-22 Tom RiniMerge branch '2022-10-21-assorted-fixes-and-updates'
2022-10-21 Samuel Mendoza-Jonascmd: Add ncsi command
2022-10-21 Samuel Mendoza-Jonasnet: NC-SI setup and handling
2022-10-21 Tom RiniMerge tag 'u-boot-rockchip-20221020' of https://source...
2022-10-20 Tom RiniMerge tag 'clk-2023.01' of https://source.denx.de/u...
2022-10-20 Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2022-10-18 Tom RiniMerge tag 'dm-pull-18oct22' of https://source.denx...
2022-10-18 Michal Suchaneknet: eth-uclass: Do not set device on error
2022-10-18 Michal Suchanekdm: treewide: Use uclass_first_device_err when accessin...
2022-10-03 Tom RiniMerge branch 'next'
2022-09-30 Tom RiniMerge branch '2022-09-29-dm-core-support-multiple-devic...
2022-09-29 Simon Glassdm: core: Drop ofnode_is_available()
2022-09-26 Tom RiniMerge branch 'next' of https://gitlab.denx.de/u-boot...
2022-09-19 Tom RiniMerge branch 'master' into next
2022-09-18 Tom RiniMerge branch 'next' of https://source.denx.de/u-boot...
2022-09-18 Stefan Roesecyclic: Use schedule() instead of WATCHDOG_RESET()
2022-08-11 Tom RiniMerge tag 'dm-pull-9aug22-take2' of https://source...
2022-08-10 Tom RiniMerge branch '2022-08-10-assorted-updates'
2022-08-10 Simon Glasscommon: Drop display_options.h from common header
2022-08-09 Tom RiniMerge tag 'u-boot-amlogic-20220809' of https://source...
2022-08-08 Tom RiniMerge branch '2022-08-08-networking-updates'
2022-08-08 Andre Kalbnet: bootp: Make root path (option 17) length configurable
next