summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: make struct bootp __packed to prevent unaligned store on MIPSAntony Pavlov2018-01-051-1/+1
* net: Add linuxdevname propertySascha Hauer2017-12-152-3/+13
* net: Provide new way to configure network devicesSascha Hauer2017-12-142-88/+183
* ifup: Use dhcp C API rather than running commandSascha Hauer2017-12-141-4/+2
* net: ifup: Factor out a eth_discover functionSascha Hauer2017-12-141-12/+26
* net: remove "current" network deviceSascha Hauer2017-12-142-19/+0
* net: Pick network device based on IP settingsSascha Hauer2017-12-141-2/+28
* net: dhcp: reworkSascha Hauer2017-12-141-322/+210
* net: dhcp: Coding style fixesSascha Hauer2017-12-141-7/+6
* net: dhcp: avoid unnecessary castsSascha Hauer2017-12-141-10/+8
* net: dhcp: Allow to specify network deviceSascha Hauer2017-12-143-16/+16
* net: allow udp connections on specified network deviceSascha Hauer2017-12-011-12/+20
* net: Use a single gatewaySascha Hauer2017-12-013-6/+14