summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cast pointers to [u]intptr_t instead of casting them to [u_]long. Don'tbde1999-08-241-4/+4
* Aallow ppp to work with Nortel Networks Extranet Switchbrian1999-08-221-0/+6
* Typo: 102 => 192 (PR: docs/13310 - Maxim Sobolev <sobomax@altavista.net>)hoek1999-08-221-2/+2
* To christen the brand new security category for syslog, we get IPFWgreen1999-08-211-58/+86
* Fix breakage if blackhole=1 and tiflags & TH_SYN, pluscsgr1999-08-193-16/+26
* Slight tweak to tcp.blackhole to add optional behaviour tocsgr1999-08-182-18/+52
* Fix a printf() formatter to match its variable.billf1999-08-171-2/+2
* Add net.inet.tcp.blackhole and net.inet.udp.blackholecsgr1999-08-173-6/+25
* Various man page cleanup:mpp1999-08-151-17/+12
* Implement probabilistic rule match in ipfw. Each rule can be associatedluigi1999-08-112-9/+38
* Add spl() protection to remove that the timer is invoked multipleluigi1999-08-111-3/+5
* Add net.inet.icmp.log_redirect and net.inet.icmp.drop_redirect, fordes1999-08-101-3/+28
* Make ipfw's logging more dynamic. Now, log will use the default limitgreen1999-08-014-12/+87
* 8 -> NBBygreen1999-07-281-3/+3
* Correct a really gross comment format.green1999-07-281-5/+7
* fix comment re: RST received in TIME_WAIT to match the code.jmb1999-07-182-6/+6
* Correct a mistake in so_cred changes. In practice, I don't think that itgreen1999-07-121-2/+2
* Two new sysctls: net.inet.tcp.getcred and net.inet.udp.getcred. These takegreen1999-07-113-3/+99
* Use the new tunable macros for the net.inet.tcp.tcbhashsize tunable.msmith1999-07-052-6/+4
* In in_pcbconnect(), check the return value from in_pcbbind() andpb1999-06-251-3/+6
* Don't get caught in an infinite recursion when PKT_ALIAS_REVERSEbrian1999-06-222-5/+18
* This is the much-awaited cleaned up version of IPFW [ug]id support.green1999-06-194-14/+110
* Add RCS strings to kernel ipfilter files.green1999-06-193-0/+5
* This should fix ipfilter for everyone it was broken for. CDEV_MAJOR is _not_green1999-06-191-1/+1
* Reviewed by: the cast of thousandsgreen1999-06-171-3/+5
* Close a race window where a tcp socket is closed while tcp_pcblist istegge1999-06-162-4/+14
* Don't accept divert/tee/pipe rules without corresponding option.ru1999-06-111-3/+11
* Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expectedpeter1999-06-041-7/+28
OpenPOWER on IntegriCloud