aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* The RFC 3128 test should be made after the offset mask has been applied.Cy Schubert2019-06-301-4/+4
* Revert r349400. It has uintended effects.Cy Schubert2019-06-301-16/+18
* While working on PR/238796 I discovered an unused variable in frdest,Cy Schubert2019-06-262-5/+0
* Remove a tautological compare for offset != 0.Cy Schubert2019-06-261-18/+16
* Prompted by r349366, ipfilter is also does not conform to RFC 3128Cy Schubert2019-06-261-0/+4
* The definition of icmptypes in ip_compt.h is dead code as it alreadyCy Schubert2019-06-251-153/+3
* Clean out duplicate definitions of TCP macros also found in netinet/tcp.h.Cy Schubert2019-06-241-31/+0
* Make ipf_objbytes a constant. ipf_objbytes is a table of internal dataCy Schubert2019-06-171-1/+1
* Whitespace adjustments replacing spaces with tabs.Cy Schubert2019-06-121-14/+14
* Resolve IPv6 checksum errors with stateful inspection. According toCy Schubert2019-06-123-22/+75
* Register pfil hooks when VNET != vnet0. r302298, which virtualized ipf,Cy Schubert2019-06-121-0/+3
* Enclose a long multi-line single conditional statement in braces toCy Schubert2019-06-121-1/+2
* While working on a PR, more are discovered.Cy Schubert2019-06-041-3/+3
* Clean up #ifdefs from old unsupported releases of FreeBSD.Cy Schubert2019-06-042-58/+24
* Properly define the fourth argument to ipf_check, the main entry pointCy Schubert2019-06-032-4/+4
* Adjust ENA driver to the new ena-comMarcin Wojtas2019-05-3010-737/+1154
* Contuation of r343701, removal of irrelevant #ifdefs.Cy Schubert2019-05-283-11/+7
* style(9)Cy Schubert2019-05-271-3/+3
* Fix indentation and while at it simplfy the code.Cy Schubert2019-05-271-5/+5
* Remove compile-time tests for unsupported versions of FreeBSD.Cy Schubert2019-05-271-2/+2
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-202-4/+1
* Support the use of the ipsec kld.Cy Schubert2019-05-111-1/+1
* MFV: r347413Jung-uk Kim2019-05-0917-76/+375
|\
* | Move contrib/zlib to sys/contrib/zlib so that we can use it in kernel.Xin LI2019-05-0845-0/+21807
* | Left justify a function header brace as it should be.Cy Schubert2019-04-281-1/+1
* | [ath] [ath_hal] [ath_hal_9300] Extend the start PCU receive to handle resetti...Adrian Chadd2019-04-213-11/+3
* | Update to Zstandard 1.4.0Conrad Meyer2019-04-19143-3042/+11746
* | The nvlist_report_missing is also used by the cnvlist.Mariusz Zaborski2019-04-111-1/+1
* | Catch up to r343631: Avoid "pfil: duplicate hook" due toCy Schubert2019-04-111-1/+2
* | libnv: fix compilation warningsMariusz Zaborski2019-04-111-3/+4
* | libnv: fix compilation warningsMariusz Zaborski2019-04-111-3/+3
* | MFV: r345969Jung-uk Kim2019-04-0628-280/+986
|\|
* | Merge ACPICA 20190329.Jung-uk Kim2019-03-2962-174/+268
|\|
* | [ath_hal_ar9300] Add some comments around the AR9300 ANI code.Adrian Chadd2019-03-191-2/+28
* | Remove radeonkmsfw firmware filesEd Maste2019-03-1497-32767/+0
* | Remove npe microcodeEd Maste2019-03-142-547/+0
* | [ath_hal_ar9300] Add the missing bits from the previous HAL commit.Adrian Chadd2019-03-062-5/+56
* | [ath_hal_ar9300] Add the extra ANI configuration fields for the AR93xx HAL.Adrian Chadd2019-03-041-4/+2
* | Modularize xz.Konstantin Belousov2019-02-262-50/+0
* | MFV: r344447Jung-uk Kim2019-02-211-1/+1
|\|
* | MFV: r344395Jung-uk Kim2019-02-2082-539/+745
|\|
* | libnv: fix revertMariusz Zaborski2019-02-171-2/+2
* | libnv: fix double freeMariusz Zaborski2019-02-171-8/+0
* | Remove empty filesLi-Wen Hsu2019-02-123-0/+0
* | libnv: fix memory leaksMariusz Zaborski2019-02-101-0/+1
* | libnv: fix memory leaksMariusz Zaborski2019-02-103-4/+21
* | Remove two more #ifdefs missed in r343701.Cy Schubert2019-02-041-6/+2
* | new_kmem_alloc(9) is a Solaris/illumos malloc(9). FreeBSD and NetBSDCy Schubert2019-02-031-1/+1
* | Remove a reference to HP-UX in a comment.Cy Schubert2019-02-031-1/+1
* | ipfilter #ifdef cleanup.Cy Schubert2019-02-0320-480/+100