summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fixed the brain-o in rev. 1.10: the logic check was reversed.ru2001-06-271-1/+1
* Bring in fix from NetBSD's revision 1.16:ru2001-06-261-1/+7
* Allow getcred sysctl to work in jailed root processes. Processes candwmalone2001-06-243-17/+35
* Replace bzero() of struct ip with explicit zeroing of structure members,jlemon2001-06-232-4/+12
* Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.ru2001-06-236-6/+6
* Eliminate the allocation of a tcp template structure for eachsilby2001-06-238-135/+122
* - Renumber KAME local ICMP types and NDP options numberes beacaues theysumikawa2001-06-211-6/+8
* made sure to use the correct sa_len for rtalloc().ume2001-06-202-4/+4
* Do not perform arp send/resolve on an interface marked NOARP.jlemon2001-06-151-1/+9
* Fix a stack of KAME netinet6/in6.h warnings:peter2001-06-151-2/+4
* Sync with recent KAME.ume2001-06-1122-459/+697
* Make the default value of net.inet.ip.maxfragpackets andjesper2001-06-101-2/+3
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timepeter2001-06-082-2/+2
* Move IPFilter into contrib.jlemon2001-06-0720-14535/+0
* Back out part of my previous commit. This was a last minute changepeter2001-06-072-2/+2
* Make the TUNABLE_*() macros look and behave more consistantly like thepeter2001-06-062-4/+4
* Silby's take one on increasing FreeBSD's resistance to SYN floods:jesper2001-06-062-2/+28
* Add BSD-style copyright headersbrian2001-06-049-17/+253
* Change to a standard BSD-style copyrightbrian2001-06-041-13/+22
* Prevent denial of service using bogus fragmented IPv4 packets.jesper2001-06-031-0/+31
* Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.kris2001-06-016-0/+234
* Back out jesper's 2001/05/31 14:58:11 PDT commit. It does not compile.obrien2001-06-011-31/+0
* Prevent denial of service using bogus fragmented IPv4 packets.jesper2001-05-311-0/+31
* Disable rfc1323 and rfc1644 TCP extensions if we havn't gotjesper2001-05-311-0/+9
* Add an integer field to keep protocol-specific flags with links.ru2001-05-303-15/+20
* Inline TCP_REASS() in the single location where it's used,jesper2001-05-292-66/+60
* properly delay acks in half-closed TCP connectionsjesper2001-05-292-2/+2
* In in_ifadown(), differentiate between whether the interface goesru2001-05-114-11/+15
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+4
* Say goodbye to TCP_COMPAT_42jesper2001-04-207-73/+0
* Randomize the TCP initial sequence numbers more thoroughly.kris2001-04-178-8/+161
* fix security hole created by fragment cachedarrenr2001-04-065-10/+36
* pipe/queue are the only consumers of flow_id, so only set it in those casesbillf2001-04-061-1/+1
* MFC candidate.jesper2001-03-283-3/+5
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* Add a missing m_pullup() before a mtod() in in_arpinput().yar2001-03-271-0/+6
* Replace dyn_fin_lifetime with dyn_ack_lifetime for half-closed state.simokawa2001-03-271-1/+1
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Make header files conform to style(9).brian2001-03-256-326/+311
* Remove an extraneous declaration.brian2001-03-251-1/+0
* IPv4 address is not unsigned int. This change introduces in_addr_t.ume2001-03-231-1/+1
* Remove (non-protected) variable names from function prototypes.brian2001-03-221-7/+5
* Only flush rules that have a rule number above that set by a newpaul2001-03-211-8/+17
* Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a fewdes2001-03-192-24/+2
* Invalidate cached forwarding route (ipforward_rt) whenever a new routeru2001-03-193-1/+14
* Make sure the cached forwarding route (ipforward_rt) is still up beforeru2001-03-181-19/+7
* <sys/queue.h> makeover.phk2001-03-166-56/+48
* Fix a style(9) nit.phk2001-03-161-1/+1
* net/route.c:ru2001-03-152-10/+19
* RFC768 (UDP) requires that "if the computed checksum is zero, itru2001-03-131-3/+5
OpenPOWER on IntegriCloud