summaryrefslogtreecommitdiffstats
path: root/include/net.h
Commit message (Expand)AuthorAgeFilesLines
* net: retire global NetRxPackets arraysAhmad Fatoum2024-03-131-2/+0
* net: add net_alloc_packets helperAhmad Fatoum2024-03-131-0/+8
* eth: replace ethaddr_to_string() with %pMSascha Hauer2024-02-051-1/+0
* net: remove unused field from struct eth_deviceSascha Hauer2023-12-191-1/+0
* include: net: align PKTSIZE to 64 bytesSteffen Trumtrar2023-12-051-2/+2
* net: add generic MAC address derivation from machine IDAhmad Fatoum2023-11-221-0/+2
* net: import Linux eth_addr_inc/dec/add helpersAhmad Fatoum2023-09-221-0/+71
* Convert License Identifiers to SPDX 3.0 for files originating from LiMonRoland Hieber2023-08-071-1/+1
* Add SPDX License identifier for files originating from LiMonSascha Hauer2023-07-281-7/+4
* net: ifup: have ifup -a1 stop at first DHCP-set global.net.serverAhmad Fatoum2023-02-031-0/+2
* net: ifup: have ifup -a poll for link up in parallelAhmad Fatoum2023-02-031-0/+3
* net: dsa: add Realtek (rtl8365mb/rtl8366rb) switch supportAhmad Fatoum2023-01-231-1/+2
* Rename struct device_d to deviceSascha Hauer2023-01-101-3/+3
* net: add promiscuous mode configuration supportOleksij Rempel2022-11-081-0/+3
* net: Bring up all interfaces when going interactiveSascha Hauer2022-09-221-0/+3
* net: Use dma_alloc to allocate net packetSascha Hauer2022-09-161-1/+2
* add ethlog commandOleksij Rempel2022-04-191-0/+11
* net: add of_find_eth_device_by_node() functionOleksij Rempel2022-04-141-0/+1
* net: add RX preprocessor supportOleksij Rempel2022-04-141-0/+3
* net: Add a slice to struct eth_deviceSascha Hauer2020-08-191-0/+10
* net: Add ifdown support and commandSascha Hauer2020-03-311-0/+4
* net: Open ethernet devices explicitlySascha Hauer2020-03-311-1/+2
* net: dns: return error codesSascha Hauer2018-11-291-5/+3
* net: Add linuxdevname propertySascha Hauer2017-12-151-0/+1
* net: Provide new way to configure network devicesSascha Hauer2017-12-141-0/+7
* net: remove "current" network deviceSascha Hauer2017-12-141-2/+0
* net: Pick network device based on IP settingsSascha Hauer2017-12-141-0/+1
* net: dhcp: Allow to specify network deviceSascha Hauer2017-12-141-3/+3
* net: allow udp connections on specified network deviceSascha Hauer2017-12-011-0/+4
* net: Use a single gatewaySascha Hauer2017-12-011-1/+1
* net: dhcp: Do not overwrite serverip if it is validSascha Hauer2017-12-011-0/+1
* net: introduce global.net.serverSascha Hauer2017-12-011-1/+0
* net: Add functions to get/set nameserver and domainnameSascha Hauer2017-12-011-0/+4
* net: Add and use IP_BROADCASTSascha Hauer2017-12-011-0/+2
* net: add linux.bootarg parameter from ifup callEnrico Jorns2016-09-221-0/+1
* convert users to %pI4Sascha Hauer2016-09-221-6/+0
* net: eth: add name to struct eth_deviceSascha Hauer2016-07-141-0/+6
* net: introduce for_each_netdev iteratorSascha Hauer2016-07-141-0/+4
* net: resolv: Make argument constSascha Hauer2015-12-141-2/+2
* net: eth: Remove ethaddr_paramJan Remmet2015-11-201-1/+0
* net_udp_bind(): use uint16_t type for source portAntony Pavlov2015-07-201-1/+1
* net: eth: Do not rely on CONFIG_PARAMETER to be enabledSascha Hauer2015-06-261-0/+2
* net: Make set_ethaddr argument constSascha Hauer2015-06-261-1/+1
* net.h: add ETH_ALEN constant; fix whitespacesAntony Pavlov2014-07-021-3/+5
* net: Allow to use multiple network interfaces at onceSascha Hauer2014-05-151-1/+2
* net: Pass eth_device to net_receiveSascha Hauer2014-05-151-1/+1
* net: Add ifup supportSascha Hauer2014-03-071-0/+5
* net: constify eth_get_byname argumentSascha Hauer2014-03-071-1/+1
* net: new function net_read_uint64Uwe Kleine-König2014-02-101-0/+7
* net: net_read_uint32: assert that only 32 bit are readUwe Kleine-König2014-02-101-4/+4