summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Don't call m_freem() after ip_output(), as it always consumesbms2009-03-241-1/+0
* Remove local in6_addr variables for local and foreign addresses in sysctl_drop,jmallett2009-03-221-3/+3
* Fix brainos introduced during mechanical KTR change.bms2009-03-201-5/+6
* Cleanup: Nuke debug.mrtdebug, and replace it with KTR.bms2009-03-191-142/+68
* Introduce a number of changes to the MROUTING code.bms2009-03-192-632/+415
* Comment IGMP_PIM as being very historic, as in, don't use.bms2009-03-191-1/+1
* Deal with the case where ifma_protospec may be NULL, duringbms2009-03-173-6/+37
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedrwatson2009-03-152-33/+2
* Correct a number of evolved problems with inp_vflag and inp_flags:rwatson2009-03-157-104/+102
* 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
OpenPOWER on IntegriCloud