summaryrefslogtreecommitdiffstats
path: root/include/net.h
Commit message (Expand)AuthorAgeFilesLines
* net: increase maximum frame size to accomediate VLAN packetsStefan Agner2016-05-031-11/+5
* net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375Stefan Roese2016-04-041-0/+2
* net: export eth_setenv_enetaddr_by_index() to net.hRoger Quadros2016-03-271-0/+17
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-01-281-0/+2
|\
| * include/net.h: add max_speed member in struct eth_pdataAlexey Brodkin2016-01-281-0/+2
* | include: net: Simplify the usage of __always_inlineFabio Estevam2015-12-211-5/+4
|/
* net: Increase the size of the net_boot_file_name bufferJacob Stiffler2015-10-291-1/+1
* net: change the env name to use constJosh Wu2015-10-281-2/+2
* net: expose eth_is_active() function to test network device stateBernhard Nortmann2015-09-291-0/+4
* update: tftp: dfu: Extend update_tftp() function to support DFULukasz Majewski2015-09-071-2/+12
* net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass2015-07-211-1/+3
* dm: eth: Avoid blocking on packet receptionSimon Glass2015-07-211-1/+9
* dm: net: Adjust PHY interface to work with CONFIG_DM_ETHSimon Glass2015-04-181-0/+2
* net: Convert protocol structures to use explicit sizesSergey Temerkhanov2015-04-181-56/+56
* net: Fix incorrect DHCP/BOOTP packets on 64-bit systemsSergey Temerkhanov2015-04-181-5/+5
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-181-11/+7
* net: cosmetic: Fix checkpatch.pl failures in net.hJoe Hershberger2015-04-181-6/+6
* net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger2015-04-181-5/+5
* net: cosmetic: Clean up netconsole variables and functionsJoe Hershberger2015-04-181-1/+1
* net: cosmetic: Clean up DNS variables and functionsJoe Hershberger2015-04-181-2/+2
* net: cosmetic: Clean up CDP variables and functionsJoe Hershberger2015-04-181-2/+2
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-7/+0
* net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger2015-04-181-8/+8
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-181-19/+19
* net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger2015-04-181-3/+3
* net: cosmetic: Fixup var names related to boot fileJoe Hershberger2015-04-181-4/+5
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-181-30/+33
* dm: eth: Provide a way for drivers to manage packet buffersJoe Hershberger2015-04-181-1/+7
* net: Improve error handlingJoe Hershberger2015-04-181-1/+2
* dm: eth: Add support for aliasesJoe Hershberger2015-04-181-0/+5
* dm: eth: Pass the packet pointer as a parameter to recvJoe Hershberger2015-04-181-2/+4
* net: Clean up network stack names used in DM driversJoe Hershberger2015-04-181-1/+8
* dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger2015-04-181-0/+52
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-181-3/+3
* net: Use int instead of u8 for boolean flagJoe Hershberger2015-04-181-1/+1
* net: Refactor in preparation for driver modelJoe Hershberger2015-04-181-33/+35
* net: Remove unneeded "extern" in net.hJoe Hershberger2015-04-181-45/+45
* net: Provide a function to get the current MAC addressJoe Hershberger2015-04-181-0/+8
* net: Add ethernet FCS length macro in net.hBin Meng2015-03-241-0/+2
* net: Use new checksum functionsSimon Glass2015-02-121-4/+0
* net: Add a separate file for IP checksummingSimon Glass2015-01-231-0/+30
* net: Declare physical address as phys_addr_t unsigned typeMichal Simek2015-01-141-1/+1
* SPDX License cleanup for LiMon imported filesWolfgang Denk2014-10-101-1/+1
* net: rename and refactor eth_rand_ethaddr() functionMasahiro Yamada2014-05-121-17/+19
* net: Fix mcast function pointer prototypeClaudiu Manoil2013-11-221-1/+1
* net.h: don't use the reserved name __unusedJeroen Hofstee2013-08-191-1/+1
* net: make IPaddr type big endianKim Phillips2013-06-241-1/+1
* net: Add prototype for update_tftpSimon Glass2013-06-041-0/+3
* net/: sparse fixesKim Phillips2012-11-041-4/+5
* net: Filter incoming netconsole packets by IPJoe Hershberger2012-09-241-1/+2
OpenPOWER on IntegriCloud