summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* According to RFC 793, a reset should be honored if the sequence numberjlemon1999-12-112-14/+12
* Fix a '&&' that should have been a '&'.archie1999-12-101-1/+1
* Fix several typos.archie1999-12-091-17/+17
* Make this buildable with MROUTING defined.shin1999-12-081-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-0714-66/+707
* Last minute patch that I forgot to apply: check return code of iplattach()guido1999-12-061-0/+2
* Revive mlfk_ipl here. This version is slightly changed fromguido1999-12-066-12/+181
* Miscellaneous fixes/cleanups relating to ipfw and divert(4):archie1999-12-066-192/+235
* Change the delayed ack time from 200ms to 100ms.jlemon1999-12-021-1/+1
* RTFREE the correct route entry in dummynet_io(). The previousluigi1999-11-261-3/+3
* Get rid of useless osreldate include for KLD/LKM modules (sys/param.hguido1999-11-231-2/+0
* Add kernel parts of revived ipfilter (3.3.3.)guido1999-11-2319-0/+10805
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-227-29/+225
* Fix a warning and a potential panic if TCPDEBUG is active. (tp ispeter1999-11-181-0/+2
* The logic for blackhole processing does not free mbufs if thephk1999-11-171-0/+2
* add two more codes to ICMP error 12 (Parameter Problem).jmb1999-11-151-0/+2
* Restore sub-chapters order.phantom1999-11-091-19/+16
* Undo rev 1.10, which took out TH_FIN from the CLOSING state. Thisjlemon1999-11-071-1/+1
* KAME related header files additions and merges.shin1999-11-0513-35/+120
* Append missing newline to log() message for permanent ARP modificationsheldonh1999-10-181-1/+1
* Nuke the old antique copy of ipfilter from the tree. This is old enoughpeter1999-10-1018-9034/+0
* Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf totalgreen1999-10-092-4/+4
* Properly handle the case when either the aliasing or source address ofru1999-09-271-26/+66
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* ReLink() partial links in FindLinkOut() in the same manner as we do itru1999-09-221-7/+15
* Restore previous version of FindLinkIn().ru1999-09-211-9/+8
* - Make partially specified permanent links (without `dst_addr' and/orru1999-09-211-11/+25
* sys/errno.h -> errno.hbrian1999-09-211-1/+1
* Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.green1999-09-195-22/+15
* Re-arrange the arp code so that fddi arps work properly.lile1999-09-161-29/+46
* Reorder.des1999-09-141-4/+4
* Fix some more disordering, as well as the description string for thedes1999-09-142-12/+12
* Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctldes1999-09-122-0/+58
* - Optimization to the previous (rev 1.15) commit.ru1999-09-101-9/+11
* Handle TCP reset sequence properly.ru1999-09-091-2/+2
* Fix typo.ru1999-09-081-1/+1
* Simplify, and return an error if the user attempts to set a TCPjlemon1999-08-311-7/+3
* Remove conversion macros that were used during development.jlemon1999-08-311-9/+1
* Add a SYSCTL_PROC so that TCP timer values are now expressed tojlemon1999-08-311-10/+35
* Restructure TCP timeout handling:jlemon1999-08-3011-409/+690
* Add $FreeBSD$ and spell Eklund properly.billf1999-08-297-1/+14
* Remove extra indenting of `break' statements introducted in rev 1.89,obrien1999-08-292-18/+26
* Include the correct header for the IPSTEALTH option.des1999-08-291-0/+1
* Oops, I missed a cast in rev.1.119.bde1999-08-291-1/+1
* It is much easier to arp if you don't truncate your arp-reply's.lile1999-08-281-11/+12
* Also make the "other" packets counter resettable.green1999-08-281-1/+3
* $Id$ -> $FreeBSD$peter1999-08-2870-71/+71
* $Id$ -> $FreeBSD$peter1999-08-285-5/+5
* Correction: uid -> gid (comment)green1999-08-271-2/+2
* Add readonly OID ``net.inet.tcp.tcbhashsize'' so it is possible tojlemon1999-08-262-2/+12
OpenPOWER on IntegriCloud