| Commit message (Expand) | Author | Age | Files | Lines |
* | libalias: Style cleanup | Lutz Donnerhacke | 2021-05-29 | 1 | -223/+191 |
* | MFC 9febbc454190: | Hans Petter Selasky | 2021-03-03 | 1 | -4/+12 |
* | Allow setting alias port ranges in libalias and ipfw. | Neel Chauhan | 2021-02-17 | 1 | -3/+27 |
* | libalias: Fix -Wcast-align compiler warnings | Alex Richardson | 2021-01-19 | 1 | -2/+2 |
* | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -74/+5 |
* | netinet/libalias: Fix typo in debug message | Conrad Meyer | 2020-02-03 | 1 | -1/+1 |
* | sys: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | netinet: for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-15 | 1 | -3/+3 |
* | Cleanup alias module handler register/unregister. | Gleb Smirnoff | 2013-12-25 | 1 | -11/+3 |
* | Provide includes that are needed in these files, and before were read | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
* | Remove LIBALIAS_LOCK_ASSERT(), including a couple with an uninitialzed | Gleb Smirnoff | 2013-03-11 | 1 | -6/+1 |
* | Export AddLink() function from libalias. It can be used when custom | Andrey V. Elsukov | 2011-06-22 | 1 | -18/+6 |
* | LibAliasInit() should allocate memory with M_WAITOK flag. Modify it | Gleb Smirnoff | 2011-04-18 | 1 | -0/+5 |
* | Don't use struct timezone. | Ed Schouten | 2010-08-08 | 1 | -4/+2 |
* | Remove extraneous semicolons, no functional changes. | Martin Blapp | 2010-01-07 | 1 | -1/+1 |
* | Add SCTP NAT support. | Paolo Pisati | 2009-02-07 | 1 | -2/+59 |
* | 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 |
* | Increase LINK_TABLE_OUT_SIZE from 101 to 4001 like LINK_TABLE_IN_SIZE | Alexander Motin | 2008-06-01 | 1 | -67/+22 |
* | MFP4: | Paolo Pisati | 2008-03-06 | 1 | -23/+11 |
* | Silence Coverity about an unused variable. | Paolo Pisati | 2007-04-07 | 1 | -1/+1 |
* | o made in kernel libalias mpsafe | Paolo Pisati | 2006-12-15 | 1 | -16/+116 |
* | Summer of Code 2005: improve libalias - part 1 of 2 | Paolo Pisati | 2006-09-26 | 1 | -66/+83 |
* | Use monotonic 'time_uptime' instead of 'time_second' as timebase | Andre Oppermann | 2005-09-19 | 1 | -3/+3 |
* | s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT and | Gleb Smirnoff | 2005-05-06 | 1 | -14/+14 |
* | Things required to build libalias as kernel module: | Gleb Smirnoff | 2005-05-05 | 1 | -0/+61 |
* | Add NO_USE_SOCKETS knob, which cuts off functionality socket binding. | Gleb Smirnoff | 2005-05-05 | 1 | -7/+16 |
* | Add NO_LOGGING knob, which cuts off functionality of debug logging to a file. | Gleb Smirnoff | 2005-05-05 | 1 | -14/+15 |
* | Play with includes so that libalias can be compiled both as userland | Gleb Smirnoff | 2005-05-05 | 1 | -9/+23 |
* | Cleanup IPFW2 ifdefs. | Gleb Smirnoff | 2005-05-04 | 1 | -58/+0 |
* | Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an | Dag-Erling Smørgrav | 2004-07-06 | 1 | -3/+3 |
* | Make libalias WARNS?=6-clean. This mostly involves renaming variables | Dag-Erling Smørgrav | 2004-07-05 | 1 | -379/+383 |
* | Parenthesize return values. | Dag-Erling Smørgrav | 2004-07-05 | 1 | -24/+24 |
* | Mechanical whitespace cleanup. | Dag-Erling Smørgrav | 2004-07-05 | 1 | -60/+60 |
* | Run through indent(1) so I can read the code without getting a headache. | Dag-Erling Smørgrav | 2004-03-16 | 1 | -1710/+1580 |
* | Mostly mechanical rework of libalias: | Poul-Henning Kamp | 2004-01-17 | 1 | -391/+347 |
* | Add Cisco Skinny Station protocol support to libalias, natd, and ppp. | Joe Marcus Clarke | 2003-09-23 | 1 | -0/+8 |
* | Fixed -Wpointer-arith warning. | Ruslan Ermilov | 2003-09-09 | 1 | -1/+1 |
* | A new API function PacketAliasRedirectDynamic() can be used | Ruslan Ermilov | 2003-06-01 | 1 | -0/+15 |
* | Make the PacketAliasSetAddress() function call optional. If it | Ruslan Ermilov | 2003-06-01 | 1 | -6/+10 |
* | Move IPFW2 definition before including ip_fw.h | Luigi Rizzo | 2002-07-18 | 1 | -32/+30 |
* | Fix a bug caused by dereferencing an invalid pointer when | Luigi Rizzo | 2002-07-08 | 1 | -62/+65 |
* | Remove trailing whitespace | Brian Somers | 2002-07-01 | 1 | -35/+35 |
* | The new ipfw code. | Luigi Rizzo | 2002-06-27 | 1 | -0/+118 |
* | cmott@scientech.com -> cm@linktel.net | Brian Somers | 2001-11-03 | 1 | -1/+1 |
* | Add __FBSDID's to libalias | Matthew Dillon | 2001-09-30 | 1 | -2/+3 |
* | Make the copyright consistent. | Brian Somers | 2001-08-20 | 1 | -3/+0 |
* | Add BSD-style copyright headers | Brian Somers | 2001-06-04 | 1 | -3/+31 |
* | Add an integer field to keep protocol-specific flags with links. | Ruslan Ermilov | 2001-05-30 | 1 | -9/+7 |