aboutsummaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* Fixes for EqualLogic iSCSI targets:Michael Brown2008-02-071-7/+19
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2008-01-229-24/+15
|\
| * Make seek information part of the xfer metadata, rather than an entirelyMichael Brown2008-01-089-17/+6
| * When the DHCP file/sname fields are empty, don't allow them to overrideMichael Brown2008-01-071-6/+8
| * Fix off-by-one error (discovered by Shao Miller).Michael Brown2008-01-071-1/+1
* | Add preliminary support for MTFTP.Michael Brown2007-12-261-112/+295
|/
* Fix compiler warnings that appear only on OpenBSD.Michael Brown2007-12-061-7/+7
* Kill off some warnings-problematic debug statements in ndp.c; the codeMichael Brown2007-12-071-4/+2
* Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown2007-12-0711-31/+31
* udp_open_promisc() calls udp_open_common() with peer==NULL.Michael Brown2007-11-281-2/+3
* Add RFC2090 TFTP multicast support.Michael Brown2007-11-281-82/+300
* Quick hack to be able to accept transfers from servers that don'tMichael Brown2007-11-251-0/+2
* Allow DHCP server to instruct gPXE to ignore ProxyDHCP (which willMichael Brown2007-11-211-8/+16
* Add ProxyDHCP support.Michael Brown2007-11-211-25/+54
* Remove some assumptions about DHCP obtaining only a single options block.Michael Brown2007-11-212-6/+10
* Add PXE-required DHCP options to DHCPDISCOVER and DHCPREQUEST packets.Michael Brown2007-11-211-10/+25
* Add UUID to DHCP request as option 97 (if available).Michael Brown2007-11-211-0/+13
* Work around a bug in the OpenSolaris iSCSI target.Michael Brown2007-11-051-3/+10
* Force a netdevice poll in net_tx() before attempting to transmitMichael Brown2007-10-041-0/+8
* Added an almost obscene amount of debugging and assertion code whileMichael Brown2007-09-171-7/+15
* Minor debug message improvement.Michael Brown2007-09-171-2/+3
* Prepare for adding a metadata queue to IPoIBMichael Brown2007-09-171-89/+2
* IPoIB code separated out to ipoib.c.Michael Brown2007-09-171-2/+30
* create_qp() and destroy_qp() now written (but not tested).Michael Brown2007-09-161-1/+4
* Started implementing create_qp() and destroy_qp().Michael Brown2007-09-161-2/+70
* Revert to dev_priv/owner_priv scheme, rather than container_of; itMichael Brown2007-09-161-0/+51
* post_recv() now works, and we can pass data on the IPoIB queue pairMichael Brown2007-09-151-9/+10
* Direct polling of TX completion queue now works.Michael Brown2007-09-151-0/+20
* Now handling TX completions in our poll loop.Michael Brown2007-09-141-14/+3
* Can now both send and receive packets. LL header format not yetMichael Brown2007-09-131-0/+11
* Use RFC4390 whenever hardware address exceeds 16 bytes; this allows usMichael Brown2007-09-131-2/+36
* Bugfix: DHCP message type should be a one-byte option... (d'oh)Michael Brown2007-09-131-2/+1
* Started IB driver rewriteMichael Brown2007-09-121-0/+118
* Check for correct block number in tftp_rx_data().Michael Brown2007-09-081-1/+9
* Minor style fix: structure fields are generally initialised in theMichael Brown2007-09-061-1/+1
* TFTP default blocksize fix from VampyreMarty Connor2007-08-301-0/+1
* Merge commit 'holger/strings'Michael Brown2007-08-233-10/+8
|\
| * use malloc attributeHolger Lubitz2007-08-201-1/+1
| * use malloc attributeHolger Lubitz2007-08-201-5/+4
| * use malloc attributeHolger Lubitz2007-08-201-4/+3
* | Use start_timer_nodelay() in protocols which rely on the retry timerMichael Brown2007-08-133-3/+3
* | Add start_timer_nodelay()Michael Brown2007-08-131-0/+12
* | Allowed zero-cost enforced ordering of features in startup bannerMichael Brown2007-08-027-4/+13
* | Use otherwise-useless byte in DHCP feature option as a version numberMichael Brown2007-08-024-2/+8
* | Add FEATURE() macro, plus code to display features at startup time,Michael Brown2007-08-023-0/+21
* | fix gcc 4.2.1 warning: initialized field overwrittenHolger Lubitz2007-08-021-4/+1
|/
* Add identifier for the network device into the DHCP request.Michael Brown2007-07-311-0/+25
* Centralise construction of the DHCP request and response packets.Michael Brown2007-07-311-37/+104
* tls_change_cipher() can complain about null cipher and digestMichael Brown2007-07-301-4/+2
* Change #warnings to FIXMEs, so that we can build without NO_WERROR=1Michael Brown2007-07-301-8/+11