| Commit message (Expand) | Author | Age | Files | Lines |
* | env: Move env_set() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | net: unaligned copying of unsigned long | Heinrich Schuchardt | 2019-07-18 | 1 | -2/+2 |
* | net: Add priv_pdata to eth_pdata | Faiz Abbas | 2019-04-12 | 1 | -0/+2 |
* | net: remove CONFIG_MCAST_TFTP | Chris Packham | 2019-01-24 | 1 | -13/+1 |
* | net: move ether_crc to tsec driver | Chris Packham | 2019-01-24 | 1 | -1/+0 |
* | net: Consolidate UDP header functions | Duncan Hare | 2018-10-10 | 1 | -1/+5 |
* | net: Don't overwrite waiting packets with asynchronous replies | Joe Hershberger | 2018-10-10 | 1 | -0/+8 |
* | net: Add an accessor to know if waiting for ARP | Joe Hershberger | 2018-10-10 | 1 | -0/+1 |
* | net.h: Include linux/if_ether.h to avoid duplication | Bin Meng | 2018-10-10 | 1 | -0/+1 |
* | net: Increase ethernet name string size to 20 chars | Pankaj Bansal | 2018-08-08 | 1 | -1/+1 |
* | net: Consolidate the parsing of bootfile | Joe Hershberger | 2018-07-26 | 1 | -0/+11 |
* | net: When checking prerequisites, consider boot_file_name | Joe Hershberger | 2018-07-26 | 1 | -0/+3 |
* | net: Prefer command line arguments | Alexander Graf | 2018-07-02 | 1 | -0/+2 |
* | net: Add new wol command - Wake on LAN | Lothar Felten | 2018-07-02 | 1 | -1/+2 |
* | net: fastboot: Merge AOSP UDP fastboot | Alex Kiernan | 2018-05-30 | 1 | -1/+1 |
* | SPDX: Convert a few files that were missed before | Tom Rini | 2018-05-10 | 1 | -1/+1 |
* | net: Move enetaddr env access code to env config instead of net config | Alex Kiernan | 2018-04-08 | 1 | -3/+0 |
* | Handle NETCONSOLE and SPL enabled | Jason Kridner | 2018-04-06 | 1 | -3/+3 |
* | env: Rename some other getenv()-related functions | Simon Glass | 2017-08-16 | 1 | -1/+1 |
* | env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() | Simon Glass | 2017-08-16 | 1 | -2/+2 |
* | env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() | Simon Glass | 2017-08-16 | 1 | -3/+3 |
* | net: Use packed structures for networking | Denis Pynkin | 2017-08-07 | 1 | -7/+7 |
* | powerpc, 8xx: remove support for 8xx | Heiko Schocher | 2017-06-12 | 1 | -4/+0 |
* | net: cosmetic: Define ethernet name length | oliver@schinagl.nl | 2017-02-07 | 1 | -1/+2 |
* | net: cosmetic: Make the MAC address string less magical | oliver@schinagl.nl | 2017-02-07 | 1 | -0/+5 |
* | net: cosmetic: Do not use magic values for ARP_HLEN | oliver@schinagl.nl | 2017-02-07 | 1 | -25/+27 |
* | drivers: usb: gadget: ether/rndis: convert driver to adopt device driver model | Mugunthan V N | 2017-01-09 | 1 | -0/+7 |
* | Various, unrelated tree-wide typo fixes. | Robert P. J. Day | 2016-07-16 | 1 | -1/+1 |
* | efi_loader: Add network access support | Alexander Graf | 2016-05-27 | 1 | -1/+1 |
* | net: increase maximum frame size to accomediate VLAN packets | Stefan Agner | 2016-05-03 | 1 | -11/+5 |
* | net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375 | Stefan Roese | 2016-04-04 | 1 | -0/+2 |
* | net: export eth_setenv_enetaddr_by_index() to net.h | Roger Quadros | 2016-03-27 | 1 | -0/+17 |
* | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini | 2016-01-28 | 1 | -0/+2 |
|\ |
|
| * | include/net.h: add max_speed member in struct eth_pdata | Alexey Brodkin | 2016-01-28 | 1 | -0/+2 |
* | | include: net: Simplify the usage of __always_inline | Fabio Estevam | 2015-12-21 | 1 | -5/+4 |
|/ |
|
* | net: Increase the size of the net_boot_file_name buffer | Jacob Stiffler | 2015-10-29 | 1 | -1/+1 |
* | net: change the env name to use const | Josh Wu | 2015-10-28 | 1 | -2/+2 |
* | net: expose eth_is_active() function to test network device state | Bernhard Nortmann | 2015-09-29 | 1 | -0/+4 |
* | update: tftp: dfu: Extend update_tftp() function to support DFU | Lukasz Majewski | 2015-09-07 | 1 | -2/+12 |
* | net: Allow drivers to return -ENOSYS with the write_hwaddr() method | Simon Glass | 2015-07-21 | 1 | -1/+3 |
* | dm: eth: Avoid blocking on packet reception | Simon Glass | 2015-07-21 | 1 | -1/+9 |
* | dm: net: Adjust PHY interface to work with CONFIG_DM_ETH | Simon Glass | 2015-04-18 | 1 | -0/+2 |
* | net: Convert protocol structures to use explicit sizes | Sergey Temerkhanov | 2015-04-18 | 1 | -56/+56 |
* | net: Fix incorrect DHCP/BOOTP packets on 64-bit systems | Sergey Temerkhanov | 2015-04-18 | 1 | -5/+5 |
* | net: cosmetic: Fix checkpatch.pl failures in net.c | Joe Hershberger | 2015-04-18 | 1 | -11/+7 |
* | net: cosmetic: Fix checkpatch.pl failures in net.h | Joe Hershberger | 2015-04-18 | 1 | -6/+6 |
* | net: cosmetic: Clean up cmd_net variables and functions | Joe Hershberger | 2015-04-18 | 1 | -5/+5 |
* | net: cosmetic: Clean up netconsole variables and functions | Joe Hershberger | 2015-04-18 | 1 | -1/+1 |
* | net: cosmetic: Clean up DNS variables and functions | Joe Hershberger | 2015-04-18 | 1 | -2/+2 |
* | net: cosmetic: Clean up CDP variables and functions | Joe Hershberger | 2015-04-18 | 1 | -2/+2 |