aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/libalias/alias_db.c
Commit message (Expand)AuthorAgeFilesLines
* libalias: Style cleanupLutz Donnerhacke2021-05-291-223/+191
* MFC 9febbc454190:Hans Petter Selasky2021-03-031-4/+12
* Allow setting alias port ranges in libalias and ipfw.Neel Chauhan2021-02-171-3/+27
* libalias: Fix -Wcast-align compiler warningsAlex Richardson2021-01-191-2/+2
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-74/+5
* netinet/libalias: Fix typo in debug messageConrad Meyer2020-02-031-1/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* netinet: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-3/+3
* Cleanup alias module handler register/unregister.Gleb Smirnoff2013-12-251-11/+3
* Provide includes that are needed in these files, and before were readGleb Smirnoff2013-10-261-0/+1
* Remove LIBALIAS_LOCK_ASSERT(), including a couple with an uninitialzedGleb Smirnoff2013-03-111-6/+1
* Export AddLink() function from libalias. It can be used when customAndrey V. Elsukov2011-06-221-18/+6
* LibAliasInit() should allocate memory with M_WAITOK flag. Modify itGleb Smirnoff2011-04-181-0/+5
* Don't use struct timezone.Ed Schouten2010-08-081-4/+2
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Add SCTP NAT support.Paolo Pisati2009-02-071-2/+59
* 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
* Increase LINK_TABLE_OUT_SIZE from 101 to 4001 like LINK_TABLE_IN_SIZEAlexander Motin2008-06-011-67/+22
* MFP4:Paolo Pisati2008-03-061-23/+11
* Silence Coverity about an unused variable.Paolo Pisati2007-04-071-1/+1
* o made in kernel libalias mpsafePaolo Pisati2006-12-151-16/+116
* Summer of Code 2005: improve libalias - part 1 of 2Paolo Pisati2006-09-261-66/+83
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseAndre Oppermann2005-09-191-3/+3
* s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT andGleb Smirnoff2005-05-061-14/+14
* Things required to build libalias as kernel module:Gleb Smirnoff2005-05-051-0/+61
* Add NO_USE_SOCKETS knob, which cuts off functionality socket binding.Gleb Smirnoff2005-05-051-7/+16
* Add NO_LOGGING knob, which cuts off functionality of debug logging to a file.Gleb Smirnoff2005-05-051-14/+15
* Play with includes so that libalias can be compiled both as userlandGleb Smirnoff2005-05-051-9/+23
* Cleanup IPFW2 ifdefs.Gleb Smirnoff2005-05-041-58/+0
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to anDag-Erling Smørgrav2004-07-061-3/+3
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesDag-Erling Smørgrav2004-07-051-379/+383
* Parenthesize return values.Dag-Erling Smørgrav2004-07-051-24/+24
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2004-07-051-60/+60
* Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav2004-03-161-1710/+1580
* Mostly mechanical rework of libalias:Poul-Henning Kamp2004-01-171-391/+347
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.Joe Marcus Clarke2003-09-231-0/+8
* Fixed -Wpointer-arith warning.Ruslan Ermilov2003-09-091-1/+1
* A new API function PacketAliasRedirectDynamic() can be usedRuslan Ermilov2003-06-011-0/+15
* Make the PacketAliasSetAddress() function call optional. If itRuslan Ermilov2003-06-011-6/+10
* Move IPFW2 definition before including ip_fw.hLuigi Rizzo2002-07-181-32/+30
* Fix a bug caused by dereferencing an invalid pointer whenLuigi Rizzo2002-07-081-62/+65
* Remove trailing whitespaceBrian Somers2002-07-011-35/+35
* The new ipfw code.Luigi Rizzo2002-06-271-0/+118
* cmott@scientech.com -> cm@linktel.netBrian Somers2001-11-031-1/+1
* Add __FBSDID's to libaliasMatthew Dillon2001-09-301-2/+3
* Make the copyright consistent.Brian Somers2001-08-201-3/+0
* Add BSD-style copyright headersBrian Somers2001-06-041-3/+31
* Add an integer field to keep protocol-specific flags with links.Ruslan Ermilov2001-05-301-9/+7