index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net.h
Age
Commit message (
Expand
)
Author
2023-06-14
cmd: net: add a 'net stats' command to dump network statistics
Ioana Ciornei
2023-05-05
net: ipv6: Add support for default gateway discovery.
Ehsan Mohandesi
2023-05-05
net: add fastboot TCP support
Dmitrii Merkurev
2023-05-05
net: dhcp6: Add DHCPv6 (DHCP for IPv6)
Sean Edmond
2023-01-23
net: Add a function to run dhcp
Simon Glass
2023-01-23
sandbox: Allow ethernet bootdevs to be disabled for tests
Simon Glass
2022-12-07
net: Remove eth_legacy.c
Tom Rini
2022-12-05
net: ping6: Add ping6 command
Viacheslav Mitrofanov
2022-11-28
net: Add wget application
Ying-Chun Liu (PaulLiu)
2022-11-28
net: Add TCP protocol
Ying-Chun Liu (PaulLiu)
2022-10-21
net: NC-SI setup and handling
Samuel Mendoza-Jonas
2022-08-08
net: bootp: Make root path (option 17) length configurable
Andre Kalb
2022-06-03
net: Check for the minimum IP fragmented datagram size
Fabio Estevam
2022-03-25
Convert CONFIG_SYS_RX_ETH_BUFFER to Kconfig
Tom Rini
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-07-10
net: add set_promisc function to enable/disable Promiscuous mode
Tim Harvey
2021-02-16
net: Introduce DSA class for Ethernet switches
Claudiu Manoil
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-10-19
net: add a define for the number of packets received as batch
Patrick Wildt
2020-10-10
net: Expose some errors generated in net_init
Sean Anderson
2020-09-30
net: add a generic udp protocol
Philippe Reynes
2020-06-12
net: move random_port() to dns
Baruch Siach
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2020-05-18
arm: Don't include common.h in header files
Simon Glass
2020-03-09
phy: Add support for the NC-SI protocol
Samuel Mendoza-Jonas
2020-01-17
common: Move reset_phy() to net.h
Simon Glass
2020-01-17
common: Move do_tftpb() to net.h
Simon Glass
2019-12-09
net: Improve documentation for string_to_ip()
Joe Hershberger
2019-12-09
net: Always build the string_to_enetaddr() helper
Joe Hershberger
2019-12-02
common: Move env_get_ip() to net.h
Simon Glass
2019-12-02
common: Move random-number functions into their own header
Simon Glass
2019-09-04
net: make net_random_ethaddr() more random
Michael Walle
2019-08-11
env: net: Move eth_parse_enetaddr() to net.c/h
Simon Glass
2019-08-11
env: Move env_set() to env.h
Simon Glass
2019-07-18
net: unaligned copying of unsigned long
Heinrich Schuchardt
2019-04-12
net: Add priv_pdata to eth_pdata
Faiz Abbas
2019-01-24
net: remove CONFIG_MCAST_TFTP
Chris Packham
2019-01-24
net: move ether_crc to tsec driver
Chris Packham
2018-10-10
net: Consolidate UDP header functions
Duncan Hare
2018-10-10
net: Don't overwrite waiting packets with asynchronous replies
Joe Hershberger
2018-10-10
net: Add an accessor to know if waiting for ARP
Joe Hershberger
2018-10-10
net.h: Include linux/if_ether.h to avoid duplication
Bin Meng
2018-08-08
net: Increase ethernet name string size to 20 chars
Pankaj Bansal
2018-07-26
net: Consolidate the parsing of bootfile
Joe Hershberger
2018-07-26
net: When checking prerequisites, consider boot_file_name
Joe Hershberger
2018-07-02
net: Prefer command line arguments
Alexander Graf
2018-07-02
net: Add new wol command - Wake on LAN
Lothar Felten
2018-05-30
net: fastboot: Merge AOSP UDP fastboot
Alex Kiernan
2018-05-10
SPDX: Convert a few files that were missed before
Tom Rini
[next]