aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/libalias
Commit message (Expand)AuthorAgeFilesLines
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-07-251-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2517-17/+17
* libalias: improve handling of invalid SCTP packetsMichael Tuexen2023-02-021-4/+7
* ipfw: Have NAT steal the TH_RES1 bit, instead of the TH_AE bitRichard Scheffenegger2022-11-095-8/+8
* libalias(3): Fix two typos in source code commentsGordon Bergling2022-04-141-1/+1
* Fix fragmented UDP packets handling since rev.360967.Maxim Sobolev2022-01-091-105/+120
* libalias: fix divide by zero causing panicStefan Eßer2021-07-141-1/+1
* libalias: Switch to SPLAY treesLutz Donnerhacke2021-07-064-469/+489
* libalias: RestructureLutz Donnerhacke2021-07-063-420/+497
* libalias: Promote per instance global variable timeStampLutz Donnerhacke2021-07-063-31/+50
* libalias: Stats are unsignedLutz Donnerhacke2021-07-061-8/+8
* libalias: tidy up housekeepingLutz Donnerhacke2021-07-062-63/+47
* libalias: Remove unused function LibAliasCheckNewLinkLutz Donnerhacke2021-06-075-32/+7
* libalias: replace placeholder with static constantLutz Donnerhacke2021-05-302-12/+13
* libalias: Style cleanupLutz Donnerhacke2021-05-2916-1100/+975
* MFC 9febbc454190:Hans Petter Selasky2021-03-031-4/+12
* Allow setting alias port ranges in libalias and ipfw.Neel Chauhan2021-02-173-3/+32
* libalias: Fix remaining compiler warningsAlex Richardson2021-01-192-7/+10
* libalias: Fix -Wcast-align compiler warningsAlex Richardson2021-01-196-73/+69
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0115-158/+17
* libalias: retire cuseeme supportEd Maste2020-05-162-231/+0
* libalias: fix potential memory disclosure from ftp moduleEd Maste2020-05-121-1/+2
* libalias: validate packet lengths before accessing headersEd Maste2020-05-121-3/+34
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (14 of many)Pawel Biernacki2020-02-241-20/+44
* netinet/libalias: Fix typo in debug messageConrad Meyer2020-02-031-1/+1
* Add support for RFC 6598/Carrier Grade NAT subnets. to libalias and ipfw.Alexander V. Chernikov2020-01-243-1/+22
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-0/+1
* Remove a duplicate check.Mark Johnston2018-07-111-2/+1
* In m_megapullup() use m_getjcl() to allocate 9k or 16k mbuf when requested.Andrey V. Elsukov2018-06-141-2/+10
* malloc: try to use builtins for zeroing at the callsiteMateusz Guzik2018-06-021-0/+1
* libalias: small memory allocation cleanups.Pedro F. Giffuni2018-01-122-4/+4
* White cleanups.Michael Tuexen2017-12-261-296/+295
* Clearify CID 1008197.Michael Tuexen2017-12-261-14/+15
* Clearify issue reported in CID 1008198.Michael Tuexen2017-12-261-0/+1
* Fix CID 1008428.Michael Tuexen2017-12-261-3/+3
* Fix CID 1008936.Michael Tuexen2017-12-261-6/+6
* Allow the first (and second) argument of sn_calloc() be a sum.Michael Tuexen2017-12-261-1/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2717-1/+35
* ipfw nat and natd support multiple aliasing instances with "nat global" featureEugene Grosbein2017-05-101-1/+3
* alias_proxy.c: Fix accidental error quashingConrad Meyer2017-03-131-1/+2
* Use inet_ntoa_r() instead of inet_ntoa() throughout the kernelEric van Gyzen2017-02-164-13/+43
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-034-5/+5
* netinet: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-3/+3
* mdoc: fix rendering issuesBaptiste Daroussin2015-04-261-3/+5
* It'll be okay to use LibAliasDetachHandlers() here, relyingGleb Smirnoff2013-12-251-1/+1
* Cleanup alias module handler register/unregister.Gleb Smirnoff2013-12-254-186/+63
* Kill space at eols.Gleb Smirnoff2013-12-257-125/+125
* Remove from kernel the "dll" code.Gleb Smirnoff2013-12-252-17/+18
* Whitespace cleanup.Gleb Smirnoff2013-12-252-79/+71