Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat | |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith | |
the remainder of the network stack from splimp to splnet. ok miod@ | |||
2004-06-20 | Use arc4random; request art@ deraadt@ | Thorsten Lockert | |
2004-06-20 | Do not use time based randomization; ok deraadt@ | Thorsten Lockert | |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino | |
2003-09-28 | Correct off-by-ones with respect to PRC_NCMDS. Mostly from FreeBSD. | Chad Loder | |
OK krw@, deraadt@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2000-01-15 | Don't recompute the checksum if tc is modified; from FreeBSD. | Federico G. Schwindt | |
I'm not sure why we'd want to reset it. Leave the comment as is by now. | |||
2000-01-15 | More statistics; from FreeBSD. | Federico G. Schwindt | |
2000-01-15 | Remove unneeded mcopy. Add stats for errors in ipx_forward. | Federico G. Schwindt | |
2000-01-13 | Rearrange IPXPROTO and IPXPORT names; add socket option for checksum; use | Federico G. Schwindt | |
higher ports (> 6000) for privileged users; from FreeBSD. Add some new port entries. | |||
2000-01-13 | some KNF. | Federico G. Schwindt | |
2000-01-11 | Rearrange includes and remove unnecessary ones. | Federico G. Schwindt | |
2000-01-11 | Call ipx_output_type20 for type 20 (netbios) packets. | Federico G. Schwindt | |
2000-01-11 | Remove unnecessary variables and debug code. Use ipxs_total and | Federico G. Schwindt | |
ipx_delivered. Treat packets broadcasted to the net where it was received as ours. | |||
2000-01-11 | Remove references to ipx_thishost; instead find the address from | Federico G. Schwindt | |
ipx_ifaddr. | |||
2000-01-11 | Remove references to ipx_error. IPX does not generate any errors. | Federico G. Schwindt | |
1996-12-23 | no panic on ppp down/retry | Michael Shalayeff | |
1996-10-26 | remove my CVS tag. | Michael Shalayeff | |
1996-10-18 | -Wall happieness. bug fix caused by parens... | Michael Shalayeff | |
1996-08-16 | initial commit of Free's netipx w/ some changes. | Michael Shalayeff | |
ip<-->ipx encapsulations does not work still. spx suspected to do too. |