| Commit message (Expand) | Author | Age | Files | Lines |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 4 | -9/+9 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -4/+4 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Use queue(9) instead of hand-crafted link lists for the global IPX | rwatson | 2009-06-24 | 5 | -51/+53 |
* | Rework locking and reference counting in ipx_control to be consistent with | rwatson | 2009-06-24 | 1 | -58/+60 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -7/+27 |
* | Include sys/lock.h before sys/rwlock.h. If anything used to bring it for us | cognet | 2009-06-23 | 1 | -0/+1 |
* | Add a new function, ifa_ifwithaddr_check(), which rather than returning | rwatson | 2009-06-22 | 1 | -1/+1 |
* | Add ipx_ifaddr locking to ipx_control(), which should close most | rwatson | 2009-06-21 | 1 | -27/+70 |
* | Introduce basic locking of global IPX address list 'ipx_ifaddr' using | rwatson | 2009-06-21 | 5 | -13/+61 |
* | In ipx_control(), lock if_addr_mtx when adding/removing addresses from | rwatson | 2009-06-21 | 1 | -3/+5 |
* | Clean up common ifaddr management: | rwatson | 2009-06-21 | 1 | -3/+2 |
* | Minor style cleanups. | rwatson | 2009-06-21 | 1 | -24/+25 |
* | Remove unuxed ipx_zerohost. | rwatson | 2009-06-21 | 2 | -2/+0 |
* | Update copyright on netipx. | rwatson | 2009-06-21 | 1 | -1/+1 |
* | Remove historical support for capturing IPX packets in the output path | rwatson | 2009-06-21 | 4 | -67/+0 |
* | Implement socket delivery MAC checks for IPX/SPX. | rwatson | 2009-06-20 | 2 | -0/+11 |
* | Rework SPX segment reassembly, which was originally based on our TCP | rwatson | 2009-06-20 | 4 | -57/+55 |
* | Invoke the MAC Framework's mac_socket_create_mbuf() entry point when | rwatson | 2009-06-20 | 1 | -0/+6 |
* | Invoke the MAC Framework's mac_socket_create_mbuf() entry point when | rwatson | 2009-06-20 | 1 | -0/+5 |
* | Put the variable declarations for TCPDEBUG under #ifdef INET as well. | bz | 2009-06-10 | 1 | -0/+2 |
* | Reimplement the netisr framework in order to support parallel netisr | rwatson | 2009-06-01 | 1 | -10/+12 |
* | Staticize spx_remque() now that it's only used from spx_reass.c. | rwatson | 2009-05-25 | 2 | -2/+1 |
* | Add missing call to ipx_pcbdetach() during SPX socket tear-down: not | rwatson | 2009-05-25 | 1 | -0/+1 |
* | Eliminate use of dtom() in spx_output() by fixing up tracking of the | rwatson | 2009-05-25 | 1 | -7/+10 |
* | Prefer NULL to 0 for pointer assignments. | rwatson | 2009-05-25 | 1 | -2/+2 |
* | Rather than store a skeleton IPX header in an mbuf hung off the SPX | rwatson | 2009-05-25 | 2 | -12/+15 |
* | Pull SPX reassembly queue init and flush into spx_reass.c. | rwatson | 2009-05-25 | 3 | -12/+34 |
* | Prefer m_nextpkt to m_act when iterating mbuf queues. | rwatson | 2009-05-25 | 1 | -1/+1 |
* | Complete move of SPX reassembly from spx_usrreq.c to spx_reass.c. | rwatson | 2009-05-25 | 3 | -2061/+19 |
* | Copy spx_usrreq.c to spx_reass.c in order to apply similar file layout | rwatson | 2009-05-25 | 1 | -0/+2132 |
* | Make the SPX code use its own copies of insque()/remque(). | ed | 2009-04-26 | 1 | -3/+22 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 1 | -1/+1 |
* | Add missing "goto set_head" for SO_IPX_CHECKSUM; otherwise we fall through | rwatson | 2008-12-11 | 1 | -0/+1 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 2 | -6/+6 |
* | Remove the suser(9) interface from the kernel. It has been replaced from | attilio | 2008-09-17 | 1 | -4/+11 |
* | Begin the sysctl descriptions with a capital letter. | trhodes | 2008-07-25 | 2 | -6/+6 |
* | Document a few sysctls. | trhodes | 2008-07-20 | 2 | -6/+6 |
* | Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly | rwatson | 2008-07-04 | 1 | -1/+1 |
* | Rather than m_free(dtom(si)) in spx_reass(), return (1) which causes the | rwatson | 2008-05-29 | 1 | -6/+3 |
* | Correct minor comment typos, make white space use before block comments | rwatson | 2008-05-29 | 1 | -6/+19 |
* | Avoid unnecessary one use of dtom(9) in spx_input(). | rwatson | 2008-05-26 | 1 | -1/+1 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -1/+11 |
* | Make tcpstates[] static, and make sure TCPSTATES is defined before | des | 2007-07-30 | 2 | -1/+2 |
* | Include priv.h to pick up suser(9) definitions, missed in an earlier | rwatson | 2007-06-13 | 1 | -0/+1 |
* | Remove IPX over IP tunneling support, which allows IPX routing over IP | rwatson | 2007-06-13 | 5 | -569/+1 |
* | Use ANSI C function declarations throughout netipx. | rwatson | 2007-05-11 | 12 | -162/+88 |
* | Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr | rwatson | 2007-05-11 | 3 | -6/+6 |
* | Build ipx_ip.c only if options IPXIP is defined. No functional change. | rwatson | 2007-02-26 | 1 | -2/+0 |