| Commit message (Expand) | Author | Age | Files | Lines |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 10 | -0/+12 |
* | Change the functions to ANSI in those cases where it breaks promotion | rdivacky | 2009-02-24 | 1 | -4/+1 |
* | In tcp_usr_shutdown() and tcp_usr_send(), I missed converting NULL | rwatson | 2009-02-24 | 1 | -2/+3 |
* | In in_rtqkill(), assert the radix head lock, and pass RTF_RNH_LOCKED | rwatson | 2009-02-23 | 1 | -1/+4 |
* | Add the add-stream capability. Still needs more | rrs | 2009-02-20 | 10 | -36/+281 |
* | Fix a bug. The sending was being restricted improperly by | rrs | 2009-02-20 | 1 | -2/+2 |
* | correct some #include | luigi | 2009-02-16 | 2 | -3/+2 |
* | remove dependency on eventhandler.h, we only need a forward declaration | luigi | 2009-02-16 | 1 | -1/+2 |
* | remove dependency on net/if.h of this header | luigi | 2009-02-16 | 1 | -0/+1 |
* | use a const format string in the log message so we can check the | luigi | 2009-02-16 | 1 | -6/+11 |
* | remove unnecessary #include from vnet.h and vinet.h | luigi | 2009-02-15 | 1 | -3/+0 |
* | This commit fixes the issue with alias_sctp.c. No | rrs | 2009-02-14 | 3 | -693/+58 |
* | Have the jail code use the error returned to pass not constant | rrs | 2009-02-13 | 2 | -27/+23 |
* | remove unnecessary #include, and document some of the others | luigi | 2009-02-13 | 2 | -14/+10 |
* | Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short. | luigi | 2009-02-13 | 7 | -22/+29 |
* | Move the new rwnd field down to the very end | rrs | 2009-02-13 | 2 | -3/+3 |
* | Add padding to then end of the xsctp_xxx structures to | rrs | 2009-02-09 | 1 | -0/+4 |
* | Fix minor spacing problem found by s9indent from last | rrs | 2009-02-09 | 1 | -2/+4 |
* | Fix INET only build breakage with SCTP - pointy hat to me :-) | rrs | 2009-02-09 | 1 | -0/+2 |
* | Try to remove/assimilate as much of formerly IPv4/6 specific | bz | 2009-02-08 | 3 | -7/+5 |
* | Silent LINT: add 2 stubs (update_crc32 and sctp_finalize_crc32) to fix LIBALI... | piso | 2009-02-08 | 1 | -0/+11 |
* | Add SCTP NAT support. | piso | 2009-02-07 | 8 | -6/+2993 |
|\ |
|
| * | Import sctp nat support in ipfw obtained from CAIA - http://caia.swin.edu.au. | piso | 2008-12-28 | 7 | -8/+3112 |
* | | Remove redundant calls of prison_local_ip4 in in_pcbbind_setup, and of | jamie | 2009-02-05 | 1 | -11/+4 |
* | | Standardize the various prison_foo_ip[46] functions and prison_if to | jamie | 2009-02-05 | 5 | -67/+59 |
* | | LOR fix - Lock only when calling the actual code that | rrs | 2009-02-03 | 1 | -2/+4 |
* | | - Cleanup checksum code. | rrs | 2009-02-03 | 14 | -751/+832 |
* | | Adds support for SCTP checksum offload. This means | rrs | 2009-02-03 | 3 | -4/+48 |
* | | initialize a couple of variables, gcc 4.2.4-4 (linux) reports | luigi | 2009-01-28 | 1 | -1/+2 |
* | | For some reason (probably dating ages ago) an #ifdef SYSCTL_NODE / #endif | luigi | 2009-01-28 | 1 | -2/+5 |
* | | For consistency with prison_{local,remote,check}_ipN rename | bz | 2009-01-25 | 2 | -5/+5 |
* | | Add externs to fix build with VIMAGE_GLOBALS after r187289. | bz | 2009-01-22 | 1 | -0/+2 |
* | | remove too noisy DIAGNOSTIC code | sam | 2009-01-18 | 1 | -3/+0 |
* | | Silent userland warnings about missing prototypes. | piso | 2009-01-15 | 3 | -0/+3 |
* | | Add TCP Appropriate Byte Counting (RFC 3465) support to kernel. | lstewart | 2009-01-15 | 5 | -10/+68 |
* | | Since we allow conditional allocation of labels on syncache entries, | rwatson | 2009-01-11 | 1 | -2/+0 |
* | | Restrict arp, ndp and theoretically the FIB listing (if not | bz | 2009-01-09 | 1 | -0/+4 |
* | | Fix fat-fingered comment. | adrian | 2009-01-09 | 1 | -1/+1 |
* | | Fix indentation; add FALLTHROUGH. | adrian | 2009-01-09 | 1 | -3/+4 |
* | | Better comment what the socket option does. Thanks to Sam Leffler | adrian | 2009-01-09 | 1 | -1/+2 |
* | | Comment some potentially confusing logic. | adrian | 2009-01-09 | 1 | -0/+5 |
* | | Implement a new IP option (not compiled/enabled by default) to allow | adrian | 2009-01-09 | 4 | -1/+28 |
* | | Make SIOCGIFADDR and related, as well as SIOCGIFADDR_IN6 and related | bz | 2009-01-09 | 1 | -1/+9 |
* | | Set a minimum of information in the routing message (like version and type) | harti | 2009-01-09 | 1 | -0/+4 |
* | | Addresses Roberts comments on comments. Also adds | rrs | 2009-01-06 | 1 | -11/+9 |
* | | Add the ability of an alternate transport protocol | rrs | 2009-01-06 | 2 | -8/+89 |
* | | Allow the IP_MINTTL socket option to be set to 0 so that it can be | rwatson | 2009-01-03 | 1 | -1/+1 |
* | | Some modules such as SCTP supplies a valid route entry as an input argument | qingli | 2009-01-03 | 1 | -1/+2 |
* | | For consistency use LLE_IS_VALID() in this 4th place that is actually | bz | 2008-12-28 | 1 | -1/+1 |
|/ |
|
* | This checkin addresses a couple of issues: | qingli | 2008-12-26 | 1 | -1/+1 |