| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify, and return an error if the user attempts to set a TCP | Jonathan Lemon | 1999-08-31 | 1 | -7/+3 |
* | Remove conversion macros that were used during development. | Jonathan Lemon | 1999-08-31 | 1 | -9/+1 |
* | Add a SYSCTL_PROC so that TCP timer values are now expressed to | Jonathan Lemon | 1999-08-31 | 1 | -10/+35 |
* | Restructure TCP timeout handling: | Jonathan Lemon | 1999-08-30 | 11 | -409/+690 |
* | Add $FreeBSD$ and spell Eklund properly. | Bill Fumerola | 1999-08-29 | 7 | -1/+14 |
* | Remove extra indenting of `break' statements introducted in rev 1.89, | David E. O'Brien | 1999-08-29 | 2 | -18/+26 |
* | Include the correct header for the IPSTEALTH option. | Dag-Erling Smørgrav | 1999-08-29 | 1 | -0/+1 |
* | Oops, I missed a cast in rev.1.119. | Bruce Evans | 1999-08-29 | 1 | -1/+1 |
* | It is much easier to arp if you don't truncate your arp-reply's. | Larry Lile | 1999-08-28 | 1 | -11/+12 |
* | Also make the "other" packets counter resettable. | Brian Feldman | 1999-08-28 | 1 | -1/+3 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 70 | -71/+71 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 5 | -5/+5 |
* | Correction: uid -> gid (comment) | Brian Feldman | 1999-08-27 | 1 | -2/+2 |
* | Add readonly OID ``net.inet.tcp.tcbhashsize'' so it is possible to | Jonathan Lemon | 1999-08-26 | 2 | -2/+12 |
* | Cast pointers to [u]intptr_t instead of casting them to [u_]long. Don't | Bruce Evans | 1999-08-24 | 1 | -4/+4 |
* | Aallow ppp to work with Nortel Networks Extranet Switch | Brian Somers | 1999-08-22 | 1 | -0/+6 |
* | Typo: 102 => 192 (PR: docs/13310 - Maxim Sobolev <sobomax@altavista.net>) | Tim Vanderhoek | 1999-08-22 | 1 | -2/+2 |
* | To christen the brand new security category for syslog, we get IPFW | Brian Feldman | 1999-08-21 | 1 | -58/+86 |
* | Fix breakage if blackhole=1 and tiflags & TH_SYN, plus | Geoff Rehmet | 1999-08-19 | 3 | -16/+26 |
* | Slight tweak to tcp.blackhole to add optional behaviour to | Geoff Rehmet | 1999-08-18 | 2 | -18/+52 |
* | Fix a printf() formatter to match its variable. | Bill Fumerola | 1999-08-17 | 1 | -2/+2 |
* | Add net.inet.tcp.blackhole and net.inet.udp.blackhole | Geoff Rehmet | 1999-08-17 | 3 | -6/+25 |
* | Various man page cleanup: | Mike Pritchard | 1999-08-15 | 1 | -17/+12 |
* | Implement probabilistic rule match in ipfw. Each rule can be associated | Luigi Rizzo | 1999-08-11 | 2 | -9/+38 |
* | Add spl() protection to remove that the timer is invoked multiple | Luigi Rizzo | 1999-08-11 | 1 | -3/+5 |
* | Add net.inet.icmp.log_redirect and net.inet.icmp.drop_redirect, for | Dag-Erling Smørgrav | 1999-08-10 | 1 | -3/+28 |
* | Make ipfw's logging more dynamic. Now, log will use the default limit | Brian Feldman | 1999-08-01 | 4 | -12/+87 |
* | 8 -> NBBy | Brian Feldman | 1999-07-28 | 1 | -3/+3 |
* | Correct a really gross comment format. | Brian Feldman | 1999-07-28 | 1 | -5/+7 |
* | fix comment re: RST received in TIME_WAIT to match the code. | Jonathan M. Bresler | 1999-07-18 | 2 | -6/+6 |
* | Correct a mistake in so_cred changes. In practice, I don't think that it | Brian Feldman | 1999-07-12 | 1 | -2/+2 |
* | Two new sysctls: net.inet.tcp.getcred and net.inet.udp.getcred. These take | Brian Feldman | 1999-07-11 | 3 | -3/+99 |
* | Use the new tunable macros for the net.inet.tcp.tcbhashsize tunable. | Mike Smith | 1999-07-05 | 2 | -6/+4 |
* | In in_pcbconnect(), check the return value from in_pcbbind() and | Pierre Beyssac | 1999-06-25 | 1 | -3/+6 |
* | Don't get caught in an infinite recursion when PKT_ALIAS_REVERSE | Brian Somers | 1999-06-22 | 2 | -5/+18 |
* | This is the much-awaited cleaned up version of IPFW [ug]id support. | Brian Feldman | 1999-06-19 | 4 | -14/+110 |
* | Add RCS strings to kernel ipfilter files. | Brian Feldman | 1999-06-19 | 3 | -0/+5 |
* | This should fix ipfilter for everyone it was broken for. CDEV_MAJOR is _not_ | Brian Feldman | 1999-06-19 | 1 | -1/+1 |
* | Reviewed by: the cast of thousands | Brian Feldman | 1999-06-17 | 1 | -3/+5 |
* | Close a race window where a tcp socket is closed while tcp_pcblist is | Tor Egge | 1999-06-16 | 2 | -4/+14 |
* | Don't accept divert/tee/pipe rules without corresponding option. | Ruslan Ermilov | 1999-06-11 | 1 | -3/+11 |
* | Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expected | Peter Wemm | 1999-06-04 | 1 | -7/+28 |
* | Simplify cdevsw registration. | Poul-Henning Kamp | 1999-05-31 | 1 | -3/+1 |
* | This commit should be a extensive NO-OP: | Poul-Henning Kamp | 1999-05-30 | 1 | -6/+21 |
* | Added net.inet.tcp.path_mtu_discovery variable which when set to 0 | David Greenman | 1999-05-27 | 1 | -8/+9 |
* | Made net.inet.ip.intr_queue_maxlen writeable. | David Greenman | 1999-05-27 | 1 | -2/+2 |
* | close pr 10889: | Luigi Rizzo | 1999-05-24 | 1 | -1/+4 |
* | brucify | Brian Somers | 1999-05-23 | 1 | -2/+2 |
* | Make incoming packets work as keepalives, too. This should fix problems | Eivind Eklund | 1999-05-20 | 1 | -0/+1 |
* | "fix" warning. This still needs to be kld-ified some day (or removed). | Peter Wemm | 1999-05-11 | 1 | -1/+4 |