Commit Graph

157 Commits (ac3f26cc15ad7e3e9efc2b0b0e18c6e84d93af77)

Author SHA1 Message Date
Joe Hershberger ac3f26cc15 net: Don't overwrite waiting packets with asynchronous replies 6 years ago
Joe Hershberger 3f02c98bd1 net: Add an accessor to know if waiting for ARP 6 years ago
Bin Meng dda5251037 net.h: Include linux/if_ether.h to avoid duplication 6 years ago
Pankaj Bansal 1666fa587b net: Increase ethernet name string size to 20 chars 6 years ago
Joe Hershberger 6ab1283092 net: Consolidate the parsing of bootfile 6 years ago
Joe Hershberger 3a66fcb7c3 net: When checking prerequisites, consider boot_file_name 6 years ago
Alexander Graf 449312c1c0 net: Prefer command line arguments 6 years ago
Lothar Felten d8970dae27 net: Add new wol command - Wake on LAN 6 years ago
Alex Kiernan f73a7df984 net: fastboot: Merge AOSP UDP fastboot 6 years ago
Tom Rini f739fcd831 SPDX: Convert a few files that were missed before 6 years ago
Alex Kiernan 9925f1dbc3 net: Move enetaddr env access code to env config instead of net config 6 years ago
Jason Kridner 99761e536c Handle NETCONSOLE and SPL enabled 6 years ago
Simon Glass 723806cc5b env: Rename some other getenv()-related functions 7 years ago
Simon Glass 35affd7a2f env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() 7 years ago
Simon Glass fd1e959e91 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() 7 years ago
Denis Pynkin 704f3acfcf net: Use packed structures for networking 7 years ago
Heiko Schocher 5b8e76c35e powerpc, 8xx: remove support for 8xx 7 years ago
oliver@schinagl.nl 2c07c32994 net: cosmetic: Define ethernet name length 7 years ago
oliver@schinagl.nl 9f455bcb34 net: cosmetic: Make the MAC address string less magical 7 years ago
oliver@schinagl.nl a40db6d511 net: cosmetic: Do not use magic values for ARP_HLEN 7 years ago
Mugunthan V N d4a3755368 drivers: usb: gadget: ether/rndis: convert driver to adopt device driver model 7 years ago
Robert P. J. Day 62a3b7dd08 Various, unrelated tree-wide typo fixes. 8 years ago
Alexander Graf 0efe1bcf5c efi_loader: Add network access support 8 years ago
Stefan Agner 700877a62b net: increase maximum frame size to accomediate VLAN packets 8 years ago
Stefan Roese 99d4c6d3b2 net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375 8 years ago
Roger Quadros 5350bc8f65 net: export eth_setenv_enetaddr_by_index() to net.h 8 years ago
Alexey Brodkin f74264d661 include/net.h: add max_speed member in struct eth_pdata 8 years ago
Fabio Estevam 9216387354 include: net: Simplify the usage of __always_inline 9 years ago
Jacob Stiffler 11a69ff85b net: Increase the size of the net_boot_file_name buffer 9 years ago
Josh Wu 219cc94a3f net: change the env name to use const 9 years ago
Bernhard Nortmann eaa8a195cc net: expose eth_is_active() function to test network device state 9 years ago
Lukasz Majewski c7ff552843 update: tftp: dfu: Extend update_tftp() function to support DFU 9 years ago
Simon Glass b86f795a37 net: Allow drivers to return -ENOSYS with the write_hwaddr() method 9 years ago
Simon Glass a1ca92eaaf dm: eth: Avoid blocking on packet reception 9 years ago
Simon Glass c74c8e6651 dm: net: Adjust PHY interface to work with CONFIG_DM_ETH 9 years ago
Sergey Temerkhanov 717234e002 net: Convert protocol structures to use explicit sizes 9 years ago
Sergey Temerkhanov 5917e7d165 net: Fix incorrect DHCP/BOOTP packets on 64-bit systems 9 years ago
Joe Hershberger bc0571fc10 net: cosmetic: Fix checkpatch.pl failures in net.c 9 years ago
Joe Hershberger a34f207563 net: cosmetic: Fix checkpatch.pl failures in net.h 9 years ago
Joe Hershberger 4fd5055f59 net: cosmetic: Clean up cmd_net variables and functions 9 years ago
Joe Hershberger 6a38a5f3df net: cosmetic: Clean up netconsole variables and functions 9 years ago
Joe Hershberger 786eac5f9d net: cosmetic: Clean up DNS variables and functions 9 years ago
Joe Hershberger 6aede5b750 net: cosmetic: Clean up CDP variables and functions 9 years ago
Joe Hershberger 1fd92db83d net: cosmetic: Fix var naming net <-> eth drivers 9 years ago
Joe Hershberger 1203fcceec net: cosmetic: Cleanup internal packet buffer names 9 years ago
Joe Hershberger 0adb5b761f net: cosmetic: Name ethaddr variables consistently 9 years ago
Joe Hershberger 586cbe51ab net: cosmetic: Fixup var names for DHCP strings 9 years ago
Joe Hershberger 1411157d85 net: cosmetic: Fixup var names related to boot file 9 years ago
Joe Hershberger 049a95a775 net: cosmetic: Change IPaddr_t to struct in_addr 9 years ago
Joe Hershberger 63c9729a13 dm: eth: Provide a way for drivers to manage packet buffers 9 years ago