| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Nuke debug.mrtdebug, and replace it with KTR. | bms | 2009-03-19 | 1 | -142/+68 |
* | Introduce a number of changes to the MROUTING code. | bms | 2009-03-19 | 2 | -632/+415 |
* | Comment IGMP_PIM as being very historic, as in, don't use. | bms | 2009-03-19 | 1 | -1/+1 |
* | Deal with the case where ifma_protospec may be NULL, during | bms | 2009-03-17 | 3 | -6/+37 |
* | Remove IFF_NEEDSGIANT, a compatibility infrastructure introduced | rwatson | 2009-03-15 | 2 | -33/+2 |
* | Correct a number of evolved problems with inp_vflag and inp_flags: | rwatson | 2009-03-15 | 7 | -104/+102 |
* | Opps.. I missed a file on the commit :-) | rrs | 2009-03-14 | 1 | -1/+2 |
* | Namespace: Defining htonl() and friends here instead of arpa/inet.h is | das | 2009-03-14 | 1 | -2/+2 |
* | Fixes several PR-SCTP releated bugs. | rrs | 2009-03-14 | 8 | -143/+361 |
* | Add INP_INHASHLIST flag for inpcb->inp_flags to indicate whether | rwatson | 2009-03-11 | 2 | -4/+11 |
* | Remove unused v6 macro aliases for inpcb fields: | rwatson | 2009-03-10 | 1 | -20/+0 |
* | Don't print inm_print() chatter when KTR_IGMPV3 is not enabled | bms | 2009-03-10 | 1 | -0/+3 |
* | Remove now-unused INP_UNMAPPABLEOPTS. | rwatson | 2009-03-10 | 1 | -2/+0 |
* | Fix uninitialized use of ifp for ii. | bms | 2009-03-09 | 1 | -1/+3 |
* | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | bms | 2009-03-09 | 13 | -1274/+5694 |
* | On architectures with strict alignment requirements compensate | marius | 2009-03-07 | 1 | -4/+18 |
* | Fixes for window probes: | rrs | 2009-03-06 | 2 | -50/+70 |
* | - PR-SCTP bug, where the CUM-ACK was not being updated | rrs | 2009-03-04 | 3 | -16/+27 |
* | In ip_output(), do not acquire the IN_MULTI_LOCK(), | bms | 2009-03-04 | 1 | -17/+14 |
* | Add sysctl net.inet.ip.mcast.loop. This controls whether or not | bms | 2009-03-04 | 1 | -1/+8 |
* | Merge header file definitions used by the new IGMPv3 implementation. | bms | 2009-03-04 | 1 | -38/+68 |
* | Add various defines/macros required by IGMPv3: | bms | 2009-03-04 | 1 | -1/+10 |
* | Add function ip_checkrouteralert(), which will be used | bms | 2009-03-04 | 2 | -0/+62 |
* | Start removing IPv6 Type 0 Routing header code. | bz | 2009-03-03 | 1 | -1/+1 |
* | curr_time is a 64 bit variable so SYSCTL_LONG is not appropriate | luigi | 2009-03-02 | 1 | -0/+2 |
* | fw_debug has been unused for ages, so remove it from the list | luigi | 2009-03-02 | 2 | -5/+1 |
* | Add size-guards evaluated at compile-time to the main struct vnet_* | bz | 2009-03-01 | 1 | -0/+3 |
* | Remove unreachable code for generating RST segments from tcp_twcheck(); | rwatson | 2009-02-28 | 1 | -45/+0 |
* | Fix the add stream feature of strm-reset to really work: | rrs | 2009-02-27 | 5 | -49/+133 |
* | 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 |