aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* De-register.Matthew N. Dodd2004-03-141-22/+22
* Lock down IP-layer encapsulation library:Robert Watson2004-03-101-51/+35
* Scrub unused variable zeroin_addr.Robert Watson2004-03-102-3/+0
* To comply with the spec, do not copy the TOS from the outer IPJeffrey Hsu2004-03-081-6/+6
* Include <sys/types.h> for autoconf/automake detection.Jeffrey Hsu2004-03-081-0/+2
* Add some missing DUMMYNET_UNLOCK() in config_pipe().Max Laier2004-03-031-2/+7
* Two minor follow-ups on the MT_TAG removal:Max Laier2004-03-021-3/+2
* Rename NET_PICKUP_GIANT() to NET_LOCK_GIANT(), and NET_DROP_GIANT()Robert Watson2004-03-011-2/+2
* fix -O0 compilation without INET6.Hajimu UMEMOTO2004-03-012-4/+24
* Remove unneeded {} originally used to hold local variables for dummynetRobert Watson2004-02-281-2/+0
* Remove now unneeded arguments to tcp_twrespond() -- so and msrc. TheseRobert Watson2004-02-285-23/+7
* Bring eventhandler callbacks for pf.Max Laier2004-02-261-0/+5
* Tweak existing header and other build infrastructure to be able to buildMax Laier2004-02-264-4/+32
* Split the mlock() kernel code into two parts, mlock(), which unpacksDon Lewis2004-02-264-4/+13
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.Max Laier2004-02-2514-403/+461
* Fixed namespace pollution in rev.1.74. Implementation of the syncacheBruce Evans2004-02-251-1/+4
* Don't use the negatively-opaque type uma_zone_t or be chummy withBruce Evans2004-02-251-3/+1
* Relax a KASSERT condition to allow for a valid corner case whereJeffrey Hsu2004-02-252-4/+10
* Convert the tcp segment reassembly queue to UMA and limit the maximumAndre Oppermann2004-02-245-25/+174
* Fixed ucred structure leak.Pawel Jakub Dawidek2004-02-192-0/+4
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet isMax Laier2004-02-1814-457/+400
* IPSEC and FAST_IPSEC have the same internal API now;Hajimu UMEMOTO2004-02-174-48/+22
* Shorten the name of the socket option used to enable TCP-MD5 packetBruce M Simpson2004-02-162-3/+3
* don't update outgoing ifp, if ipsec tunnel mode encapsulationHajimu UMEMOTO2004-02-161-3/+5
* Spell types consistently throughout this file. Do not use the __packed ...Bruce M Simpson2004-02-161-4/+4
* Final brucification pass. Spell types consistently (u_int). Remove bogusBruce M Simpson2004-02-143-3/+3
* Do not expose ip_dn_find_rule inline function to userland and unbreak world.Max Laier2004-02-131-1/+1
* Do not check receive interface when pfil(9) hook changed address.Max Laier2004-02-131-1/+1
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingMax Laier2004-02-1314-396/+453
* Brucification.Bruce M Simpson2004-02-138-38/+43
* supported IPV6_RECVPATHMTU socket option.Hajimu UMEMOTO2004-02-132-4/+4
* Update the prototype for tcpsignature_apply() to reflect the spelling ofBruce M Simpson2004-02-123-5/+5
* style(9) pass; whitespace and comments.Bruce M Simpson2004-02-123-40/+48
* Remove an unnecessary initialization that crept in from the code whichBruce M Simpson2004-02-122-4/+2
* Fix a typo; left out preprocessor conditional for sigoff variable, whichBruce M Simpson2004-02-111-0/+2
* Initial import of RFC 2385 (TCP-MD5) digest support.Bruce M Simpson2004-02-1111-2/+397
* pass pcb rather than so. it is expected that per socket policyHajimu UMEMOTO2004-02-036-21/+8
* Add sysctl net.inet.icmp.reply_src to specify the interface nameAndre Oppermann2004-02-021-0/+19
* More verbose description of the source ip address selection for ICMP replies.Andre Oppermann2004-02-021-5/+16
* Introduce the SO_BINTIME option which takes a high-resolution timestampPoul-Henning Kamp2004-01-312-9/+20
* Remove NetBSD'isms (add FreeBSD'isms?), which makes gre(4) working again.Maxim Sobolev2004-01-301-1/+1
* Correct the descriptions of the net.inet.{udp,raw}.recvspace sysctls.Ruslan Ermilov2004-01-272-2/+2
* Add support for WCCPv2. It should be enablem manually using link2Maxim Sobolev2004-01-261-3/+6
* (whilespace-only)Maxim Sobolev2004-01-261-3/+3
* Remove leftover FREE() from changes in rev 1.50.Andre Oppermann2004-01-231-1/+0
* Split the overloaded variable 'win' into two for their specific purposes:Andre Oppermann2004-01-221-21/+22
* Move the reduction by one of the syncache limit after the zone has beenAndre Oppermann2004-01-221-1/+1
* Remove an unused variable and put the sockaddr_in6 onto the stack insteadAndre Oppermann2004-01-221-26/+14
* Merge from DragonFlyBSD rev 1.10:Jeffrey Hsu2004-01-202-12/+10
* Mostly mechanical rework of libalias:Poul-Henning Kamp2004-01-1716-737/+1071