aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Simplify, and return an error if the user attempts to set a TCPJonathan Lemon1999-08-311-7/+3
* Remove conversion macros that were used during development.Jonathan Lemon1999-08-311-9/+1
* Add a SYSCTL_PROC so that TCP timer values are now expressed toJonathan Lemon1999-08-311-10/+35
* Restructure TCP timeout handling:Jonathan Lemon1999-08-3011-409/+690
* Add $FreeBSD$ and spell Eklund properly.Bill Fumerola1999-08-297-1/+14
* Remove extra indenting of `break' statements introducted in rev 1.89,David E. O'Brien1999-08-292-18/+26
* Include the correct header for the IPSTEALTH option.Dag-Erling Smørgrav1999-08-291-0/+1
* Oops, I missed a cast in rev.1.119.Bruce Evans1999-08-291-1/+1
* It is much easier to arp if you don't truncate your arp-reply's.Larry Lile1999-08-281-11/+12
* Also make the "other" packets counter resettable.Brian Feldman1999-08-281-1/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2870-71/+71
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Correction: uid -> gid (comment)Brian Feldman1999-08-271-2/+2
* Add readonly OID ``net.inet.tcp.tcbhashsize'' so it is possible toJonathan Lemon1999-08-262-2/+12
* Cast pointers to [u]intptr_t instead of casting them to [u_]long. Don'tBruce Evans1999-08-241-4/+4
* Aallow ppp to work with Nortel Networks Extranet SwitchBrian Somers1999-08-221-0/+6
* Typo: 102 => 192 (PR: docs/13310 - Maxim Sobolev <sobomax@altavista.net>)Tim Vanderhoek1999-08-221-2/+2
* To christen the brand new security category for syslog, we get IPFWBrian Feldman1999-08-211-58/+86
* Fix breakage if blackhole=1 and tiflags & TH_SYN, plusGeoff Rehmet1999-08-193-16/+26
* Slight tweak to tcp.blackhole to add optional behaviour toGeoff Rehmet1999-08-182-18/+52
* Fix a printf() formatter to match its variable.Bill Fumerola1999-08-171-2/+2
* Add net.inet.tcp.blackhole and net.inet.udp.blackholeGeoff Rehmet1999-08-173-6/+25
* Various man page cleanup:Mike Pritchard1999-08-151-17/+12
* Implement probabilistic rule match in ipfw. Each rule can be associatedLuigi Rizzo1999-08-112-9/+38
* Add spl() protection to remove that the timer is invoked multipleLuigi Rizzo1999-08-111-3/+5
* Add net.inet.icmp.log_redirect and net.inet.icmp.drop_redirect, forDag-Erling Smørgrav1999-08-101-3/+28
* Make ipfw's logging more dynamic. Now, log will use the default limitBrian Feldman1999-08-014-12/+87
* 8 -> NBByBrian Feldman1999-07-281-3/+3
* Correct a really gross comment format.Brian Feldman1999-07-281-5/+7
* fix comment re: RST received in TIME_WAIT to match the code.Jonathan M. Bresler1999-07-182-6/+6
* Correct a mistake in so_cred changes. In practice, I don't think that itBrian Feldman1999-07-121-2/+2
* Two new sysctls: net.inet.tcp.getcred and net.inet.udp.getcred. These takeBrian Feldman1999-07-113-3/+99
* Use the new tunable macros for the net.inet.tcp.tcbhashsize tunable.Mike Smith1999-07-052-6/+4
* In in_pcbconnect(), check the return value from in_pcbbind() andPierre Beyssac1999-06-251-3/+6
* Don't get caught in an infinite recursion when PKT_ALIAS_REVERSEBrian Somers1999-06-222-5/+18
* This is the much-awaited cleaned up version of IPFW [ug]id support.Brian Feldman1999-06-194-14/+110
* Add RCS strings to kernel ipfilter files.Brian Feldman1999-06-193-0/+5
* This should fix ipfilter for everyone it was broken for. CDEV_MAJOR is _not_Brian Feldman1999-06-191-1/+1
* Reviewed by: the cast of thousandsBrian Feldman1999-06-171-3/+5
* Close a race window where a tcp socket is closed while tcp_pcblist isTor Egge1999-06-162-4/+14
* Don't accept divert/tee/pipe rules without corresponding option.Ruslan Ermilov1999-06-111-3/+11
* Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expectedPeter Wemm1999-06-041-7/+28
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-3/+1
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-6/+21
* Added net.inet.tcp.path_mtu_discovery variable which when set to 0David Greenman1999-05-271-8/+9
* Made net.inet.ip.intr_queue_maxlen writeable.David Greenman1999-05-271-2/+2
* close pr 10889:Luigi Rizzo1999-05-241-1/+4
* brucifyBrian Somers1999-05-231-2/+2
* Make incoming packets work as keepalives, too. This should fix problemsEivind Eklund1999-05-201-0/+1
* "fix" warning. This still needs to be kld-ified some day (or removed).Peter Wemm1999-05-111-1/+4