| Commit message (Expand) | Author | Age | Files | Lines |
* | Use queue(9) instead of hand-crafted link lists for the global IPX | rwatson | 2009-06-24 | 1 | -7/+10 |
* | Include sys/lock.h before sys/rwlock.h. If anything used to bring it for us | cognet | 2009-06-23 | 1 | -0/+1 |
* | Introduce basic locking of global IPX address list 'ipx_ifaddr' using | rwatson | 2009-06-21 | 1 | -3/+14 |
* | Remove unuxed ipx_zerohost. | rwatson | 2009-06-21 | 1 | -1/+0 |
* | Remove historical support for capturing IPX packets in the output path | rwatson | 2009-06-21 | 1 | -50/+0 |
* | Reimplement the netisr framework in order to support parallel netisr | rwatson | 2009-06-01 | 1 | -10/+12 |
* | Begin the sysctl descriptions with a capital letter. | trhodes | 2008-07-25 | 1 | -4/+4 |
* | Document a few sysctls. | trhodes | 2008-07-20 | 1 | -4/+4 |
* | Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly | rwatson | 2008-07-04 | 1 | -1/+1 |
* | Use ANSI C function declarations throughout netipx. | rwatson | 2007-05-11 | 1 | -19/+15 |
* | Factor out UCB and my copyrights from copyrights of Mike Mitchell; | rwatson | 2007-01-08 | 1 | -1/+27 |
* | Canonicalize copyright order in one more file that contains my | rwatson | 2006-03-27 | 1 | -3/+4 |
* | Comment that raw output filter code for IPX should run in a netisr so as | rwatson | 2006-03-24 | 1 | -0/+4 |
* | Admit to ourselves that we don't actually implement pr_ctlinput() for | rwatson | 2006-03-23 | 1 | -21/+1 |
* | Remove dead code associated with 'mcopy' in ipx_forward(): at no point | rwatson | 2006-01-13 | 1 | -26/+1 |
* | Compare (mbuf *) with NULL, not 0. | rwatson | 2005-04-10 | 1 | -1/+1 |
* | Mark the IPX netisr as MPSAFE so that inbound IPX traffic is processed | rwatson | 2005-01-09 | 1 | -1/+1 |
* | Recent changes have locked down most of the highly dynamic data | rwatson | 2005-01-09 | 1 | -2/+0 |
* | Use the IPX PCB list mutex and IPX PCB mutexes to lock down the SPX | rwatson | 2005-01-09 | 1 | -1/+2 |
* | Protect ipx_pexseq with the IPX PCB list mutex. | rwatson | 2005-01-09 | 1 | -1/+1 |
* | Hold the IPX PCB mutex around calls to ipx_input() in the IPX input | rwatson | 2005-01-09 | 1 | -1/+8 |
* | Hold the global IPX PCB list mutex in the IPX input path when walking | rwatson | 2005-01-09 | 1 | -0/+7 |
* | Introduce a global mutex, ipxpcb_list_mtx, to protect the global | rwatson | 2005-01-09 | 1 | -0/+3 |
* | Eliminate jump to 'bad' label in order to clean up the ipx_input() | rwatson | 2005-01-09 | 1 | -13/+14 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Trim trailing whitespace. | rwatson | 2005-01-02 | 1 | -3/+3 |
* | Prefer rtalloc_ign() API to rtalloc() API. | rwatson | 2005-01-02 | 1 | -1/+1 |
* | Move the definition of ipxpcb_lport_cache from ipx_input.c to ipx_pcb.c, | rwatson | 2005-01-01 | 1 | -1/+0 |
* | Marginally reformat copyright statements to remove an excess ','. | rwatson | 2004-12-31 | 1 | -1/+1 |
* | Use a global variable, ipxpcb_lport_cache, to cache the most recently | rwatson | 2004-12-30 | 1 | -0/+1 |
* | Convert netipx to use queue(9) doubly-linked lists instead of home-brew | rwatson | 2004-12-30 | 1 | -8/+11 |
* | Constify ipx_zeronet, ipx_zerohost, ipx_broadnet, ipx_broadhost. | rwatson | 2004-12-30 | 1 | -8/+7 |
* | o add a flags parameter to netisr_register that is used to specify | sam | 2003-11-08 | 1 | -1/+3 |
* | Fix a bunch of off-by-one errors in the range checking code. | ru | 2003-09-11 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -29/+16 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Initialise the intrq_present fields at runtime, not link time. This allows | msmith | 2002-01-08 | 1 | -1/+1 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -2/+1 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -2/+2 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 1 | -0/+1 |
* | * Use sys/sys/random.h rather than a i386 specific one. | obrien | 2000-04-24 | 1 | -2/+1 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | peter | 2000-02-13 | 1 | -2/+2 |
* | Move the *intrq variables into net/intrq.c and unconditionally | brian | 2000-01-24 | 1 | -1/+2 |
* | Get rid of the old XNS checksum code and implement it the IPX way. | jhay | 1999-08-28 | 1 | -41/+9 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | When system act as IPX router (sysctl -w net.ipx.ipx.ipxforwarding=1, | phk | 1998-06-10 | 1 | -2/+3 |
* | Make read_random() take a (void *) argument instead of (char *) | phk | 1998-04-06 | 1 | -2/+2 |