aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/libalias/alias_db.c
Commit message (Expand)AuthorAgeFilesLines
* libalias: add another check to previous changeEugene Grosbein2024-08-201-0/+3
* libalias: fix subtle racy problem in outside-inside forwardingEugene Grosbein2024-08-191-2/+9
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* libalias: fix divide by zero causing panicStefan Eßer2021-07-101-1/+1
* libalias: Remove a stray directiveLutz Donnerhacke2021-07-041-1/+0
* libalias: Fix API bug on initializationLutz Donnerhacke2021-07-031-3/+9
* libalias: Avoid uninitialized expirationLutz Donnerhacke2021-07-021-2/+0
* libalias: Fix compile time warning about unused functionsLutz Donnerhacke2021-06-231-403/+2
* libalias: Switch to efficient data structure for incoming trafficLutz Donnerhacke2021-06-191-41/+34
* libalias: Switch to efficient data structure for outgoing trafficLutz Donnerhacke2021-06-191-47/+34
* libalias: Restructure - Remove temporary state deleteAllLinks from global structLutz Donnerhacke2021-06-191-33/+25
* libalias: Restructure - Use AliasRange instead of PORT_BASELutz Donnerhacke2021-06-191-97/+74
* libalias: Restructure - Table for PPTPLutz Donnerhacke2021-06-191-167/+186
* libalias: Restructure - Group expire handling entriesLutz Donnerhacke2021-06-191-21/+23
* libalias: Restructure - Group incoming linksLutz Donnerhacke2021-06-191-92/+126
* libalias: Restructure - Cleanup and Use for linksLutz Donnerhacke2021-06-191-16/+17
* libalias: Restructure - Outgoing searchLutz Donnerhacke2021-06-191-27/+40
* libalias: Restructure - Cleanup _FindLinkInLutz Donnerhacke2021-06-191-25/+19
* libalias: Restructure - Table for partially linksLutz Donnerhacke2021-06-191-24/+50
* libalias: Restructure - Separate fully qualified searchLutz Donnerhacke2021-06-191-12/+17
* libalias: Restructure - Common search termsLutz Donnerhacke2021-06-191-24/+24
* libalias: Promote per instance global variable timeStampLutz Donnerhacke2021-06-191-21/+39
* libalias: tidy up housekeepingLutz Donnerhacke2021-06-101-59/+45
* libalias: Remove LibAliasCheckNewLinkLutz Donnerhacke2021-05-311-8/+0
* libalias: Remove unused function LibAliasCheckNewLinkLutz Donnerhacke2021-05-311-14/+3
* libalias: Fix nameing and initialization of a constantLutz Donnerhacke2021-05-301-13/+12
* libalias: replace placeholder with static constantLutz Donnerhacke2021-05-151-10/+14
* libalias: Style cleanupLutz Donnerhacke2021-05-151-223/+191
* Fix for natd(8) sending wrong sequence number after TCP retransmission,Hans Petter Selasky2021-02-221-4/+12
* Allow setting alias port ranges in libalias and ipfw. This will allow a systemNeel Chauhan2021-02-021-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