summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* In rip_abort(), unlock the inpcb if we didn't detach it, or we maycognet2003-11-171-0/+2
* Fix a few cases where MT_TAG-type "fake mbufs" are created on the stack, butgreen2003-11-172-0/+3
* Make two casts correct for all types of 64bit platforms.andre2003-11-161-2/+2
* Correct a cast to make it compile on 64bit platforms (noticed by tinderbox)andre2003-11-151-6/+6
* Make ipstealth global as we need it in ip_fastforward too.andre2003-11-152-1/+4
* Remove the global one-level rtcache variable and associatedandre2003-11-146-244/+105
* Introduce ip_fastforward and remove ip_flow.andre2003-11-146-452/+837
* add missing inpcb lock before call to tcp_twclose (which reclaims the inpcb)sam2003-11-131-0/+1
* o reorder some locking asserts to reflect the order of the lockssam2003-11-131-3/+4
* Move global variables for icmp_input() to its stack. With SMP orandre2003-11-131-10/+18
* Do not fragment a packet with hardware assistance if it has the DFandre2003-11-121-1/+2
* Add a new sysctl knob, net.inet.udp.strict_mcast_mship, to the udp_input path.bms2003-11-121-0/+28
* dropwithreset is not needed in this case as tcp_drop() is already notifyingandre2003-11-122-2/+2
* Modify the MAC Framework so that instead of embedding a (struct label)rwatson2003-11-121-5/+1
* correct typossam2003-11-111-2/+2
* o add missing inpcb locking in tcp_respondsam2003-11-111-37/+46
* use Giant-less callouts when debug_mpsafenet is non-zerosam2003-11-101-1/+2
* In in_pcbconnect_setup(), don't use the cached inp->inp_route unlessiedowse2003-11-101-4/+4
OpenPOWER on IntegriCloud