aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/libalias
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Avoid potential bad pointer dereference.Ed Maste2012-10-171-1/+1
* Fix typo: s/pakcet/packetKevin Lo2012-09-201-1/+1
* mdoc: avoid nested displays. Fixes mandoc warnings.Joel Dahl2012-06-131-4/+2
* Fix style nit: don't use leading zero for dates in .DdEitan Adler2012-06-051-1/+1
* Remove unused inclusion of curses.hMarcel Moolenaar2012-05-191-1/+0
* General mdoc(7) and typo fixes.Glen Barber2012-05-111-3/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-2/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* - General grammar and mdoc(7) fixes. [1] [2]Glen Barber2011-07-041-65/+66
* Export AddLink() function from libalias. It can be used when customAndrey V. Elsukov2011-06-224-39/+127
* Document PKT_ALIAS_SKIP_GLOBAL option.Andrey V. Elsukov2011-06-221-1/+11
* Implement "global" mode for ipfw nat. It is similar to natd(8)Andrey V. Elsukov2011-06-141-0/+6