| Commit message (Expand) | Author | Age | Files | Lines |
* | Use always LIST_EMPTY instead of sometime SCTP_LIST_EMPTY, | tuexen | 2009-11-17 | 1 | -1/+0 |
* | Allow the UMA to free data. This resolves the UMA related bug reported | tuexen | 2009-11-17 | 1 | -2/+1 |
* | Correct include order as indicated by bz. | tuexen | 2009-10-10 | 1 | -2/+1 |
* | Do not include vnet.h twice. | tuexen | 2009-10-09 | 1 | -1/+0 |
* | Get SCTP working in combination with VIMAGE. | tuexen | 2009-09-19 | 1 | -3/+4 |
* | Support for VNET in SCTP (hopefully) | rrs | 2009-09-17 | 1 | -16/+9 |
* | SCTP is not yet compatible with options VIMAGE kernels although it compiles | zec | 2009-08-14 | 1 | -0/+4 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -3/+0 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+0 |
* | Unbreak options VIMAGE kernel builds. | zec | 2009-05-06 | 1 | -0/+1 |
* | - PR-SCTP bug, where the CUM-ACK was not being updated | rrs | 2009-03-04 | 1 | -1/+1 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+1 |
* | - Cleanup checksum code. | rrs | 2009-02-03 | 1 | -4/+1 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -6/+3 |
* | Code from the hack-session known as the IETF (and a | rrs | 2008-12-06 | 1 | -0/+21 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -1/+1 |
* | Get rid of ifdef for vimage on version 8 comparison. Now the | rrs | 2008-10-27 | 1 | -2/+0 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -4/+4 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -5/+8 |
* | 1) Adds the rest of the VIMAGE change macros | rrs | 2008-07-09 | 1 | -0/+23 |
* | - Fixes foobar on my part. Some missing virtualization macros from | rrs | 2008-06-14 | 1 | -3/+3 |
* | - Macro-izes the packed declaration in all headers. | rrs | 2008-06-14 | 1 | -6/+13 |
* | - Adds support for the multi-asconf (From Kozuka-san) | rrs | 2008-05-20 | 1 | -0/+6 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -1/+1 |
* | - The address lock is changed to a rwlock. This | rrs | 2007-09-18 | 1 | -0/+2 |
* | - Locking compatiability changes. This involves adding | rrs | 2007-09-08 | 1 | -0/+1 |
* | - Fix address add handling to clear cached routes and source addresses | rrs | 2007-08-24 | 1 | -2/+19 |
* | - remove duplicate code from sctp_asconf.c | rrs | 2007-07-21 | 1 | -1/+0 |
* | - added pre-checks to the bindx call. | rrs | 2007-07-17 | 1 | -0/+3 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | gnn | 2007-07-03 | 1 | -2/+2 |
* | Fix a dangling netinet6 to netipsec transition for SCTP include files. | gnn | 2007-07-01 | 1 | -1/+1 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -4/+4 |
* | - Matthew's changes to get inlines out, plus a few of my own | rrs | 2007-06-16 | 1 | -6/+3 |
* | KTR_GEN -> KTR_SUBSYS (for Kris). | rrs | 2007-06-15 | 1 | -2/+2 |
* | - Fix so ifn's are properly deleted when the ref count goes to 0. | rrs | 2007-06-14 | 1 | -0/+13 |
* | - Restructure so bindx functions are not done inline to socket option | rrs | 2007-06-12 | 1 | -0/+3 |
* | - fix initial pcb vrf setting when the initial vrf is not the | rrs | 2007-06-02 | 1 | -2/+1 |
* | - Take out the broken table-id concept. Panda Routers have a M-VRF | rrs | 2007-06-01 | 1 | -12/+8 |
* | - Fix a memory overwrite when the mapping array | rrs | 2007-05-30 | 1 | -0/+9 |
* | - Fixes so we won't try to start a timer when we | rrs | 2007-05-29 | 1 | -6/+26 |
* | Two major items here: | rrs | 2007-05-09 | 1 | -2/+10 |
* | - Copyright change, cisco's silly tool wants it to say: | rrs | 2007-05-08 | 1 | -1/+1 |
* | - More macros for OS compatabilty | rrs | 2007-05-08 | 1 | -10/+100 |
* | - Somehow the disable fragment option got lost. We could | rrs | 2007-05-02 | 1 | -1/+6 |
* | - fixed several places where we did not release INP locks. | rrs | 2007-04-03 | 1 | -2/+6 |
* | - Found bug in min split point bundling which caused | rrs | 2007-03-31 | 1 | -0/+7 |
* | - window update sacks sent incorrectly after | rrs | 2007-03-20 | 1 | -0/+3 |
* | Adds a hash table to speed local address lookup | rrs | 2007-03-19 | 1 | -0/+2 |
* | - errno -> becomes error in sctp_output.c and sctputil.c | rrs | 2007-03-19 | 1 | -0/+7 |