| Commit message (Expand) | Author | Age | Files | Lines |
* | The TCP sequence number used for sending a RST with the ipfw reset rule | jlemon | 2001-03-09 | 1 | -1/+1 |
* | It was possible for ip_forward() to supply to icmp_error() | iedowse | 2001-03-08 | 2 | -8/+17 |
* | Modify the comments to more closely resemble the English language. | truckman | 2001-03-05 | 1 | -5/+4 |
* | Move the loopback net check closer to the beginning of ip_input() so that | truckman | 2001-03-05 | 1 | -14/+26 |
* | During a flood, we don't call rtfree(), but we remove the entry ourselves. | bmilekic | 2001-03-04 | 1 | -13/+7 |
* | Disable interface checking for packets subject to "ipfw fwd". | truckman | 2001-03-04 | 1 | -3/+4 |
* | Disable interface checking when IP forwarding is engaged so that packets | truckman | 2001-03-04 | 1 | -10/+45 |
* | Add a new sysctl net.inet.ip.check_interface, which will verify that | jlemon | 2001-03-02 | 1 | -1/+5 |
* | Fix jails. | phk | 2001-02-28 | 1 | -0/+3 |
* | When iterating over our list of interface addresses in order to determine | jlemon | 2001-02-27 | 1 | -14/+18 |
* | The TCP header-specific section suffered a little bit of bitrot recently: | billf | 2001-02-27 | 1 | -1/+1 |
* | Use more aggressive retransmit timeouts for the initial SYN packet. | jlemon | 2001-02-26 | 1 | -1/+7 |
* | Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly. | jlemon | 2001-02-26 | 6 | -196/+72 |
* | Remove struct full_tcpiphdr{}. | asmodai | 2001-02-26 | 1 | -10/+0 |
* | Remove conditionals for vax support. | asmodai | 2001-02-26 | 1 | -5/+0 |
* | Remove tcp_drop_all_states, which is unneeded after jlemon removed it | jesper | 2001-02-25 | 1 | -1/+0 |
* | Do not delay a new ack if there already is a delayed ack pending on the | jlemon | 2001-02-25 | 2 | -10/+22 |
* | When converting soft error into a hard error, drop the connection. The | jlemon | 2001-02-23 | 2 | -6/+14 |
* | Allow ICMP unreachables which map into PRC_UNREACH_ADMIN_PROHIB to | jlemon | 2001-02-23 | 4 | -182/+38 |
* | Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.c | jesper | 2001-02-22 | 5 | -74/+95 |
* | Backout change in 1.153, as it violate rfc1122 section 3.2.1.3. | jesper | 2001-02-21 | 1 | -12/+1 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 4 | -15/+19 |
* | Only call in_pcbnotify if the src port number != 0, as we | jesper | 2001-02-20 | 3 | -0/+41 |
* | Send a ICMP unreachable instead of dropping the packet silent, if we | jesper | 2001-02-20 | 1 | -1/+12 |
* | Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotify | jesper | 2001-02-20 | 1 | -3/+1 |
* | Switch to using a struct xucred instead of a struct xucred when not | green | 2001-02-18 | 3 | -12/+40 |
* | Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotify | phk | 2001-02-18 | 4 | -39/+120 |
* | remove unused data structure definition, and corresponding macro into*() | luigi | 2001-02-18 | 1 | -10/+0 |
* | Clean up warning. | jlemon | 2001-02-15 | 1 | -1/+0 |
* | Add definitions for IPPROTO numbers 55-57. | asmodai | 2001-02-14 | 1 | -1/+3 |
* | Introduce a new feature in IPFW: Check of the source or destination | phk | 2001-02-13 | 2 | -1/+16 |
* | Clean up RST ratelimiting. Previously, ratelimiting occured before tests | bmilekic | 2001-02-11 | 5 | -78/+109 |
* | Sync with the bridge/dummynet/ipfw code already tested in stable. | luigi | 2001-02-10 | 4 | -59/+52 |
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
* | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | phk | 2001-02-06 | 1 | -1/+1 |
* | Fix bad patch from a few days ago. It broke some bridging. | julian | 2001-02-05 | 1 | -9/+10 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 5 | -14/+7 |
* | fix duplicate rcsid | darrenr | 2001-02-04 | 1 | -1/+0 |
* | fix conflicts | darrenr | 2001-02-04 | 14 | -114/+254 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 14 | -79/+77 |
* | Use <sys/queue.h> macro API. | phk | 2001-02-04 | 1 | -11/+8 |
* | Make the code act the same in the case of BRIDGE being defined, but not | julian | 2001-02-03 | 1 | -16/+26 |
* | When turning off TCP_NOPUSH, call tcp_output to immediately flush | jlemon | 2001-02-02 | 1 | -4/+14 |
* | MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately) | luigi | 2001-02-02 | 6 | -54/+77 |
* | Add a few ``const''s to silence some -Wwrite-strings warnings | brian | 2001-01-29 | 1 | -7/+9 |
* | Ignore leading witespace in the string given to PacketAliasProxyRule(). | brian | 2001-01-29 | 1 | -0/+1 |
* | Make sure we do not follow an invalid pointer in ipfw_report | luigi | 2001-01-27 | 1 | -1/+2 |
* | Minor cleanups after yesterday's patch. | luigi | 2001-01-26 | 2 | -8/+5 |
* | Bring dummynet in line with the code that now works in -STABLE. | luigi | 2001-01-26 | 2 | -129/+164 |
* | Pass up errors returned by dummynet. The same should be done with | luigi | 2001-01-25 | 1 | -3/+3 |