aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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-8/+19
* 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-735/+1069
* do not deref freed pointerHajimu UMEMOTO2004-01-131-2/+2
* Disable the minmssoverload connection drop by default until the detectionAndre Oppermann2004-01-121-1/+1
* Check that sa_len is the appropriate value in tcp_usr_bind(),Don Lewis2004-01-101-0/+8
* Reduce TCP_MINMSS default to 216. The AX.25 protocol (packet radio)Andre Oppermann2004-01-091-4/+3
* Limiters and sanity checks for TCP MSS (maximum segement size)Andre Oppermann2004-01-088-4/+200
* If path mtu discovery is enabled set the DF bit in all cases weAndre Oppermann2004-01-082-0/+8
* Do not set the ip_id to zero when DF is set on packet andAndre Oppermann2004-01-081-12/+6
* Enable the following TCP options by default to give it more exposure:Andre Oppermann2004-01-064-6/+6
* According to RFC1812 we have to ignore ICMP redirects when weAndre Oppermann2004-01-061-1/+5
* Document the net.inet.ip.subnets_are_local sysctl.Ruslan Ermilov2003-12-301-1/+1
* Sync with NetBSD:Maxim Sobolev2003-12-301-22/+45
* o eliminate widespread on-stack mbuf use for bpf by introducingSam Leffler2003-12-281-15/+3
* o Fix a comment: softticks lives in sys/kern/kern_timeout.c.Maxim Konovalov2003-12-271-1/+1
* NULL is not 0.Hajimu UMEMOTO2003-12-241-1/+1
* I didn't notice it right away, but check the right length too.Ruslan Ermilov2003-12-231-1/+1
* Fix a problem introduced in revision 1.84: m_pullup() does notRuslan Ermilov2003-12-231-5/+7
* Catch a few places where NULL (pointer) was used where 0 (integer) wasPeter Wemm2003-12-231-5/+4
* o move mutex init/destroy logic to the module load/unload hooks;Sam Leffler2003-12-201-11/+27
* Fix some becuase -> because typos.John Baldwin2003-12-172-2/+2