summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* To comply with the spec, do not copy the TOS from the outer IPhsu2004-03-081-6/+6
* Include <sys/types.h> for autoconf/automake detection.hsu2004-03-081-0/+2
* Add some missing DUMMYNET_UNLOCK() in config_pipe().mlaier2004-03-031-2/+7
* Two minor follow-ups on the MT_TAG removal:mlaier2004-03-021-3/+2
* Rename NET_PICKUP_GIANT() to NET_LOCK_GIANT(), and NET_DROP_GIANT()rwatson2004-03-011-2/+2
* fix -O0 compilation without INET6.ume2004-03-012-4/+24
* Remove unneeded {} originally used to hold local variables for dummynetrwatson2004-02-281-2/+0
* Remove now unneeded arguments to tcp_twrespond() -- so and msrc. Theserwatson2004-02-285-23/+7
* Bring eventhandler callbacks for pf.mlaier2004-02-261-0/+5
* Tweak existing header and other build infrastructure to be able to buildmlaier2004-02-264-4/+32
* Split the mlock() kernel code into two parts, mlock(), which unpackstruckman2004-02-264-4/+13
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-2514-403/+461
* Fixed namespace pollution in rev.1.74. Implementation of the syncachebde2004-02-251-1/+4
* Don't use the negatively-opaque type uma_zone_t or be chummy withbde2004-02-251-3/+1
* Relax a KASSERT condition to allow for a valid corner case wherehsu2004-02-252-4/+10
* Convert the tcp segment reassembly queue to UMA and limit the maximumandre2004-02-245-25/+174
* Fixed ucred structure leak.pjd2004-02-192-0/+4
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-1814-457/+400
* IPSEC and FAST_IPSEC have the same internal API now;ume2004-02-174-48/+22
* Shorten the name of the socket option used to enable TCP-MD5 packetbms2004-02-162-3/+3
* don't update outgoing ifp, if ipsec tunnel mode encapsulationume2004-02-161-3/+5
* Spell types consistently throughout this file. Do not use the __packed ...bms2004-02-161-4/+4
* Final brucification pass. Spell types consistently (u_int). Remove bogusbms2004-02-143-3/+3
* Do not expose ip_dn_find_rule inline function to userland and unbreak world.mlaier2004-02-131-1/+1
* Do not check receive interface when pfil(9) hook changed address.mlaier2004-02-131-1/+1
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-1314-396/+453
* Brucification.bms2004-02-138-38/+43
* supported IPV6_RECVPATHMTU socket option.ume2004-02-132-4/+4
* Update the prototype for tcpsignature_apply() to reflect the spelling ofbms2004-02-123-5/+5
* style(9) pass; whitespace and comments.bms2004-02-123-40/+48
* Remove an unnecessary initialization that crept in from the code whichbms2004-02-122-4/+2
* Fix a typo; left out preprocessor conditional for sigoff variable, whichbms2004-02-111-0/+2
* Initial import of RFC 2385 (TCP-MD5) digest support.bms2004-02-1111-2/+397
* pass pcb rather than so. it is expected that per socket policyume2004-02-036-21/+8
* Add sysctl net.inet.icmp.reply_src to specify the interface nameandre2004-02-021-0/+19
* More verbose description of the source ip address selection for ICMP replies.andre2004-02-021-5/+16
* Introduce the SO_BINTIME option which takes a high-resolution timestampphk2004-01-312-9/+20
* Remove NetBSD'isms (add FreeBSD'isms?), which makes gre(4) working again.sobomax2004-01-301-1/+1
* Correct the descriptions of the net.inet.{udp,raw}.recvspace sysctls.ru2004-01-272-2/+2
* Add support for WCCPv2. It should be enablem manually using link2sobomax2004-01-261-3/+6
* (whilespace-only)sobomax2004-01-261-3/+3
* Remove leftover FREE() from changes in rev 1.50.andre2004-01-231-1/+0
* Split the overloaded variable 'win' into two for their specific purposes:andre2004-01-221-21/+22
* Move the reduction by one of the syncache limit after the zone has beenandre2004-01-221-1/+1
* Remove an unused variable and put the sockaddr_in6 onto the stack insteadandre2004-01-221-26/+14
* Merge from DragonFlyBSD rev 1.10:hsu2004-01-202-12/+10
* Mostly mechanical rework of libalias:phk2004-01-1716-737/+1071
* do not deref freed pointerume2004-01-131-2/+2
* Disable the minmssoverload connection drop by default until the detectionandre2004-01-121-1/+1
* Check that sa_len is the appropriate value in tcp_usr_bind(),truckman2004-01-101-0/+8
OpenPOWER on IntegriCloud