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