| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/7.4 to release/7.4.0 for 7.4-RELEASE.release/7.4.0_cvs | Ken Smith | 2011-02-16 | 1 | -1/+1 |
| * | MFC 199477 | Michael Tuexen | 2009-11-19 | 1 | -0/+3 |
| * | Merge r189004. | Roman Divacky | 2009-03-19 | 1 | -4/+1 |
| * | MFC of 185694 - The IETF hack session: | Randall Stewart | 2009-02-12 | 1 | -26/+352 |
| * | MFC 184883 - a pack of bug fixes and misc adjustments: | Randall Stewart | 2009-02-12 | 1 | -2/+1 |
| * | ***svn 180955 and 180956 | Randall Stewart | 2008-08-27 | 1 | -3/+3 |
| * | *****MFC of r180387 | Randall Stewart | 2008-08-27 | 1 | -2/+6 |
| * | ****MFC r179783, r179786 and r179803 | Randall Stewart | 2008-08-27 | 1 | -44/+59 |
| * | *****MFC of r179157 | Randall Stewart | 2008-08-27 | 1 | -41/+63 |
| * | **********MFC in of r179141*** | Randall Stewart | 2008-08-27 | 1 | -1/+9 |
| * | - MFC in the changes to allow SCTP to not need to | Randall Stewart | 2008-05-19 | 1 | -23/+40 |
| * | Use the pru_flush infrastructure to avoid a panic | Randall Stewart | 2008-04-29 | 1 | -1/+28 |
| * | Merge uipc_sockbuf.c:1.175, uipc_socket.c:1.304, uipc_syscalls.c:1.264, | Robert Watson | 2008-02-01 | 1 | -1/+2 |
| * | - fix sctp_ifn initial refcount issue (prevents deletion) | Randall Stewart | 2007-10-25 | 1 | -42/+23 |
| * | - Bug fix managing congestion parameter on immediate | Randall Stewart | 2007-10-01 | 1 | -32/+54 |
| * | - For the 1-to-1 model, fix an off by one error that | Randall Stewart | 2007-09-16 | 1 | -1/+1 |
| * | - Get rid of unsused constants for sysctl variables. | Randall Stewart | 2007-09-15 | 1 | -10/+18 |
| * | - Incorrect error EAGAIN returned for invalid send on a locked | Randall Stewart | 2007-09-13 | 1 | -0/+1 |
| * | - Added some comments to tell where the htcp | Randall Stewart | 2007-09-10 | 1 | -2/+2 |
| * | - send call has a reference to uio->uio_resid in | Randall Stewart | 2007-09-08 | 1 | -10/+42 |
| * | - Locking compatiability changes. This involves adding | Randall Stewart | 2007-09-08 | 1 | -41/+328 |
| * | - During shutdown pending, when the last sack came in and | Randall Stewart | 2007-08-27 | 1 | -42/+80 |
| * | - Fix address add handling to clear cached routes and source addresses | Randall Stewart | 2007-08-24 | 1 | -47/+120 |
| * | - Remove extra comment for 7.0 (no GIANT here). | Randall Stewart | 2007-08-16 | 1 | -7/+3 |
| * | - change number assignments for SHA225-512 (match artisync | Randall Stewart | 2007-08-06 | 1 | -0/+12 |
| * | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 1 | -2/+0 |
| * | - take out a needless panic under invariants for sctp_output.c | Randall Stewart | 2007-07-24 | 1 | -2/+7 |
| * | - remove duplicate code from sctp_asconf.c | Randall Stewart | 2007-07-21 | 1 | -2/+13 |
| * | - added pre-checks to the bindx call. | Randall Stewart | 2007-07-17 | 1 | -6/+17 |
| * | - Modular congestion control, with RFC2581 being the default. | Randall Stewart | 2007-07-14 | 1 | -149/+87 |
| * | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | George V. Neville-Neil | 2007-07-03 | 1 | -1/+1 |
| * | - Consolidate the code that free's chunks to actually also | Randall Stewart | 2007-07-02 | 1 | -15/+64 |
| * | Commit IPv6 support for FAST_IPSEC to the tree. | George V. Neville-Neil | 2007-07-01 | 1 | -2/+2 |
| * | - Fix type casts in calling sctp_m_getptr, it expects a int not | Randall Stewart | 2007-06-22 | 1 | -2/+2 |
| * | - Fix stream reset so it limits the number of streams that can be listed | Randall Stewart | 2007-06-22 | 1 | -15/+45 |
| * | Add additional logging level mask for packet_logging too. | Randall Stewart | 2007-06-18 | 1 | -1/+2 |
| * | - For sctp_input/sctp6_input add announcment when a packet arrives (debug) | Randall Stewart | 2007-06-17 | 1 | -0/+2 |
| * | - Matthew's changes to get inlines out, plus a few of my own | Randall Stewart | 2007-06-16 | 1 | -2/+2 |
| * | - Update the comment lines in sctp_input.c | Randall Stewart | 2007-06-15 | 1 | -6/+4 |
| * | - Issue one, new stack reduction left packet_drop handling still | Randall Stewart | 2007-06-15 | 1 | -10/+9 |
| * | - Fix so ifn's are properly deleted when the ref count goes to 0. | Randall Stewart | 2007-06-14 | 1 | -30/+28 |
| * | - Fixed cookie handling to calc an RTO when | Randall Stewart | 2007-06-13 | 1 | -42/+25 |
| * | - Restructure so bindx functions are not done inline to socket option | Randall Stewart | 2007-06-12 | 1 | -0/+5 |
| * | - Opps.. takes out debug printfs I accidentally left in :-( | Randall Stewart | 2007-06-09 | 1 | -9/+0 |
| * | - fix send_failed notification contents | Randall Stewart | 2007-06-09 | 1 | -3/+12 |
| * | - RTO was not being initialized to 0, thus the rtt calculation | Randall Stewart | 2007-06-08 | 1 | -1/+1 |
| * | - Take out the broken table-id concept. Panda Routers have a M-VRF | Randall Stewart | 2007-06-01 | 1 | -64/+46 |
| * | - Fixed (Apple) compiler warnings in sctp_input.c, sctputil.c, sctp_output.c | Randall Stewart | 2007-05-30 | 1 | -23/+32 |
| * | - Fix a memory overwrite when the mapping array | Randall Stewart | 2007-05-30 | 1 | -1/+2 |
| * | Adds gcc attribute to prevent inlining of a function. If | Randall Stewart | 2007-05-29 | 1 | -5/+8 |