summaryrefslogtreecommitdiff
path: root/net/bootp.c
AgeCommit message (Expand)Author
2015-04-18net: Fix incorrect DHCP/BOOTP packets on 64-bit systemsSergey Temerkhanov
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger
2015-04-18net: cosmetic: Clean up DHCP variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger
2015-04-18net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger
2015-04-18net: cosmetic: Fixup var names related to boot fileJoe Hershberger
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger
2014-12-08net: bootp: as CONFIG_BOOTP_SERVERIP is defined, keep bootfile not changedWu, Josh
2014-08-21net: More BOOTP retry timeout improvementsThierry Reding
2014-08-09net: BOOTP retry timeout improvementsStephen Warren
2014-07-22bootp can use mdelayPavel Machek
2014-04-02lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak
2012-11-04net/: sparse fixesKim Phillips
2012-10-01OMAP: networking support for SPLIlya Yanok
2012-10-01net/bootp: add VCI support for BOOTP alsoIlya Yanok
2012-09-27net: Quietly ignore DHCP Option 28 (Broadcast Address)Brian Rzycki
2012-07-19net: bootp: fix buildbenoit.thebaudeau@advans
2012-07-08net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAYKim Phillips
2012-05-23net: Add option CONFIG_BOOTP_MAY_FAILJoe Hershberger
2012-05-23net: Fix unused variable compile warningJoe Hershberger
2012-05-23net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger
2012-05-23net: Move debug trace to point of actionJoe Hershberger
2012-05-23net: Refactor bootp packet length computationsJoe Hershberger
2012-05-23net: Refactor IP, UPD, and ICMP header writing functionsJoe Hershberger
2012-05-23net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZEJoe Hershberger
2012-05-23net: cosmetic: Un-typedef Ethernet_tJoe Hershberger
2012-05-23net: cosmetic: Un-typedef IP_tJoe Hershberger
2012-05-23net: Move MAC-seeded rand out of bootp.cJoe Hershberger
2012-05-15net: cosmetic: bootp.* checkpatch complianceJoe Hershberger
2012-05-15net: Remove volatile from net APIJoe Hershberger
2012-03-18bootstage: Plumb in bootstage calls for basic operationsSimon Glass
2011-11-23net/bootp.c: Fix GCC 4.6 warningAnatolij Gustschin
2011-10-27net: Export auto_load, use it in rarpSimon Glass
2011-10-26net: tftpput: Support selecting get/put for tftpSimon Glass
2011-10-17net: bootp: add PXE/RFC 4578 DHCP options supportJason Hobbs
2011-09-19net/bootp.c: fix tftp load if autoload environment var isn't setPeter Korsgaard
2011-08-08Put common autoload code into auto_load() functionSimon Glass
2011-07-27bootp: add ntpserver option to bootp requestLuuk Paulussen
2011-05-12NET: pass source IP address to packet handlersLuca Ceresoli
2011-04-13Fix bad padding of bootp request packetSimon Glass
2010-11-14net: Fix potential empty DHCP Parameter Request ListJason Liu
2009-12-13net: pull CONFIG checks out of source and into makefileMike Frysinger
2009-09-11net/bootp.c: fix compile warningWolfgang Denk
2009-08-07minor debug cleanups in ./netRobin Getz
2009-07-22net: rename NetRxPkt to NetRxPacketMike Frysinger
2009-06-15A VLAN tagged DHCP request/discover is 4 bytes shortNorbert van Bolhuis
2009-03-20net: get mac address from environment and use eth util funcsMike Frysinger
2009-03-20convert print_IPaddr() to %pI4Mike Frysinger
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD