aboutsummaryrefslogtreecommitdiff
path: root/net/bootp.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-26net: bootp: Add environment variable for timeout periodAlexandre Messier1-1/+10
2016-01-28net: Add bootfile in DHCP RequestAlexandre Messier1-0/+1
2016-01-28net: bootp: Ignore packets whose yiaddr is 0Peng Fan1-0/+3
2015-10-29net: parse DHCP options from overloaded file/sname fieldsStefan Brüns1-10/+32
2015-10-29net: Do not overwrite options found in overloaded 'file' fieldStefan Brüns1-26/+18
2015-10-28net: cancel timeout handler after DHCPACKStefan Brüns1-0/+1
2015-10-28net: Fix parsing of Bootp/DHCP option 0 (Pad)Stefan Brüns1-1/+10
2015-10-28net: send RFC1542 compliant value for bootp requestsStefan Brüns1-2/+6
2015-10-28net: reject Bootp/DHCP packets with bad OP valueStefan Brüns1-8/+5
2015-10-28net: protect status led access in bootpThomas Chou1-1/+1
2015-10-28net: bootp fix vci string on SPL-BootHannes Petermaier1-1/+3
2015-09-07net: tftp: Move tftp.h file from ./net to ./include/netLukasz Majewski1-1/+1
2015-04-18net: Fix incorrect DHCP/BOOTP packets on 64-bit systemsSergey Temerkhanov1-17/+16
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger1-16/+17
2015-04-18net: cosmetic: Clean up DHCP variables and functionsJoe Hershberger1-61/+58
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger1-8/+8
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-9/+10
2015-04-18net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger1-24/+27
2015-04-18net: cosmetic: Fixup var names related to boot fileJoe Hershberger1-13/+14
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger1-58/+67
2014-12-08net: bootp: as CONFIG_BOOTP_SERVERIP is defined, keep bootfile not changedWu, Josh1-2/+2
2014-08-21net: More BOOTP retry timeout improvementsThierry Reding1-8/+40
2014-08-09net: BOOTP retry timeout improvementsStephen Warren1-7/+31
2014-07-22bootp can use mdelayPavel Machek1-3/+2
2014-04-02lib: uuid: code refactor for proper maintain between uuid bin and stringPrzemyslaw Marczak1-1/+1
2012-11-04net/: sparse fixesKim Phillips1-3/+3
2012-10-01OMAP: networking support for SPLIlya Yanok1-1/+6
2012-10-01net/bootp: add VCI support for BOOTP alsoIlya Yanok1-6/+16
2012-09-27net: Quietly ignore DHCP Option 28 (Broadcast Address)Brian Rzycki1-0/+2
2012-07-19net: bootp: fix buildbenoit.thebaudeau@advans1-1/+1
2012-07-08net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAYKim Phillips1-1/+3
2012-05-23net: Add option CONFIG_BOOTP_MAY_FAILJoe Hershberger1-0/+5
2012-05-23net: Fix unused variable compile warningJoe Hershberger1-4/+3
2012-05-23net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger1-2/+2
2012-05-23net: Move debug trace to point of actionJoe Hershberger1-1/+1
2012-05-23net: Refactor bootp packet length computationsJoe Hershberger1-11/+13
2012-05-23net: Refactor IP, UPD, and ICMP header writing functionsJoe Hershberger1-4/+4
2012-05-23net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZEJoe Hershberger1-5/+5
2012-05-23net: cosmetic: Un-typedef Ethernet_tJoe Hershberger1-1/+1
2012-05-23net: cosmetic: Un-typedef IP_tJoe Hershberger1-2/+2
2012-05-23net: Move MAC-seeded rand out of bootp.cJoe Hershberger1-55/+12
2012-05-15net: cosmetic: bootp.* checkpatch complianceJoe Hershberger1-167/+173
2012-05-15net: Remove volatile from net APIJoe Hershberger1-2/+2
2012-03-18bootstage: Plumb in bootstage calls for basic operationsSimon Glass1-0/+4
2011-11-23net/bootp.c: Fix GCC 4.6 warningAnatolij Gustschin1-1/+2
2011-10-27net: Export auto_load, use it in rarpSimon Glass1-32/+2
2011-10-26net: tftpput: Support selecting get/put for tftpSimon Glass1-1/+1
2011-10-17net: bootp: add PXE/RFC 4578 DHCP options supportJason Hobbs1-0/+40
2011-09-19net/bootp.c: fix tftp load if autoload environment var isn't setPeter Korsgaard1-1/+1
2011-08-08Put common autoload code into auto_load() functionSimon Glass1-43/+33