| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge r185928 from head to stable/7: | Robert Watson | 2009-02-06 | 1 | -0/+1 |
* | MFC an ABI compatible implementation of Multiple routing tables. | Julian Elischer | 2008-07-24 | 1 | -1/+11 |
* | Merge spx_usrreq.c:1.89 (r179410) from head to stable/7: | Robert Watson | 2008-07-02 | 1 | -6/+3 |
* | Merge spx_usrreq.c:1.88 (r179408) from head to stable/7: | Robert Watson | 2008-07-02 | 1 | -6/+19 |
* | Merge spx_usrreq.c:1.87 (r179332) from head to stable/7: | Robert Watson | 2008-07-02 | 1 | -1/+1 |
* | Make tcpstates[] static, and make sure TCPSTATES is defined before | Dag-Erling Smørgrav | 2007-07-30 | 2 | -1/+2 |
* | Include priv.h to pick up suser(9) definitions, missed in an earlier | Robert Watson | 2007-06-13 | 1 | -0/+1 |
* | Remove IPX over IP tunneling support, which allows IPX routing over IP | Robert Watson | 2007-06-13 | 5 | -569/+1 |
* | Use ANSI C function declarations throughout netipx. | Robert Watson | 2007-05-11 | 12 | -162/+88 |
* | Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr | Robert Watson | 2007-05-11 | 3 | -6/+6 |
* | Build ipx_ip.c only if options IPXIP is defined. No functional change. | Robert Watson | 2007-02-26 | 1 | -2/+0 |
* | Fix a likely bug by adding what appears to be a missing break statement | Robert Watson | 2007-02-26 | 1 | -0/+1 |
* | Further style(9) for ipx_ip. | Robert Watson | 2007-02-25 | 2 | -9/+7 |
* | Improve ipx_ip.c's approximation of style(9). | Robert Watson | 2007-02-25 | 1 | -97/+82 |
* | Factor out UCB and my copyrights from copyrights of Mike Mitchell; | Robert Watson | 2007-01-08 | 19 | -20/+501 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 2 | -6/+12 |
* | Change semantics of socket close and detach. Add a new protocol switch | Robert Watson | 2006-07-21 | 2 | -15/+43 |
* | Make this compile without INVARIANTS. | Olivier Houchard | 2006-04-11 | 1 | -0/+2 |
* | Chance protocol switch method pru_detach() so that it returns void | Robert Watson | 2006-04-01 | 2 | -6/+4 |
* | Change protocol switch pru_abort() API so that it returns void rather | Robert Watson | 2006-04-01 | 2 | -12/+4 |
* | Add a simple netipx TODO list to the end of README, since there are a | Robert Watson | 2006-03-27 | 1 | -0/+19 |
* | Canonicalize copyright order in one more file that contains my | Robert Watson | 2006-03-27 | 1 | -3/+4 |
* | In spx_output(), use M_DONTWAIT instead of M_TRYWAIT, as we hold the | Robert Watson | 2006-03-27 | 1 | -5/+6 |
* | In spx_input(), change a '&&' to a '||', as the spx trace code is able | Robert Watson | 2006-03-27 | 1 | -1/+1 |
* | In spx_accept, assert ipxp != NULL, not == NULL. | Robert Watson | 2006-03-26 | 1 | -1/+1 |
* | In various SPX protocol entry points from the socket layer, check | Robert Watson | 2006-03-26 | 1 | -7/+53 |
* | Add a new ipxpcb flag, IPXP_SPX, which is set on ipxpcb's to mark them | Robert Watson | 2006-03-26 | 2 | -9/+15 |
* | Restore original formulation of SPX segment queue draining during SPX | Robert Watson | 2006-03-26 | 1 | -1/+3 |
* | Rework IPX/SPX socket and pcb reference model: | Robert Watson | 2006-03-25 | 4 | -92/+146 |
* | Restructure spx_attach() to properly free memory in the event that one | Robert Watson | 2006-03-25 | 1 | -21/+32 |
* | Don't bother restoring host byte order of mbuf fields when we're just | Robert Watson | 2006-03-25 | 1 | -3/+0 |
* | In spx_ctloutput(), acquire the ipxp lock around read operations, | Robert Watson | 2006-03-25 | 1 | -15/+25 |
* | Slight style reformatting of spx_timers() comments; panic if an | Robert Watson | 2006-03-25 | 1 | -10/+12 |
* | Include kernel.h to get NET_NEEDS_GIANT() definition, which for some | Robert Watson | 2006-03-24 | 1 | -0/+1 |
* | Clean up and style(9) SPX code prior to significant functional changes | Robert Watson | 2006-03-24 | 2 | -216/+258 |
* | Protect spx_iss using its own mutex, spx_mtx, rather than piggy-backing | Robert Watson | 2006-03-24 | 1 | -1/+11 |
* | Move definition of spxrexmtthresh to top of file with other global | Robert Watson | 2006-03-24 | 1 | -2/+1 |
* | Canonicalize, update copyright. | Robert Watson | 2006-03-24 | 1 | -102/+52 |
* | Update copyright to 2006, comment on my contribution to this code in the | Robert Watson | 2006-03-24 | 1 | -1/+4 |
* | Comment that raw output filter code for IPX should run in a netisr so as | Robert Watson | 2006-03-24 | 1 | -0/+4 |
* | When the kernel is compiled with options IPXIP, run the network stack | Robert Watson | 2006-03-23 | 1 | -0/+2 |
* | Move spx_savesi from being a global variable to an automatically allocated | Robert Watson | 2006-03-23 | 2 | -3/+3 |
* | Admit to ourselves that we don't actually implement pr_ctlinput() for | Robert Watson | 2006-03-23 | 2 | -44/+2 |
* | In spx_attach() and spx_detach(), there is no need to check whether the | Robert Watson | 2006-01-14 | 1 | -4/+0 |
* | Remove dead code associated with 'mcopy' in ipx_forward(): at no point | Robert Watson | 2006-01-13 | 1 | -26/+1 |
* | Include ip_options.h for IPX-IP encapsulation. | Andre Oppermann | 2005-11-20 | 1 | -0/+1 |
* | Use sparse initializers for "struct domain" and "struct protosw", | Ruslan Ermilov | 2005-11-09 | 1 | -29/+46 |
* | Retire MT_HEADER mbuf type and change its users to use MT_DATA. | Andre Oppermann | 2005-11-02 | 2 | -4/+4 |
* | Push the assignment of a new or updated so_qlimit from solisten() | Robert Watson | 2005-10-30 | 1 | -3/+4 |
* | Forward declaring static variables as extern is invalid ISO-C. Now that | David E. O'Brien | 2005-09-07 | 1 | -1/+2 |