aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/libalias
Commit message (Expand)AuthorAgeFilesLines
* Merge r248158:Gleb Smirnoff2013-06-241-6/+1
* MFC r227293 (by ed):Alexander Motin2013-04-051-1/+1
* MFC: r227309 (partial)Marius Strobl2013-03-091-2/+2
* MFC r241648: Avoid potential bad pointer dereference.Ed Maste2012-11-191-1/+1
* MFC r236596:Eitan Adler2012-09-021-1/+1
* MFC r235286:Glen Barber2012-05-181-3/+3
* - General grammar and mdoc(7) fixes. [1] [2]Glen Barber2011-07-041-65/+66
* Export AddLink() function from libalias. It can be used when customAndrey V. Elsukov2011-06-224-39/+127
* Document PKT_ALIAS_SKIP_GLOBAL option.Andrey V. Elsukov2011-06-221-1/+11
* Implement "global" mode for ipfw nat. It is similar to natd(8)Andrey V. Elsukov2011-06-141-0/+6
* Sort alias mode flags in the increasing order.Andrey V. Elsukov2011-06-141-11/+11
* Fix indentation.Andrey V. Elsukov2011-06-071-4/+4
* LibAliasInit() should allocate memory with M_WAITOK flag. Modify itGleb Smirnoff2011-04-181-0/+5
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Standardise all Swinburne related copyright/licence statements throughout theLawrence Stewart2010-11-122-22/+16
* The university does not require that its CRICOS number be included in sourceLawrence Stewart2010-11-122-4/+2
* Don't spam the console with loaded modules during boot and/or duringNick Hibma2010-11-031-1/+0
* mdoc: drop even more redundant .Pp callsUlrich Spörlein2010-10-191-1/+0
* Don't use struct timezone.Ed Schouten2010-08-081-4/+2
* machine/cpu.h isn't appropriate for this file,so remove itWarner Losh2010-07-161-1/+0
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-072-2/+2
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-2/+2
* Move inet_aton() (specular to inet_ntoa(), already present in libkern)Attilio Rao2009-11-121-104/+0
* Close a stream file descriptor leak.Christian Brueffer2009-10-281-0/+1
* What's the point of adjusting a checksum if we are going to toss thePaolo Pisati2009-04-111-7/+4
* Plug two bugs introduced with modules conversion:Paolo Pisati2009-04-112-7/+5
* Remove stale comments.Paolo Pisati2009-04-111-3/+0
* -don't pass down, to module's fingerprint function, unused data likePaolo Pisati2009-04-0810-28/+34
* This commit fixes the issue with alias_sctp.c. NoRandall Stewart2009-02-141-2/+39
* Add SCTP NAT support.Paolo Pisati2009-02-075-4/+2985
* Silent userland warnings about missing prototypes.Paolo Pisati2009-01-153-0/+3
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-0/+2
* Improve the entropy of the source port randomization for network addressChristian S.J. Peron2008-08-301-6/+6
* Partially revert previous commit. DeleteLink() does not deletes permanentAlexander Motin2008-06-221-1/+5
* Implement UDP transparent proxy support.Alexander Motin2008-06-211-10/+76
* Add support for PORT/EPRT FTP commands in lowercase.Alexander Motin2008-06-211-96/+21
* Increase LINK_TABLE_OUT_SIZE from 101 to 4001 like LINK_TABLE_IN_SIZEAlexander Motin2008-06-012-70/+23
* Make m_megapullup() more intelligent:Alexander Motin2008-06-011-12/+32
* Fix packet fragmentation support broken by copy/paste error in rev.1.60.Alexander Motin2008-06-011-2/+2
* Fix build, together with a bit of style breakage.Dmitry Morozovsky2008-05-021-1/+1
* Explicitate the newpacket size.Paolo Pisati2008-03-191-12/+13
* Don't abuse stack space while in kernel land, use heap instead.Paolo Pisati2008-03-171-5/+10
* -Don't pass down the entire pkt to ProtoAliasIn, ProtoAliasOut, FragmentInPaolo Pisati2008-03-123-305/+43
* MFP4:Paolo Pisati2008-03-067-77/+67
* Simpler version of the previous commit.Dag-Erling Smørgrav2007-12-061-5/+2
* Fix strict alias warnings.John Birrell2007-11-231-2/+5
* o Kill EOLWS while I'm here.Maxim Konovalov2007-04-301-2/+2
* o Fix strtoul() error conditions check.Maxim Konovalov2007-04-301-1/+1
* Prevent the usage of an uninitialized variable: do not acceptPaolo Pisati2007-04-071-0/+11
* Silence Coverity about an unused variable.Paolo Pisati2007-04-071-1/+1