aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx
Commit message (Expand)AuthorAgeFilesLines
* Merge ipx_usrreq.c:1.56 from HEAD to RELENG_6:Robert Watson2006-06-081-0/+2
* Merge README:1.8 from HEAD to RELENG_6:Robert Watson2006-06-081-0/+19
* Merge ipx_input.c:1.55 from HEAD to RELENG_6:Robert Watson2006-06-081-3/+4
* Merge spx_usrreq.c:1.82 from HEAD to RELENG_6:Robert Watson2006-06-081-5/+6
* Merge spx_usrreq.c:1.81 from HEAD to RELENG_6:Robert Watson2006-06-081-1/+1
* Merge spx_usrreq.c:1.80 from HEAD to RELENG_6:Robert Watson2006-06-081-1/+1
* Merge spx_usrreq.c:1.79 from HEAD to RELENG_6:Robert Watson2006-06-081-7/+53
* Merge ipx_pcb.h:1.26, spx_usrreq.c:1.78 from HEAD to RELENG_6:Robert Watson2006-06-082-9/+15
* Merge spx_usrreq.c:1.77 from HEAD to RELENG_6:Robert Watson2006-06-081-1/+3
* Merge ipx_pcb.c:1.45, ipx_pcb.h:1.25, ipx_usrreq.c:1.53, spx_usrreq.c:1.76Robert Watson2006-06-084-92/+146
* Merge spx_usrreq.c:1.75 from HEAD to RELENG_6:Robert Watson2006-06-081-21/+32
* Merge spx_usrreq.c:1.74 from HEAD to RELENG_6:Robert Watson2006-06-081-3/+0
* Merge spx_usrreq.c:1.73 from HEAD to RELENG_6:Robert Watson2006-06-081-15/+25
* Merge spx_usrreq.c:1.72 from HEAD to RELENG_6:Robert Watson2006-06-081-10/+12
* Merge ipx_pcb.c:1.44, spx_usrreq.c:1.71 from HEAD to RELENG_6:Robert Watson2006-06-082-215/+257
* Merge spx_usrreq.c:1.70 from HEAD to RELENG_6:Robert Watson2006-06-081-1/+11
* Merge spx_usrreq.c:1.69 from HEAD to RELENG_6:Robert Watson2006-06-081-2/+1
* Merge spx_usrreq.c:1.68 from HEAD to RELENG_6:Robert Watson2006-06-081-101/+52
* Merge ipx_input.c:1.53, spx_usrreq.c:1.66 from HEAD to RELENG_6:Robert Watson2006-06-082-44/+2
* Merge spx_usrreq.c:1.65 from HEAD to RELENG_6:Robert Watson2006-06-081-4/+0
* Merge README:1.7 from HEAD to RELENG_6:Robert Watson2006-06-081-1/+4
* Merge ipx_input.c:1.54 from HEAD to RELENG_6:Robert Watson2006-06-081-0/+4
* Merge ipx_pcb.h:1.24, spx_usrreq.c:1.67 from HEAD to RELENG_6:Robert Watson2006-06-082-3/+3
* Merge ip_ip.c:1.43,1.44 from HEAD to RELENG_6:Robert Watson2006-03-291-0/+3
* Merge ipx_input.c:1.52 from HEAD to RELENG_6:Robert Watson2006-02-141-26/+1
* MFC: Use sparse initializers for "struct domain" and "struct protosw".Ruslan Ermilov2005-11-161-29/+46
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-8/+14
* Back out ipx.h:1.18, which introduced a Linux API compatibility field inRobert Watson2005-05-271-3/+0
* Update copyright: parts of the netipx implementation are covered by aRobert Watson2005-04-101-1/+1
* Compare (mbuf *) with NULL, not 0.Robert Watson2005-04-101-1/+1
* Marginally reformat my copyright statement to remove the spurious ','.Robert Watson2005-03-101-1/+1
* In the current world order, solisten() implements the state transition ofRobert Watson2005-02-211-2/+7
* Mark the IPX netisr as MPSAFE so that inbound IPX traffic is processedRobert Watson2005-01-091-1/+1
* Recent changes have locked down most of the highly dynamic dataRobert Watson2005-01-092-4/+0
* Use the IPX PCB list mutex and IPX PCB mutexes to lock down the SPXRobert Watson2005-01-092-39/+110
* Clean up return handling for a number of SPX-related routines thatRobert Watson2005-01-091-22/+29
* Protect ipx_pexseq with the IPX PCB list mutex.Robert Watson2005-01-092-3/+12
* Acquire or assert the IPX PCB list lock or IPX PCB lock during variousRobert Watson2005-01-091-33/+72
* Assert or acquire the IPX PCB list lock or IPX PCB locks throughoutRobert Watson2005-01-091-1/+21
* Hold the IPX PCB mutex around calls to ipx_input() in the IPX inputRobert Watson2005-01-091-1/+8
* Hold the global IPX PCB list mutex in the IPX input path when walkingRobert Watson2005-01-091-0/+7
* Introduce a global mutex, ipxpcb_list_mtx, to protect the globalRobert Watson2005-01-093-1/+24
* In ipx_setsockaddr(), use M_WAITOK instead of M_NOWAIT so that theRobert Watson2005-01-091-2/+2
* Eliminate jump to 'bad' label in order to clean up the ipx_input()Robert Watson2005-01-091-13/+14
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-0720-19/+22
* Garbage collect unused ipx_abort().Robert Watson2005-01-032-13/+2
* Acquire the socket buffer receive lock in spx_rcvoob() to permitRobert Watson2005-01-021-0/+3
* Increase the coverage scope of the receive socket buffer lock inRobert Watson2005-01-021-10/+9
* Explicitly lock the send socket buffer in spx_reass() to cover the dropRobert Watson2005-01-021-2/+3
* Restructure ipx_input() return code to match similar code in netinet,Robert Watson2005-01-021-8/+6