summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-05-06net: lwip/wget: don't print progress bar when silentHeinrich Schuchardt
2026-05-06net: lwip/wget: don't print content size twiceHeinrich Schuchardt
2026-05-06net: lwip/wget: missing linefeed in diagnostic outputHeinrich Schuchardt
2026-05-06net: nfs: fix buffer overflow in nfs_readlink_reply()Sebastian Josue Alba Vives
2026-04-27simplify NET_LEGACY || NET_LWIP condition with NET conditionQuentin Schulz
2026-04-27net: make NET a menuconfig (and downgrade NO_NET to a simple config)Quentin Schulz
2026-04-27rename NET to NET_LEGACYQuentin Schulz
2026-04-27move networking menu in net/KconfigQuentin Schulz
2026-03-31net: lwip: tftp: update image_load_addr after successful transferPranav Sanwal
2026-03-31net: bootp: Drop unused codeMarek Vasut
2026-03-31net: lwip: nfs: fix buffer overflow when using symlinksPranav Tilak
2026-03-18Merge patch series "led: remove legacy API"Tom Rini
2026-03-18led: migrate last legacy LED user (olinuxino+net) to modern LED frameworkQuentin Schulz
2026-02-17Merge patch series "treewide: Clean up usage of DECLARE_GLOBAL_DATA_PTR"Tom Rini
2026-02-17treewide: Clean up DECLARE_GLOBAL_DATA_PTR usagePeng Fan
2026-02-06net: lwip: wget: rework the '#' printingMarek Vasut
2026-02-06net: lwip: tftp: add support of tsize option to clientMarek Vasut
2026-02-06net: tftp: Fix TFTP Transfer Size data typeYuya Hamamachi
2026-02-06net: Stop conflating return value with file size in net_loop()Yuya Hamamachi
2026-02-04net: lwip: nfs: Prefer nfsserverip over serverip when setJonas Karlman
2026-02-04net: lwip: dhcp: Save DHCP siaddr field to tftpserverip env varJonas Karlman
2026-02-04net: lwip: Use ipaddr helpersJonas Karlman
2026-02-04net: lwip: dns: Call env_set() from dns loop instead of found callbackJonas Karlman
2026-02-04net: lwip: nfs: Print device name based on current udeviceJonas Karlman
2026-02-04net: lwip: dns: Fix print of resolved IP addressJonas Karlman
2026-02-04net: lwip: add TFTPSERVERIP Kconfig optionJonas Karlman
2026-02-04net: lwip: dhcp: Do not write past end of bufferAndrew Goodbody
2026-01-15net: tftpput: Rework to exclude code from xPL phasesTom Rini
2026-01-15net: lwip: nfs: Port the NFS code to work with lwIPAndrew Goodbody
2026-01-15net: nfs: Move most NFS code to common filesAndrew Goodbody
2026-01-15net: nfs: Add licence headerAndrew Goodbody
2026-01-15net: Move some variables to net-common filesAndrew Goodbody
2026-01-15net: move net_state to net-commonAndrew Goodbody
2026-01-15net:lwip: Add debug line to net-lwipAndrew Goodbody
2025-12-22Merge tag 'v2026.01-rc5' into nextTom Rini
2025-12-18net: lwip: tftp: Fix filename handlingAndrew Goodbody
2025-12-05net: remove unreachable legacy LED codeQuentin Schulz
2025-12-01net: tftp: Remove tftp_init_load_addr error pathLeonard Anderweit
2025-10-24bootstd: make it possible to use tftp for netboot with standardbootBenjamin Hahn
2025-10-22net: bootp: Prevent buffer overflow to avoid leaking the RAM contentPaul HENRYS
2025-10-22net: make dhcp_run() common for NET and NET_LWIPJerome Forissier
2025-10-22net: Remove BOOTP_VENDOREX supportTom Rini
2025-10-22net: Add SYS_FAULT_MII_ADDR to KconfigTom Rini
2025-10-22tftp: make TFTP ports unconditionally configurableAlvin Šipraga
2025-10-10net: mdio-uclass: introduce dm_eth_phy_connect_interface()Matthias Schiffer
2025-09-30net: lwip: ensure alignment of packet buffersTim Harvey
2025-09-30net: lwip: dhcp: set ntpserverip environment variableJerome Forissier
2025-09-30net: lwip: dhcp: make NTP servers usable by the sntp commandJerome Forissier
2025-08-18net: lwip: ping: set net_try_count to 1Jerome Forissier
2025-08-18net: introduce CONFIG_DNSJerome Forissier