summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* treewide: drop unused header filesAntony Pavlov4 days1-68/+0
* net: retire global NetRxPackets arraysAhmad Fatoum2024-03-131-3/+0
* net: add net_alloc_packets helperAhmad Fatoum2024-03-131-3/+24
* net: drop unused rarp.hAntony Pavlov2024-02-291-23/+0
* eth: replace ethaddr_to_string() with %pMSascha Hauer2024-02-053-21/+7
* net: add generic MAC address derivation from machine IDAhmad Fatoum2023-11-223-5/+76
* Merge branch 'for-next/misc'Sascha Hauer2023-08-231-13/+21
|\
| * net: ifup: don't redo ifup -a1 if we have a gatewayAhmad Fatoum2023-07-261-7/+7
| * net: ifup: check for ctrl+c during ifupAhmad Fatoum2023-07-261-8/+16
* | Convert License Identifiers to SPDX 3.0 for files originating from LiMonRoland Hieber2023-08-071-1/+1
* | net.c: Don't forget about the first fragment.Christian Melki2023-07-281-1/+6
* | Add SPDX License identifier for files originating from LiMonSascha Hauer2023-07-281-6/+7
|/
* net: ifup: pass hostname and linuxdevname to linux with DHCPMichael Olbrich2023-05-021-2/+6
* net: ifup: have ifup -a1 stop at first DHCP-set global.net.serverAhmad Fatoum2023-02-032-4/+30
* net: ifup: have ifup -a poll for link up in parallelAhmad Fatoum2023-02-032-29/+102
* net: eth: skip opening disabled interfaces when going interactiveAhmad Fatoum2023-01-201-1/+4
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-9/+11
* net: add promiscuous mode configuration supportOleksij Rempel2022-11-081-0/+8
* net: Bring up all interfaces when going interactiveSascha Hauer2022-09-221-13/+21
* net: fastboot: keep error message initialized at all timesAhmad Fatoum2022-09-121-0/+2
* net: ping: propagate failureAhmad Fatoum2022-09-121-1/+1
* net: dns: Return error when nameserver not givenSascha Hauer2022-06-151-1/+1
* treewide: Remove duplicate incudesAlexander Shiyan2022-06-102-2/+0
* net: dns: Generate and verify transaction IDJules Maselbas2022-05-161-1/+11
* add ethlog commandOleksij Rempel2022-04-192-2/+5
* net: add of_find_eth_device_by_node() functionOleksij Rempel2022-04-141-0/+16
* net: add RX preprocessor supportOleksij Rempel2022-04-141-0/+11
* 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