summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Opps.. I missed a file on the commit :-)rrs2009-03-141-1/+2
* Namespace: Defining htonl() and friends here instead of arpa/inet.h isdas2009-03-141-2/+2
* Fixes several PR-SCTP releated bugs.rrs2009-03-148-143/+361
* Add INP_INHASHLIST flag for inpcb->inp_flags to indicate whetherrwatson2009-03-112-4/+11
* Remove unused v6 macro aliases for inpcb fields:rwatson2009-03-101-20/+0
* Don't print inm_print() chatter when KTR_IGMPV3 is not enabledbms2009-03-101-0/+3
* Remove now-unused INP_UNMAPPABLEOPTS.rwatson2009-03-101-2/+0
* Fix uninitialized use of ifp for ii.bms2009-03-091-1/+3
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDbms2009-03-0913-1274/+5694
* On architectures with strict alignment requirements compensatemarius2009-03-071-4/+18
* Fixes for window probes:rrs2009-03-062-50/+70
* - PR-SCTP bug, where the CUM-ACK was not being updatedrrs2009-03-043-16/+27
* In ip_output(), do not acquire the IN_MULTI_LOCK(),bms2009-03-041-17/+14
* Add sysctl net.inet.ip.mcast.loop. This controls whether or notbms2009-03-041-1/+8
* Merge header file definitions used by the new IGMPv3 implementation.bms2009-03-041-38/+68
* Add various defines/macros required by IGMPv3:bms2009-03-041-1/+10
* Add function ip_checkrouteralert(), which will be usedbms2009-03-042-0/+62
* Start removing IPv6 Type 0 Routing header code.bz2009-03-031-1/+1
* curr_time is a 64 bit variable so SYSCTL_LONG is not appropriateluigi2009-03-021-0/+2
* fw_debug has been unused for ages, so remove it from the listluigi2009-03-022-5/+1
* Add size-guards evaluated at compile-time to the main struct vnet_*bz2009-03-011-0/+3
* Remove unreachable code for generating RST segments from tcp_twcheck();rwatson2009-02-281-45/+0
* Fix the add stream feature of strm-reset to really work:rrs2009-02-275-49/+133
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-2710-0/+12
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-241-4/+1
* In tcp_usr_shutdown() and tcp_usr_send(), I missed converting NULLrwatson2009-02-241-2/+3
* In in_rtqkill(), assert the radix head lock, and pass RTF_RNH_LOCKEDrwatson2009-02-231-1/+4
* Add the add-stream capability. Still needs morerrs2009-02-2010-36/+281
* Fix a bug. The sending was being restricted improperly byrrs2009-02-201-2/+2
* correct some #includeluigi2009-02-162-3/+2
* remove dependency on eventhandler.h, we only need a forward declarationluigi2009-02-161-1/+2
* remove dependency on net/if.h of this headerluigi2009-02-161-0/+1
* use a const format string in the log message so we can check theluigi2009-02-161-6/+11
* remove unnecessary #include from vnet.h and vinet.hluigi2009-02-151-3/+0
* This commit fixes the issue with alias_sctp.c. Norrs2009-02-143-693/+58
* Have the jail code use the error returned to pass not constantrrs2009-02-132-27/+23
* remove unnecessary #include, and document some of the othersluigi2009-02-132-14/+10
* Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short.luigi2009-02-137-22/+29
* Move the new rwnd field down to the very endrrs2009-02-132-3/+3
* Add padding to then end of the xsctp_xxx structures torrs2009-02-091-0/+4
* Fix minor spacing problem found by s9indent from lastrrs2009-02-091-2/+4
* Fix INET only build breakage with SCTP - pointy hat to me :-)rrs2009-02-091-0/+2
* Try to remove/assimilate as much of formerly IPv4/6 specificbz2009-02-083-7/+5
* Silent LINT: add 2 stubs (update_crc32 and sctp_finalize_crc32) to fix LIBALI...piso2009-02-081-0/+11
* Add SCTP NAT support.piso2009-02-078-6/+2993
|\
| * Import sctp nat support in ipfw obtained from CAIA - http://caia.swin.edu.au.piso2008-12-287-8/+3112
* | Remove redundant calls of prison_local_ip4 in in_pcbbind_setup, and ofjamie2009-02-051-11/+4
* | Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-055-67/+59
* | LOR fix - Lock only when calling the actual code thatrrs2009-02-031-2/+4
* | - Cleanup checksum code.rrs2009-02-0314-751/+832
OpenPOWER on IntegriCloud