summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a problem introduced in revision 1.84: m_pullup() does notru2003-12-231-5/+7
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-231-5/+4
* o move mutex init/destroy logic to the module load/unload hooks;sam2003-12-201-11/+27
* Fix some becuase -> because typos.jhb2003-12-172-2/+2
* Switch TCP over to using the inpcb label when responding in timedrwatson2003-12-172-8/+2
* o IN_MULTICAST wants an address in host byte order.maxim2003-12-161-1/+1
* Do not panic when flushing dummynet firewall rulesemax2003-12-061-1/+1
* Swap destination and source arguments of two bcopy() calls.andre2003-12-021-2/+2
* Include opt_ipsec.h so IPSEC/FAST_IPSEC is defined and the appropriatesam2003-12-021-0/+1
* Fix an optimization where I made an ifdef'd out section to broad.andre2003-11-281-4/+4
* Fix verify_rev_path() function. The author of this function tried toandre2003-11-271-13/+7
* Make sure all uses of stack allocated struct route's are properlyandre2003-11-264-8/+7
* Split the "inp" mutex class into separate classes for each of divert,sam2003-11-266-9/+11
* Restructure a too broad ifdef which was disabling the setting of theandre2003-11-252-4/+8
* Correct a problem where ipfw-generated packets were being returnedsam2003-11-241-5/+9
* Use MPSAFE callouts only when debug.mpsafenet is 1. Both timer routinessam2003-11-232-2/+2
* bzero() the the sockaddr used for the destination address fortmm2003-11-231-0/+1
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-2020-1031/+1573
* Remove RTF_PRCLONING from routing table and adjust users of itandre2003-11-206-22/+13
* Fix an arguments order in check_uidgid() call.maxim2003-11-201-2/+2
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-188-18/+54
OpenPOWER on IntegriCloud