summaryrefslogtreecommitdiffstats
path: root/sys/netinet/libalias
Commit message (Expand)AuthorAgeFilesLines
* In m_megapullup() instead of reserving some space at the end of packet,glebius2013-03-171-10/+6
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-1/+1
* Remove LIBALIAS_LOCK_ASSERT(), including a couple with an uninitialzedglebius2013-03-111-6/+1
* - Move AUTHORS and ACKNOWLEDGEMENTS to the end of the page.glebius2013-01-311-33/+35
* Utilize m_get2() to get mbuf of appropriate size.glebius2013-01-301-15/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Avoid potential bad pointer dereference.emaste2012-10-171-1/+1
* Fix typo: s/pakcet/packetkevlo2012-09-201-1/+1
* mdoc: avoid nested displays. Fixes mandoc warnings.joel2012-06-131-4/+2
* Fix style nit: don't use leading zero for dates in .Ddeadler2012-06-051-1/+1
* Remove unused inclusion of curses.hmarcel2012-05-191-1/+0
* General mdoc(7) and typo fixes.gjb2012-05-111-3/+3
* 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
OpenPOWER on IntegriCloud