| Commit message (Expand) | Author | Age | Files | Lines |
* | - When carp interface is destroyed, and it affects global preemption | glebius | 2005-05-15 | 1 | -1/+12 |
* | Fix for a bug where the "nexthole" sack hint is out of sync with the | ps | 2005-05-13 | 1 | -0/+2 |
* | In div_output() explicitly set m->m_nextpkt to NULL. If divert socket | glebius | 2005-05-13 | 1 | -0/+5 |
* | When looking for the next hole to retransmit from the scoreboard, | ps | 2005-05-11 | 5 | -82/+134 |
* | Fix two issues which were missed in FreeBSD-SA-05:08.kmem. | cperciva | 2005-05-07 | 2 | -0/+4 |
* | Add a workaround for 64-bit archs: store unsigned long return value in | glebius | 2005-05-06 | 1 | -3/+6 |
* | s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT and | glebius | 2005-05-06 | 6 | -49/+49 |
* | If we are going to | cperciva | 2005-05-06 | 3 | -0/+3 |
* | More bits for kernel version: | glebius | 2005-05-05 | 1 | -1/+107 |
* | Always include alias.h before alias_local.h | glebius | 2005-05-05 | 9 | -8/+11 |
* | When used in kernel define NO_FW_PUNCH, NO_LOGGING, NO_USE_SOCKETS. | glebius | 2005-05-05 | 1 | -0/+9 |
* | Fix argument order for bcopy() in last commit. | glebius | 2005-05-05 | 1 | -1/+1 |
* | Use bcopy() instead of memmove(). | glebius | 2005-05-05 | 1 | -1/+1 |
* | Hide fflush(3) under ifdef DEBUG. | glebius | 2005-05-05 | 1 | -2/+2 |
* | Things required to build libalias as kernel module: | glebius | 2005-05-05 | 2 | -0/+74 |
* | Add NO_USE_SOCKETS knob, which cuts off functionality socket binding. | glebius | 2005-05-05 | 2 | -8/+18 |
* | Add NO_LOGGING knob, which cuts off functionality of debug logging to a file. | glebius | 2005-05-05 | 3 | -15/+19 |
* | Play with includes so that libalias can be compiled both as userland | glebius | 2005-05-05 | 12 | -33/+159 |
* | If we don't get a suggested MTU during path MTU discovery | andre | 2005-05-04 | 2 | -18/+40 |
* | Cleanup IPFW2 ifdefs. | glebius | 2005-05-04 | 1 | -58/+0 |
* | Makefile is not needed here. | glebius | 2005-05-04 | 1 | -14/+0 |
* | Add another step of 1280 (gif(4) tunnels) to ip_next_mtu(). | andre | 2005-05-04 | 1 | -2/+2 |
* | IPFW version 2 is the only option in HEAD and RELENG_5. | glebius | 2005-05-04 | 3 | -24/+0 |
* | Pass icmp_error() the MTU argument directly instead of | andre | 2005-05-04 | 4 | -29/+19 |
* | Remove now unused inirw variable from previous use of COMMON_END(). | rwatson | 2005-05-01 | 1 | -1/+0 |
* | Fix typo in last commit. | grehan | 2005-05-01 | 1 | -1/+1 |
* | Slide unlocking of the tcbinfo lock earlier in tcp_usr_send(), as it's | rwatson | 2005-05-01 | 1 | -2/+13 |
* | Introduce a struct icmphdr which contains the type, code, and cksum | brooks | 2005-04-26 | 2 | -9/+16 |
* | Remove some code that snuck in by accident. | ps | 2005-04-21 | 1 | -5/+0 |
* | Fix for interaction problems between TCP SACK and TCP Signature. | ps | 2005-04-21 | 2 | -55/+106 |
* | Undo rev 1.71 as it is the wrong change. | ps | 2005-04-21 | 1 | -10/+7 |
* | - Make the sack scoreboard logic use the TAILQ macros. This improves | ps | 2005-04-21 | 4 | -80/+44 |
* | Fix for 2 bugs related to TCP Signatures : | ps | 2005-04-21 | 1 | -7/+10 |
* | Move Path MTU discovery ICMP processing from icmp_input() to | andre | 2005-04-21 | 4 | -59/+74 |
* | Ignore ICMP Source Quench messages for TCP sessions. Source Quench is | andre | 2005-04-21 | 4 | -51/+23 |
* | Remove anti-LOR bandaid, it is not needed now. | glebius | 2005-04-20 | 1 | -21/+0 |
* | Make DUMMYNET compile without INET6 | phk | 2005-04-19 | 1 | -0/+8 |
* | typo | phk | 2005-04-19 | 1 | -1/+1 |
* | Make IPFIREWALL compile without INET6 | phk | 2005-04-19 | 1 | -3/+18 |
* | Add IPv6 support to IPFW and Dummynet. | brooks | 2005-04-18 | 5 | -48/+505 |
* | Rewrite of tcp_update_sack_list() to make it simpler and more readable | ps | 2005-04-18 | 1 | -74/+67 |
* | Centralized finding the protocol header in IP packets in preperation for | brooks | 2005-04-15 | 1 | -92/+109 |
* | Fix for a TCP SACK bug where more than (win/2) bytes could have been | ps | 2005-04-14 | 4 | -3/+76 |
* | - Tighten up the Timestamp checks to prevent a spoofed segment from | ps | 2005-04-10 | 3 | -6/+47 |
* | - If the reassembly queue limit was reached or if we couldn't allocate | ps | 2005-04-10 | 4 | -2/+8 |
* | When the rightmost SACK block expands, rcv_lastsack should be updated. | ps | 2005-04-10 | 1 | -0/+2 |
* | Remove some unused sack fields. | ps | 2005-04-10 | 1 | -3/+0 |
* | o Nano optimize ip_reass() code path for the first fragment: do not | maxim | 2005-04-08 | 1 | -5/+3 |
* | o Tweak the comment a bit. | maxim | 2005-04-08 | 1 | -1/+1 |
* | o Disable random port allocation when ip.portrange.first == | maxim | 2005-04-08 | 1 | -0/+6 |