| Commit message (Expand) | Author | Age | Files | Lines |
* | Include ip_options.h for IPX-IP encapsulation. | andre | 2005-11-20 | 1 | -0/+1 |
* | Use sparse initializers for "struct domain" and "struct protosw", | ru | 2005-11-09 | 1 | -29/+46 |
* | Retire MT_HEADER mbuf type and change its users to use MT_DATA. | andre | 2005-11-02 | 2 | -4/+4 |
* | Push the assignment of a new or updated so_qlimit from solisten() | rwatson | 2005-10-30 | 1 | -3/+4 |
* | Forward declaring static variables as extern is invalid ISO-C. Now that | obrien | 2005-09-07 | 1 | -1/+2 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 2 | -8/+14 |
* | Back out ipx.h:1.18, which introduced a Linux API compatibility field in | rwatson | 2005-05-27 | 1 | -3/+0 |
* | Update copyright: parts of the netipx implementation are covered by a | rwatson | 2005-04-10 | 1 | -1/+1 |
* | Compare (mbuf *) with NULL, not 0. | rwatson | 2005-04-10 | 1 | -1/+1 |
* | Marginally reformat my copyright statement to remove the spurious ','. | rwatson | 2005-03-10 | 1 | -1/+1 |
* | In the current world order, solisten() implements the state transition of | rwatson | 2005-02-21 | 1 | -2/+7 |
* | 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 | 2 | -4/+0 |
* | Use the IPX PCB list mutex and IPX PCB mutexes to lock down the SPX | rwatson | 2005-01-09 | 2 | -39/+110 |
* | Clean up return handling for a number of SPX-related routines that | rwatson | 2005-01-09 | 1 | -22/+29 |
* | Protect ipx_pexseq with the IPX PCB list mutex. | rwatson | 2005-01-09 | 2 | -3/+12 |
* | Acquire or assert the IPX PCB list lock or IPX PCB lock during various | rwatson | 2005-01-09 | 1 | -33/+72 |
* | Assert or acquire the IPX PCB list lock or IPX PCB locks throughout | rwatson | 2005-01-09 | 1 | -1/+21 |
* | 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 | 3 | -1/+24 |
* | In ipx_setsockaddr(), use M_WAITOK instead of M_NOWAIT so that the | rwatson | 2005-01-09 | 1 | -2/+2 |
* | 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 | 20 | -19/+22 |
* | Garbage collect unused ipx_abort(). | rwatson | 2005-01-03 | 2 | -13/+2 |
* | Acquire the socket buffer receive lock in spx_rcvoob() to permit | rwatson | 2005-01-02 | 1 | -0/+3 |
* | Increase the coverage scope of the receive socket buffer lock in | rwatson | 2005-01-02 | 1 | -10/+9 |
* | Explicitly lock the send socket buffer in spx_reass() to cover the drop | rwatson | 2005-01-02 | 1 | -2/+3 |
* | Restructure ipx_input() return code to match similar code in netinet, | rwatson | 2005-01-02 | 1 | -8/+6 |
* | Eliminate XXX comments regarding allocation failures when retrieving | rwatson | 2005-01-02 | 2 | -5/+5 |
* | Use KASSERT() in preference to if()panic(). | rwatson | 2005-01-02 | 2 | -6/+2 |
* | Extern declaration of old 'ipxpcb' list head no longer required. | rwatson | 2005-01-02 | 1 | -2/+0 |
* | Trim trailing whitespace. | rwatson | 2005-01-02 | 9 | -37/+37 |
* | Document copyright updates in netipx README as other prior updates have | rwatson | 2005-01-02 | 1 | -0/+1 |
* | Mark 'struct spx' and 'struct spxhdr' as __packed to prevent possible | rwatson | 2005-01-02 | 1 | -2/+2 |
* | Improve handling of SPX session timeout, specifically, make sure to | rwatson | 2005-01-02 | 1 | -5/+8 |
* | Compare and assign pointers with NULL in preference to 0. | rwatson | 2005-01-02 | 1 | -2/+2 |
* | Don't cast NULL on return or when passing to another function. | rwatson | 2005-01-02 | 1 | -14/+22 |
* | Mark 'struct ipx', the IPX packet header, as __packed. Otherwise, | rwatson | 2005-01-02 | 1 | -1/+1 |
* | Use 'NULL' in preference to '0' for pointer comparisons. | rwatson | 2005-01-02 | 1 | -3/+3 |
* | Use RTFREE() to free route references rather than rtfree(), as rtfree() | rwatson | 2005-01-02 | 2 | -2/+2 |
* | Prefer rtalloc_ign() API to rtalloc() API. | rwatson | 2005-01-02 | 4 | -5/+5 |
* | Move the definition of ipxpcb_lport_cache from ipx_input.c to ipx_pcb.c, | rwatson | 2005-01-01 | 2 | -1/+1 |
* | Marginally reformat copyright statements to remove an excess ','. | rwatson | 2004-12-31 | 4 | -4/+4 |
* | Add 'struct ipxpcb' forward declaration to ipx_var.h. I had this in | rwatson | 2004-12-31 | 1 | -0/+1 |
* | Use a global variable, ipxpcb_lport_cache, to cache the most recently | rwatson | 2004-12-30 | 2 | -5/+6 |
* | Convert netipx to use queue(9) doubly-linked lists instead of home-brew | rwatson | 2004-12-30 | 6 | -38/+45 |
* | Garbage collect unused (and incompletely implemented) functions: | rwatson | 2004-12-30 | 3 | -108/+0 |
* | Constify ipx_zeronet, ipx_zerohost, ipx_broadnet, ipx_broadhost. | rwatson | 2004-12-30 | 2 | -12/+11 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | phk | 2004-11-08 | 2 | -20/+52 |