summaryrefslogtreecommitdiffstats
path: root/sys/netipx
Commit message (Expand)AuthorAgeFilesLines
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyrwatson2008-07-041-1/+1
* Rather than m_free(dtom(si)) in spx_reass(), return (1) which causes therwatson2008-05-291-6/+3
* Correct minor comment typos, make white space use before block commentsrwatson2008-05-291-6/+19
* Avoid unnecessary one use of dtom(9) in spx_input().rwatson2008-05-261-1/+1
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+11
* Make tcpstates[] static, and make sure TCPSTATES is defined beforedes2007-07-302-1/+2
* Include priv.h to pick up suser(9) definitions, missed in an earlierrwatson2007-06-131-0/+1
* Remove IPX over IP tunneling support, which allows IPX routing over IPrwatson2007-06-135-569/+1
* Use ANSI C function declarations throughout netipx.rwatson2007-05-1112-162/+88
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrrwatson2007-05-113-6/+6
* Build ipx_ip.c only if options IPXIP is defined. No functional change.rwatson2007-02-261-2/+0
* Fix a likely bug by adding what appears to be a missing break statementrwatson2007-02-261-0/+1
* Further style(9) for ipx_ip.rwatson2007-02-252-9/+7
* Improve ipx_ip.c's approximation of style(9).rwatson2007-02-251-97/+82
* Factor out UCB and my copyrights from copyrights of Mike Mitchell;rwatson2007-01-0819-20/+501
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-062-6/+12
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-212-15/+43
* Make this compile without INVARIANTS.cognet2006-04-111-0/+2
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-012-6/+4
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-012-12/+4
* Add a simple netipx TODO list to the end of README, since there are arwatson2006-03-271-0/+19
* Canonicalize copyright order in one more file that contains myrwatson2006-03-271-3/+4
* In spx_output(), use M_DONTWAIT instead of M_TRYWAIT, as we hold therwatson2006-03-271-5/+6
* In spx_input(), change a '&&' to a '||', as the spx trace code is ablerwatson2006-03-271-1/+1
* In spx_accept, assert ipxp != NULL, not == NULL.rwatson2006-03-261-1/+1
* In various SPX protocol entry points from the socket layer, checkrwatson2006-03-261-7/+53
* Add a new ipxpcb flag, IPXP_SPX, which is set on ipxpcb's to mark themrwatson2006-03-262-9/+15
* Restore original formulation of SPX segment queue draining during SPXrwatson2006-03-261-1/+3
* Rework IPX/SPX socket and pcb reference model:rwatson2006-03-254-92/+146
* Restructure spx_attach() to properly free memory in the event that onerwatson2006-03-251-21/+32
* Don't bother restoring host byte order of mbuf fields when we're justrwatson2006-03-251-3/+0
* In spx_ctloutput(), acquire the ipxp lock around read operations,rwatson2006-03-251-15/+25
* Slight style reformatting of spx_timers() comments; panic if anrwatson2006-03-251-10/+12
* Include kernel.h to get NET_NEEDS_GIANT() definition, which for somerwatson2006-03-241-0/+1
* Clean up and style(9) SPX code prior to significant functional changesrwatson2006-03-242-216/+258
* Protect spx_iss using its own mutex, spx_mtx, rather than piggy-backingrwatson2006-03-241-1/+11
* Move definition of spxrexmtthresh to top of file with other globalrwatson2006-03-241-2/+1
* Canonicalize, update copyright.rwatson2006-03-241-102/+52
* Update copyright to 2006, comment on my contribution to this code in therwatson2006-03-241-1/+4
* Comment that raw output filter code for IPX should run in a netisr so asrwatson2006-03-241-0/+4
* When the kernel is compiled with options IPXIP, run the network stackrwatson2006-03-231-0/+2
* Move spx_savesi from being a global variable to an automatically allocatedrwatson2006-03-232-3/+3
* Admit to ourselves that we don't actually implement pr_ctlinput() forrwatson2006-03-232-44/+2
* In spx_attach() and spx_detach(), there is no need to check whether therwatson2006-01-141-4/+0
* Remove dead code associated with 'mcopy' in ipx_forward(): at no pointrwatson2006-01-131-26/+1
* Include ip_options.h for IPX-IP encapsulation.andre2005-11-201-0/+1
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-29/+46
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-022-4/+4
* Push the assignment of a new or updated so_qlimit from solisten()rwatson2005-10-301-3/+4
* Forward declaring static variables as extern is invalid ISO-C. Now thatobrien2005-09-071-1/+2
OpenPOWER on IntegriCloud