aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/libalias
Commit message (Expand)AuthorAgeFilesLines
* ipfw: Have NAT steal the TH_RES1 bit, instead of the TH_AE bitRichard Scheffenegger2022-11-105-8/+8
* libalias(3): Fix two typos in source code commentsGordon Bergling2022-04-141-1/+1
* Unify zlib instances into one.Xin LI2022-04-101-0/+1
* Fix fragmented UDP packets handling since rev.360967.Maxim Sobolev2022-01-091-104/+119
* 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-417/+494
* 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-3016-1092/+968
* liblias: clean up empty lines in .c and .h filesMateusz Guzik2021-05-3015-158/+17
* libalias: Fix remaining compiler warningsAlex Richardson2021-05-302-7/+10
* libalias: Fix -Wcast-align compiler warningsAlex Richardson2021-05-306-73/+69
* MFC 9febbc454190:Hans Petter Selasky2021-03-031-4/+12
* Allow setting alias port ranges in libalias and ipfw.Neel Chauhan2021-02-173-3/+31
* MFC r360968: libalias: fix potential memory disclosure from ftp moduleEd Maste2020-05-121-1/+2
* MFC r360967: libalias: validate packet lengths before accessing headersEd Maste2020-05-121-3/+34
* MFC r357092,357787: Add support for RFC 6598/Carrier Grade NAT subnetsEugene Grosbein2020-04-073-1/+22
* 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
* Provide includes that are needed in these files, and before were readGleb Smirnoff2013-10-261-0/+1
* In m_megapullup() instead of reserving some space at the end of packet,Gleb Smirnoff2013-03-171-10/+6
* Functions m_getm2() and m_get2() have different order of arguments,Gleb Smirnoff2013-03-121-1/+1
* Remove LIBALIAS_LOCK_ASSERT(), including a couple with an uninitialzedGleb Smirnoff2013-03-111-6/+1
* - Move AUTHORS and ACKNOWLEDGEMENTS to the end of the page.Gleb Smirnoff2013-01-311-33/+35
* Utilize m_get2() to get mbuf of appropriate size.Gleb Smirnoff2013-01-301-15/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-2/+2