summaryrefslogtreecommitdiffstats
path: root/sys/netinet/libalias
Commit message (Expand)AuthorAgeFilesLines
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-2/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* - General grammar and mdoc(7) fixes. [1] [2]gjb2011-07-041-65/+66
* Export AddLink() function from libalias. It can be used when customae2011-06-224-39/+127
* Document PKT_ALIAS_SKIP_GLOBAL option.ae2011-06-221-1/+11
* Implement "global" mode for ipfw nat. It is similar to natd(8)ae2011-06-141-0/+6
* Sort alias mode flags in the increasing order.ae2011-06-141-11/+11
* Fix indentation.ae2011-06-071-4/+4
* LibAliasInit() should allocate memory with M_WAITOK flag. Modify itglebius2011-04-181-0/+5
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Standardise all Swinburne related copyright/licence statements throughout thelstewart2010-11-122-22/+16
* The university does not require that its CRICOS number be included in sourcelstewart2010-11-122-4/+2
* Don't spam the console with loaded modules during boot and/or duringn_hibma2010-11-031-1/+0
* mdoc: drop even more redundant .Pp callsuqs2010-10-191-1/+0
* Don't use struct timezone.ed2010-08-081-4/+2
* machine/cpu.h isn't appropriate for this file,so remove itimp2010-07-161-1/+0
* Remove extraneous semicolons, no functional changes.mbr2010-01-072-2/+2
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-2/+2
* Move inet_aton() (specular to inet_ntoa(), already present in libkern)attilio2009-11-121-104/+0
* Close a stream file descriptor leak.brueffer2009-10-281-0/+1
* What's the point of adjusting a checksum if we are going to toss thepiso2009-04-111-7/+4
* Plug two bugs introduced with modules conversion:piso2009-04-112-7/+5
* Remove stale comments.piso2009-04-111-3/+0
* -don't pass down, to module's fingerprint function, unused data likepiso2009-04-0810-28/+34
* This commit fixes the issue with alias_sctp.c. Norrs2009-02-141-2/+39
* Add SCTP NAT support.piso2009-02-075-4/+2985
|\
| * Import sctp nat support in ipfw obtained from CAIA - http://caia.swin.edu.au.piso2008-12-286-8/+3105
* | Silent userland warnings about missing prototypes.piso2009-01-153-0/+3
|/
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-0/+2
* Improve the entropy of the source port randomization for network addresscsjp2008-08-301-6/+6
* Partially revert previous commit. DeleteLink() does not deletes permanentmav2008-06-221-1/+5
* Implement UDP transparent proxy support.mav2008-06-211-10/+76
* Add support for PORT/EPRT FTP commands in lowercase.mav2008-06-211-96/+21
* Increase LINK_TABLE_OUT_SIZE from 101 to 4001 like LINK_TABLE_IN_SIZEmav2008-06-012-70/+23
* Make m_megapullup() more intelligent:mav2008-06-011-12/+32
* Fix packet fragmentation support broken by copy/paste error in rev.1.60.mav2008-06-011-2/+2
* Fix build, together with a bit of style breakage.marck2008-05-021-1/+1
* Explicitate the newpacket size.piso2008-03-191-12/+13
* Don't abuse stack space while in kernel land, use heap instead.piso2008-03-171-5/+10
* -Don't pass down the entire pkt to ProtoAliasIn, ProtoAliasOut, FragmentInpiso2008-03-123-305/+43
* MFP4:piso2008-03-067-77/+67
* Simpler version of the previous commit.des2007-12-061-5/+2
* Fix strict alias warnings.jb2007-11-231-2/+5
* o Kill EOLWS while I'm here.maxim2007-04-301-2/+2
* o Fix strtoul() error conditions check.maxim2007-04-301-1/+1
* Prevent the usage of an uninitialized variable: do not acceptpiso2007-04-071-0/+11
* Silence Coverity about an unused variable.piso2007-04-071-1/+1
* Include string.h for non-kernel builds to get proper memcpy prototype.kan2007-04-041-0/+1
* Include string.h for non-kernel builds to get proper strcpy, strlenkan2007-04-041-0/+1
* Do not assign result of (char *) cast to u_char * variable.kan2007-04-041-1/+1
OpenPOWER on IntegriCloud