| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r223437: | Andrey V. Elsukov | 2011-07-28 | 4 | -39/+127 |
| * | MFC r223080: | Andrey V. Elsukov | 2011-07-28 | 1 | -0/+6 |
| * | MFC 223773: | Glen Barber | 2011-07-26 | 1 | -59/+56 |
| * | Merge from head/ 220800,220837,220914: | Gleb Smirnoff | 2011-07-08 | 1 | -0/+5 |
| * | MFC r218909: | Rebecca Cran | 2011-02-24 | 1 | -1/+1 |
| * | MFC r214754: | Nick Hibma | 2010-11-22 | 1 | -1/+0 |
| * | MFC r215153: | Lawrence Stewart | 2010-11-16 | 2 | -22/+16 |
| * | MFC r215152: | Lawrence Stewart | 2010-11-15 | 2 | -4/+2 |
| * | MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, | Matt Jacob | 2010-02-11 | 2 | -2/+2 |
| * | MFC r201145 to stable/8: | Antoine Brodin | 2010-01-30 | 1 | -2/+2 |
| * | MFC r199208, r199223: | Attilio Rao | 2009-11-22 | 1 | -104/+0 |
| * | MFC: r198539 | Christian Brueffer | 2009-11-04 | 1 | -0/+1 |
| * | What's the point of adjusting a checksum if we are going to toss the | Paolo Pisati | 2009-04-11 | 1 | -7/+4 |
| * | Plug two bugs introduced with modules conversion: | Paolo Pisati | 2009-04-11 | 2 | -7/+5 |
| * | Remove stale comments. | Paolo Pisati | 2009-04-11 | 1 | -3/+0 |
| * | -don't pass down, to module's fingerprint function, unused data like | Paolo Pisati | 2009-04-08 | 10 | -28/+34 |
| * | This commit fixes the issue with alias_sctp.c. No | Randall Stewart | 2009-02-14 | 1 | -2/+39 |
| * | Add SCTP NAT support. | Paolo Pisati | 2009-02-07 | 5 | -4/+2985 |
| * | Silent userland warnings about missing prototypes. | Paolo Pisati | 2009-01-15 | 3 | -0/+3 |
| * | Conditionally compile out V_ globals while instantiating the appropriate | Marko Zec | 2008-12-10 | 1 | -0/+2 |
| * | Improve the entropy of the source port randomization for network address | Christian S.J. Peron | 2008-08-30 | 1 | -6/+6 |
| * | Partially revert previous commit. DeleteLink() does not deletes permanent | Alexander Motin | 2008-06-22 | 1 | -1/+5 |
| * | Implement UDP transparent proxy support. | Alexander Motin | 2008-06-21 | 1 | -10/+76 |
| * | Add support for PORT/EPRT FTP commands in lowercase. | Alexander Motin | 2008-06-21 | 1 | -96/+21 |
| * | Increase LINK_TABLE_OUT_SIZE from 101 to 4001 like LINK_TABLE_IN_SIZE | Alexander Motin | 2008-06-01 | 2 | -70/+23 |
| * | Make m_megapullup() more intelligent: | Alexander Motin | 2008-06-01 | 1 | -12/+32 |
| * | Fix packet fragmentation support broken by copy/paste error in rev.1.60. | Alexander Motin | 2008-06-01 | 1 | -2/+2 |
| * | Fix build, together with a bit of style breakage. | Dmitry Morozovsky | 2008-05-02 | 1 | -1/+1 |
| * | Explicitate the newpacket size. | Paolo Pisati | 2008-03-19 | 1 | -12/+13 |
| * | Don't abuse stack space while in kernel land, use heap instead. | Paolo Pisati | 2008-03-17 | 1 | -5/+10 |
| * | -Don't pass down the entire pkt to ProtoAliasIn, ProtoAliasOut, FragmentIn | Paolo Pisati | 2008-03-12 | 3 | -305/+43 |
| * | MFP4: | Paolo Pisati | 2008-03-06 | 7 | -77/+67 |
| * | Simpler version of the previous commit. | Dag-Erling Smørgrav | 2007-12-06 | 1 | -5/+2 |
| * | Fix strict alias warnings. | John Birrell | 2007-11-23 | 1 | -2/+5 |
| * | o Kill EOLWS while I'm here. | Maxim Konovalov | 2007-04-30 | 1 | -2/+2 |
| * | o Fix strtoul() error conditions check. | Maxim Konovalov | 2007-04-30 | 1 | -1/+1 |
| * | Prevent the usage of an uninitialized variable: do not accept | Paolo Pisati | 2007-04-07 | 1 | -0/+11 |
| * | Silence Coverity about an unused variable. | Paolo Pisati | 2007-04-07 | 1 | -1/+1 |
| * | Include string.h for non-kernel builds to get proper memcpy prototype. | Alexander Kabaev | 2007-04-04 | 1 | -0/+1 |
| * | Include string.h for non-kernel builds to get proper strcpy, strlen | Alexander Kabaev | 2007-04-04 | 1 | -0/+1 |
| * | Do not assign result of (char *) cast to u_char * variable. | Alexander Kabaev | 2007-04-04 | 1 | -1/+1 |
| * | o made in kernel libalias mpsafe | Paolo Pisati | 2006-12-15 | 6 | -94/+327 |
| * | Make libalias.conf parsing a bit smarter. | Paolo Pisati | 2006-12-01 | 1 | -10/+18 |
| * | Remove m_megapullup from ng_nat and put it under libalias. | Paolo Pisati | 2006-12-01 | 2 | -0/+41 |
| * | Fix TFTP NAT support by making sure the appropriate fingerprinting checks | Joe Marcus Clarke | 2006-11-07 | 1 | -2/+4 |
| * | Merge the rest of my changes. | Ruslan Ermilov | 2006-10-11 | 1 | -13/+26 |
| * | Various mdoc and grammar fixes. | Paolo Pisati | 2006-10-08 | 1 | -275/+278 |
| * | Compilation. | Paolo Pisati | 2006-09-27 | 1 | -1/+1 |
| * | Summer of Code 2005: improve libalias - part 1 of 2 | Paolo Pisati | 2006-09-26 | 18 | -266/+2052 |
| * | o Kill BUGS section as it is not valid since rev. 1.4 alias_pptp.c. | Maxim Konovalov | 2006-07-04 | 1 | -6/+1 |