freebsd-dev/sys/netipx
Robert Watson 19e2d43969 Increase the coverage scope of the receive socket buffer lock in
spx_reass() to increase atomicity across multiple operations on the
socket buffer when iterating over the SPX fragment reassembly list
for the ipxpcb, as well a to reduce the number of locking operations.
2005-01-02 15:36:16 +00:00
..
ipx_cksum.c Trim trailing whitespace. 2005-01-02 15:13:59 +00:00
ipx_if.h Trim trailing whitespace. 2005-01-02 15:13:59 +00:00
ipx_input.c Trim trailing whitespace. 2005-01-02 15:13:59 +00:00
ipx_ip.c Trim trailing whitespace. 2005-01-02 15:13:59 +00:00
ipx_ip.h
ipx_outputfl.c Use RTFREE() to free route references rather than rtfree(), as rtfree() 2005-01-02 01:47:56 +00:00
ipx_pcb.c Eliminate XXX comments regarding allocation failures when retrieving 2005-01-02 15:25:59 +00:00
ipx_pcb.h Extern declaration of old 'ipxpcb' list head no longer required. 2005-01-02 15:16:35 +00:00
ipx_proto.c Trim trailing whitespace. 2005-01-02 15:13:59 +00:00
ipx_usrreq.c Restructure ipx_input() return code to match similar code in netinet, 2005-01-02 15:29:29 +00:00
ipx_var.h Add 'struct ipxpcb' forward declaration to ipx_var.h. I had this in 2004-12-31 11:54:39 +00:00
ipx.c Trim trailing whitespace. 2005-01-02 15:13:59 +00:00
ipx.h Mark 'struct ipx', the IPX packet header, as __packed. Otherwise, 2005-01-02 02:30:27 +00:00
README Document copyright updates in netipx README as other prior updates have 2005-01-02 15:10:02 +00:00
spx_debug.c Use __FBSDID(). 2003-06-11 05:37:42 +00:00
spx_debug.h
spx_timer.h
spx_usrreq.c Increase the coverage scope of the receive socket buffer lock in 2005-01-02 15:36:16 +00:00
spx_var.h
spx.h Mark 'struct spx' and 'struct spxhdr' as __packed to prevent possible 2005-01-02 15:06:47 +00:00

$FreeBSD$

This protocol implements IPX/SPX over Ethernet_II frame type 0x8137.
Please note: the SPX implementation may require further work and testing
to insure proper operation.

Mike Mitchell, Network Engineer
AMTECH Systems Corporation, Technology and Manufacturing
8600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000
supervisor@alb.asctmd.com

John Hay
Some Company
Some Address
jhay@mikom.csir.co.za

--- Copyright Information ---

Copyright (c) 1984, 1985, 1986, 1987, 1993
The Regents of the University of California.  All rights reserved.

Modifications Copyright (c) 2004, Robert N. M. Watson
Modifications Copyright (c) 1995, Mike Mitchell
Modifications Copyright (c) 1995, John Hay