| Commit message (Expand) | Author | Age | Files | Lines |
| * | In m_megapullup() instead of reserving some space at the end of packet, | Gleb Smirnoff | 2013-03-17 | 1 | -10/+6 |
| * | Functions m_getm2() and m_get2() have different order of arguments, | Gleb Smirnoff | 2013-03-12 | 1 | -1/+1 |
| * | Remove LIBALIAS_LOCK_ASSERT(), including a couple with an uninitialzed | Gleb Smirnoff | 2013-03-11 | 1 | -6/+1 |
| * | - Move AUTHORS and ACKNOWLEDGEMENTS to the end of the page. | Gleb Smirnoff | 2013-01-31 | 1 | -33/+35 |
| * | Utilize m_get2() to get mbuf of appropriate size. | Gleb Smirnoff | 2013-01-30 | 1 | -15/+1 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -2/+2 |
| * | Avoid potential bad pointer dereference. | Ed Maste | 2012-10-17 | 1 | -1/+1 |
| * | Fix typo: s/pakcet/packet | Kevin Lo | 2012-09-20 | 1 | -1/+1 |
| * | mdoc: avoid nested displays. Fixes mandoc warnings. | Joel Dahl | 2012-06-13 | 1 | -4/+2 |
| * | Fix style nit: don't use leading zero for dates in .Dd | Eitan Adler | 2012-06-05 | 1 | -1/+1 |
| * | Remove unused inclusion of curses.h | Marcel Moolenaar | 2012-05-19 | 1 | -1/+0 |
| * | General mdoc(7) and typo fixes. | Glen Barber | 2012-05-11 | 1 | -3/+3 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -2/+2 |
| * | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | - General grammar and mdoc(7) fixes. [1] [2] | Glen Barber | 2011-07-04 | 1 | -65/+66 |
| * | Export AddLink() function from libalias. It can be used when custom | Andrey V. Elsukov | 2011-06-22 | 4 | -39/+127 |
| * | Document PKT_ALIAS_SKIP_GLOBAL option. | Andrey V. Elsukov | 2011-06-22 | 1 | -1/+11 |
| * | Implement "global" mode for ipfw nat. It is similar to natd(8) | Andrey V. Elsukov | 2011-06-14 | 1 | -0/+6 |
| * | Sort alias mode flags in the increasing order. | Andrey V. Elsukov | 2011-06-14 | 1 | -11/+11 |
| * | Fix indentation. | Andrey V. Elsukov | 2011-06-07 | 1 | -4/+4 |
| * | LibAliasInit() should allocate memory with M_WAITOK flag. Modify it | Gleb Smirnoff | 2011-04-18 | 1 | -0/+5 |
| * | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 1 | -1/+1 |
| * | Standardise all Swinburne related copyright/licence statements throughout the | Lawrence Stewart | 2010-11-12 | 2 | -22/+16 |
| * | The university does not require that its CRICOS number be included in source | Lawrence Stewart | 2010-11-12 | 2 | -4/+2 |
| * | Don't spam the console with loaded modules during boot and/or during | Nick Hibma | 2010-11-03 | 1 | -1/+0 |
| * | mdoc: drop even more redundant .Pp calls | Ulrich Spörlein | 2010-10-19 | 1 | -1/+0 |
| * | Don't use struct timezone. | Ed Schouten | 2010-08-08 | 1 | -4/+2 |
| * | machine/cpu.h isn't appropriate for this file,so remove it | Warner Losh | 2010-07-16 | 1 | -1/+0 |
| * | Remove extraneous semicolons, no functional changes. | Martin Blapp | 2010-01-07 | 2 | -2/+2 |
| * | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | Antoine Brodin | 2009-12-28 | 1 | -2/+2 |
| * | Move inet_aton() (specular to inet_ntoa(), already present in libkern) | Attilio Rao | 2009-11-12 | 1 | -104/+0 |
| * | Close a stream file descriptor leak. | Christian Brueffer | 2009-10-28 | 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 |