| Commit message (Expand) | Author | Age | Files | Lines |
* | Clear the target hardware address field when generating an ARP request. | tmm | 2003-01-10 | 1 | -0/+1 |
* | Validate inp before de-referencing it. | hsu | 2003-01-05 | 1 | -1/+1 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 5 | -5/+5 |
* | Correct mbuf packet header propagation. Previously, packet headers | sam | 2002-12-30 | 1 | -1/+10 |
* | Remove the PAWS ack-on-ack debugging printf(). | dillon | 2002-12-30 | 2 | -10/+4 |
* | correct style bogons | sam | 2002-12-30 | 1 | -4/+2 |
* | Bridged packets are supplied to the firewall with their IP header | iedowse | 2002-12-27 | 2 | -3/+14 |
* | Validate inp to prevent an use after free. | hsu | 2002-12-24 | 3 | -2/+29 |
* | o De-anonymity dummynet(4) and ipfw(4) messages, prepend them | maxim | 2002-12-24 | 2 | -45/+47 |
* | SMP locking for radix nodes. | hsu | 2002-12-24 | 1 | -0/+8 |
* | Remove forgotten INP_UNLOCK(inp) in my previous commit. | pb | 2002-12-22 | 1 | -1/+0 |
* | In syncache_timer(), don't attempt to lock the inpcb structure | pb | 2002-12-21 | 1 | -2/+0 |
* | replace the special-purpose rate-limiting code with the general facility | sam | 2002-12-21 | 1 | -38/+28 |
* | Eliminate a goto. | hsu | 2002-12-20 | 1 | -39/+36 |
* | Unravel a nested conditional. | hsu | 2002-12-20 | 2 | -42/+24 |
* | Expand scope of TCP protocol lock to cover syncache data structures. | hsu | 2002-12-20 | 1 | -2/+3 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | bmilekic | 2002-12-19 | 2 | -3/+3 |
* | Lock up ifaddr reference counts. | hsu | 2002-12-18 | 1 | -3/+5 |
* | Remove unused and incorrectly maintained variable "in_interfaces" | phk | 2002-12-17 | 1 | -4/+0 |
* | Fix syntax in last commit. | dillon | 2002-12-17 | 2 | -6/+6 |
* | o Trim EOL whitespaces. | maxim | 2002-12-15 | 2 | -24/+24 |
* | o s/if_name[16]/if_name[IFNAMSIZ]/ | maxim | 2002-12-15 | 1 | -1/+1 |
* | o M_DONTWAIT is mbuf(9) flag: malloc(M_DONTWAIT) -> malloc(M_NOWAIT). | maxim | 2002-12-15 | 1 | -7/+7 |
* | o Fix byte order logging issue: sa.sin_port is already in host byte order. | maxim | 2002-12-15 | 1 | -1/+1 |
* | Change tcp.inflight_min from 1024 to a production default of 6144. Create | dillon | 2002-12-14 | 2 | -8/+28 |
* | Bruce forwarded this tidbit from an analysis Van Jacobson did on an | dillon | 2002-12-14 | 2 | -2/+12 |
* | MFS: recognize gre packets used in the WCCP protocol. | sobomax | 2002-12-07 | 1 | -1/+2 |
* | Move fw_one_pass from ip_fw2.c to ip_input.c so that neither | luigi | 2002-11-20 | 2 | -1/+1 |
* | Back out some style changes. They are not urgent, | luigi | 2002-11-20 | 3 | -76/+95 |
* | Back out the ip_fragment() code -- it is not urgent to have it in now, | luigi | 2002-11-20 | 2 | -170/+143 |
* | Add a sysctl to control the generation of source quench packets, | silby | 2002-11-19 | 1 | -2/+20 |
* | Fix function headers and remove 'register' variable declarations. | luigi | 2002-11-17 | 1 | -29/+23 |
* | Move the ip_fragment code from ip_output() to a separate function, | luigi | 2002-11-17 | 2 | -143/+170 |
* | Minor documentation changes and indentation fix. | luigi | 2002-11-17 | 1 | -37/+26 |
* | Cleanup some of the comments, and reformat long lines. | luigi | 2002-11-17 | 1 | -29/+27 |
* | Massive cleanup of the ip_mroute code. | luigi | 2002-11-15 | 6 | -886/+594 |
* | track changes to not strip the Ethernet header from input packets | sam | 2002-11-14 | 1 | -8/+5 |
* | track bpf changes | sam | 2002-11-14 | 1 | -2/+2 |
* | Due to a memory alignment sizeof(struct ipfw_flow_id) is bigger than | maxim | 2002-11-13 | 1 | -1/+6 |
* | Turn off duplicate lock checking for inp locks because udp_input() | hsu | 2002-11-12 | 1 | -1/+1 |
* | a better solution to building FAST_IPSEC w/o INET6 | sam | 2002-11-10 | 2 | -8/+0 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 1 | -8/+8 |
* | temporarily disallow FAST_IPSEC and INET6 to avoid potential panics; | sam | 2002-11-08 | 1 | -0/+3 |
* | FAST_IPSEC fixups: | sam | 2002-11-08 | 1 | -5/+21 |
* | fixup FAST_IPSEC build w/o INET6 | sam | 2002-11-08 | 2 | -2/+8 |
* | correct fast ipsec logic: compare destination ip address against the | sam | 2002-11-08 | 1 | -1/+1 |
* | Cast a ptrdiff_t to an int to printf. | jhb | 2002-11-08 | 1 | -1/+1 |
* | - Consistently update snd_wl1, snd_wl2, and rcv_up in the header | jeff | 2002-10-31 | 2 | -2/+30 |
* | Don't need to check if SO_OOBINLINE is defined. | hsu | 2002-10-30 | 2 | -26/+16 |
* | Renumber IPPROTO_DIVERT out of the range of valid IP protocol numbers. | fenner | 2002-10-29 | 3 | -4/+19 |