summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* treewide: add SPDX-License-Identifier for files without explicit licenseAhmad Fatoum2022-01-052-0/+4
* treewide: add SPDX-License-Identifier for Kbuild/KconfigAhmad Fatoum2022-01-052-0/+4
* net: dhcp: set default DHCP vendor ID to "barebox"Oleksij Rempel2021-10-051-0/+2
* net: dhcp: send current hostname as part of the DHCP requestOleksij Rempel2021-10-051-0/+8
* fastboot net: add setter for global.fastboot.net.autostartMarco Felsch2021-08-231-6/+13
* net: consult device tree for ethernet address in NVMEM as fall-backAhmad Fatoum2021-06-221-0/+24
* net: dns: use correct nameserver var name in error messageAntony Pavlov2021-05-251-1/+1
* Merge branch 'for-next/usb-gadget'Sascha Hauer2021-05-172-4/+1
|\
| * fastboot/dfu: use system partitions as fall backAhmad Fatoum2021-05-121-3/+1
| * common: make FILE_LIST feature unconditionalAhmad Fatoum2021-05-121-1/+0
* | Removed Unreachable code: net/net.c: net_handle_arp()Neeraj Pal2021-05-121-2/+0
|/
* net: eth: of_fixup_node: Use reproducible node name for fixupStefan Riedmueller2021-03-301-6/+10
* treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>Ahmad Fatoum2021-02-191-1/+1
* fs: introduce unsetenv() to prepare for changing setenv(var, "") behaviorAhmad Fatoum2020-11-231-1/+1
* net: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-11-028-113/+30
* magicvar: Replace BAREBOX_MAGICVAR_NAMED with BAREBOX_MAGICVARSascha Hauer2020-10-024-19/+17
* fastboot net: implement fastboot over UDPEdmund Henniges2020-08-193-0/+594
* net: reply to ping requestsSascha Hauer2020-08-191-2/+44
* net: Call net_poll() in a pollerSascha Hauer2020-08-193-5/+60
* net: Add a slice to struct eth_deviceSascha Hauer2020-08-191-2/+72
* net: eth: rename __eth_rx()Sascha Hauer2020-08-191-4/+4
* nfs: Fix out of bounds readSascha Hauer2020-06-031-1/+3
* treewide: remove references to CREDITSUwe Kleine-König2020-04-276-18/+0
* net: Add ifdown support and commandSascha Hauer2020-03-311-0/+69
* net: ifup command: add ethernet device completionSascha Hauer2020-03-311-0/+2
* net: Open ethernet devices explicitlySascha Hauer2020-03-313-27/+36
* net: nfs: Fix possible buffer overflowSascha Hauer2019-09-021-1/+4
* Merge branch 'for-next/net'Sascha Hauer2019-01-153-12/+32
|\
| * net: Allow hostnames for global.net.serverSascha Hauer2019-01-042-7/+16
| * net: dns: Allow to set variable with the resolved hostSascha Hauer2019-01-041-4/+10
| * net: dns: leave host command with error on failureSascha Hauer2019-01-041-4/+9
* | net: lib: Make use of ETH_ALENAndrey Smirnov2018-12-101-4/+4
|/
* net: dns: return error codesSascha Hauer2018-11-295-23/+35
* ping command: Print which host is pingedSascha Hauer2018-11-291-0/+2
* net: dns: Use pr_debugSascha Hauer2018-11-291-12/+15
* Merge branch 'for-next/net-switch-mv88e6xxx'Sascha Hauer2018-11-091-1/+1
|\
| * drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-1/+1
* | Merge branch 'for-next/net'Sascha Hauer2018-11-091-0/+1
|\ \
| * | net: only use ethaddrs registered with device node on that deviceLucas Stach2018-11-081-0/+1
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2018-11-091-3/+3
|\ \ | |/ |/|
| * net: dhcp: fix option 54Marcin Niestroj2018-10-261-3/+3
* | net: make routing work after dhcp commandAntony Pavlov2018-10-161-0/+3
|/
* Merge branch 'for-next/misc'Sascha Hauer2018-09-111-1/+1
|\
| * net: Do not route traffic to interfaces that are not upAndrey Smirnov2018-08-221-1/+1
* | net: dhcp: add global variable for retriesOleg.Karfich@wago.com2018-09-041-1/+3
* | net: dhcp: use private extension 224 also in discover requestsOleg.Karfich@wago.com2018-09-041-0/+7
|/
* net: eth: Make use of ETH_ALENAndrey Smirnov2018-08-101-7/+7
* net: use dev_warn() when no MAC address is setVivien Didelot2018-05-221-1/+1
* net: on ifup -a only detect devices when necessarySascha Hauer2018-04-091-1/+20
* DHCP: fix option 54 passingYegor Yefremov2018-02-221-5/+2