]> git.ipfire.org Git - people/ms/u-boot.git/history - net/cdp.c
Remove CONFIG_SYS_BOOTCOUNT_SINGLEWORD
[people/ms/u-boot.git] / net / cdp.c
2015-05-05  Albert ARIBAUDMerge branch 'u-boot/master' into 'u-boot-arm/master'
2015-04-28  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2015-04-20  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2015-04-18  Tom RiniMerge branch 'buildman' of git://git.denx.de/u-boot-x86
2015-04-18  Joe Hershbergernet: cosmetic: Fix checkpatch.pl failures in net.c
2015-04-18  Joe Hershbergernet: cosmetic: Clean up CDP variables and functions
2015-04-18  Joe Hershbergernet: cosmetic: Cleanup internal packet buffer names
2015-04-18  Joe Hershbergernet: cosmetic: Name ethaddr variables consistently
2014-10-10  Albert ARIBAUDMerge branch 'u-boot/master' into 'u-boot-arm/master'
2014-10-10  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-nand...
2014-10-10  Wolfgang DenkSPDX License cleanup for LiMon imported files
2012-05-23  Joe Hershbergernet: Refactor to separate the UDP handler from the...
2012-05-23  Joe Hershbergernet: Refactor to protect access to the NetState variable
2012-05-23  Joe Hershbergernet: Refactor to use NetSendPacket instead of eth_send...
2012-05-23  Joe Hershbergernet: cosmetic: Rename CDPHandler to cdp_receive
2012-05-23  Joe Hershbergernet: cosmetic: Un-typedef Ethernet_t
2012-05-23  Joe Hershbergernet: Move CDP out of net.c