summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reduce TCP_MINMSS default to 216. The AX.25 protocol (packet radio)andre2004-01-091-4/+3
* Limiters and sanity checks for TCP MSS (maximum segement size)andre2004-01-088-4/+200
* If path mtu discovery is enabled set the DF bit in all cases weandre2004-01-082-0/+8
* Do not set the ip_id to zero when DF is set on packet andandre2004-01-081-12/+6
* Enable the following TCP options by default to give it more exposure:andre2004-01-064-6/+6
* According to RFC1812 we have to ignore ICMP redirects when weandre2004-01-061-1/+5
* Document the net.inet.ip.subnets_are_local sysctl.ru2003-12-301-1/+1
* Sync with NetBSD:sobomax2003-12-301-22/+45
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-281-15/+3
* o Fix a comment: softticks lives in sys/kern/kern_timeout.c.maxim2003-12-271-1/+1
* NULL is not 0.ume2003-12-241-1/+1
* I didn't notice it right away, but check the right length too.ru2003-12-231-1/+1
OpenPOWER on IntegriCloud