| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a problem in the Skinny ALG where a specially crafted packet could cause | Joe Marcus Clarke | 2005-03-03 | 1 | -4/+4 |
| * | Fix typo. Unbreak build. Take pointy hat. | Gleb Smirnoff | 2005-03-02 | 1 | -1/+1 |
| * | Add more locking when reading/writing to carp softc. When carp softc is | Gleb Smirnoff | 2005-03-01 | 1 | -31/+140 |
| * | - Add carp_mtx. Use it to protect list of all carp interfaces. | Gleb Smirnoff | 2005-03-01 | 1 | -18/+20 |
| * | Use NET_CALLOUT_MPSAFE macro. | Gleb Smirnoff | 2005-03-01 | 6 | -25/+17 |
| * | Revert change to struct ifnet. Use ifnet pointer in softc. Embedding | Gleb Smirnoff | 2005-03-01 | 1 | -1/+1 |
| * | Remove debugging printf. | Gleb Smirnoff | 2005-03-01 | 1 | -1/+0 |
| * | Support running carp(4) over a vlan(4) parent interface. | Yaroslav Tykhiy | 2005-02-28 | 1 | -1/+2 |
| * | Remove unused field from carp softc. | Gleb Smirnoff | 2005-02-28 | 1 | -3/+0 |
| * | Fix tcpdump(8) on carp(4) interface: | Gleb Smirnoff | 2005-02-28 | 1 | -16/+5 |
| * | If the receiver sends an ack that is out of [snd_una, snd_max], | Paul Saab | 2005-02-27 | 1 | -0/+3 |
| * | Unbreak the build. carp_iamatch6 and carp_macmatch6 are not supposed to be | Max Laier | 2005-02-27 | 1 | -2/+2 |
| * | Remove carp_softc.sc_ifp member in favor of union pointers in struct ifnet. | Gleb Smirnoff | 2005-02-26 | 1 | -21/+21 |
| * | Staticize local functions. | Gleb Smirnoff | 2005-02-26 | 1 | -53/+53 |
| * | New lines when logging. | Gleb Smirnoff | 2005-02-25 | 1 | -17/+18 |
| * | Embrace macros with do {} while (0) | Gleb Smirnoff | 2005-02-25 | 1 | -2/+4 |
| * | Call carp_carpdev_state() from carp_set_addr6(). See log for rev 1.4. | Gleb Smirnoff | 2005-02-25 | 1 | -1/+1 |
| * | Improve logging: | Gleb Smirnoff | 2005-02-25 | 1 | -38/+52 |
| * | Fix problem when master comes up with one interface down, and preempts | Gleb Smirnoff | 2005-02-24 | 1 | -2/+2 |
| * | fix potential invalid index into ip_protox array | Sam Leffler | 2005-02-23 | 1 | -2/+2 |
| * | Unbreak CARP build on 64-bit architectures. | Maxime Henrion | 2005-02-23 | 1 | -1/+1 |
| * | Bring back the full packet destination manipulation for 'ipfw fwd' | Andre Oppermann | 2005-02-22 | 2 | -1/+17 |
| * | Remove promisc counter from parent interface in carp_clone_destroy(), | Gleb Smirnoff | 2005-02-22 | 1 | -0/+1 |
| * | Add CARP (Common Address Redundancy Protocol), which allows multiple | Gleb Smirnoff | 2005-02-22 | 7 | -5/+2259 |
| * | We can make code simplier after last change. | Gleb Smirnoff | 2005-02-22 | 1 | -2/+2 |
| * | In in_pcbconnect_setup() jailed sockets are treated specially: if local | Gleb Smirnoff | 2005-02-22 | 1 | -0/+5 |
| * | In in_pcbconnect_setup() remove a check that route points at | Gleb Smirnoff | 2005-02-22 | 1 | -4/+2 |
| * | In the current world order, solisten() implements the state transition of | Robert Watson | 2005-02-21 | 1 | -4/+14 |
| * | Remove 2 (SACK) fields from the tcpcb. These are only used by a | Paul Saab | 2005-02-17 | 4 | -20/+13 |
| * | Fix for a SACK (receiver) bug where incorrect SACK blocks are | Paul Saab | 2005-02-16 | 2 | -8/+10 |
| * | - Retransmit just one segment on initiation of SACK recovery. | Paul Saab | 2005-02-14 | 3 | -42/+18 |
| * | o Add handling of an IPv4-mapped IPv6 address. | Maxim Konovalov | 2005-02-14 | 4 | -92/+196 |
| * | Jump to common action checks after doing specific once. This fixes adding | Gleb Smirnoff | 2005-02-06 | 1 | -0/+5 |
| * | o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8) | Maxim Konovalov | 2005-02-06 | 2 | -1/+93 |
| * | Add a ng_ipfw node, implementing a quick and simple interface between | Gleb Smirnoff | 2005-02-05 | 3 | -0/+77 |
| * | teach scope of IPv6 address to net.inet6.tcp6.getcred. | Hajimu UMEMOTO | 2005-02-04 | 2 | -8/+20 |
| * | Update an additional reference to the rate of ISN tick callouts that was | Robert Watson | 2005-01-31 | 2 | -2/+2 |
| * | Change the state allocator from using regular malloc to using | Christian S.J. Peron | 2005-01-31 | 1 | -2/+7 |
| * | Have tcp_isn_tick() fire 100 times a second, rather than HZ times a | Robert Watson | 2005-01-30 | 2 | -2/+2 |
| * | Prefer (NULL) spelling of (0) for pointers. | Robert Watson | 2005-01-30 | 1 | -9/+9 |
| * | Remove clause three from tcp_syncache.c license per permission of | Robert Watson | 2005-01-30 | 1 | -6/+3 |
| * | Correctly move the packet header in ip_insertoptions(). | Alan Cox | 2005-01-23 | 1 | -1/+2 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-20 | 1 | -5/+5 |
| * | - Reduce number of arguments passed to dummynet_io(), we already have cookie | Gleb Smirnoff | 2005-01-16 | 3 | -8/+5 |
| * | o Clean up interface between ip_fw_chk() and its callers: | Gleb Smirnoff | 2005-01-14 | 3 | -82/+109 |
| * | Fix a TCP SACK related crash resulting from incorrect computation | Paul Saab | 2005-01-12 | 1 | -6/+16 |
| * | include "alias.h", not <alias.h> | Brian Somers | 2005-01-10 | 1 | -1/+1 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 67 | -70/+70 |
| * | Add a sysctl (net.inet.tcp.insecure_rst) which allows one to specify | Mike Silbersack | 2005-01-03 | 2 | -2/+14 |
| * | Port randomization leads to extremely fast port reuse at high | Mike Silbersack | 2005-01-02 | 4 | -4/+69 |