- Oct 31, 2019
-
-
Michael Guntsche authored
Fix build with Linux 5.3
-
Michael Guntsche authored
Use uint for module parameter type for setup_timeout, remove -ve check
-
- Aug 30, 2019
-
-
Seth Forshee authored
In Linux 5.3 nf_ct_expect_related() gained a flags argument. Calls to this function are sprinkled throughout a couple of source files, so rather than adding a #if to each call site, add a wrapper which will use the appropriate prototype. Signed-off-by:
Seth Forshee <seth.forshee@canonical.com>
-
- Jun 21, 2019
-
-
Colin Ian King authored
The module parameter setup_timeout is an unsigned int, so use uint for a module parameter type. Since it is never going to be negative also remove the redundant less than zero sanity check too. Issue found with static analysis. Addresses-Coverity: ("Unsigned compared against 0") Signed-off-by:
Colin Ian King <colin.king@canonical.com>
-
- Aug 22, 2018
-
-
Thadeu Lima de Souza Cascardo authored
linux 4.18 uses a new struct nf_nat_range2 for nf_nat_setup_info. Signed-off-by:
Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
-
- Jan 26, 2014
-
-
Michael Guntsche authored
-
- Apr 03, 2013
-
-
Michael Guntsche authored
rtcp port mapping and other fixes
-
- Mar 19, 2013
-
-
Sergey I'linykh authored
-
Sergey I'linykh authored
-
- Mar 13, 2013
-
-
Sergey I'linykh authored
also codestyle fixes, parser fixes, teardown handling and etc.
-
- Mar 12, 2013
-
-
Sergey I'linykh authored
-
Sergey I'linykh authored
also codestyle fixes, parser fixes, teardown handling and etc.
-
- Jan 06, 2013
-
-
Michael Guntsche authored
Since the arrival of IPv6 NAT, the related code has become more generic. The RTSP module must also follow these changes to compile and run: - new "protoff" argument on some functions, - new includes because nf_nat_rule.h doesn't exist anymore.
-
- Dec 14, 2012
-
-
Michael Guntsche authored
Thanks to Benoit Lorand who pointed me to this needed change for kernel version 3.6.
-
- Apr 22, 2012
-
-
Michael Guntsche authored
Some #defines and a struct got renamed in 3.3 so change them accordingly.
-
- Aug 18, 2010
-
-
Michael Guntsche authored
NIPQUAD no longer exists so replace it with the %pI4 format extension.
-
- Dec 29, 2009
-
-
Michael Guntsche authored
-
- Dec 04, 2009
-
-
Michael Guntsche authored
-
Michael Guntsche authored
-
- Feb 08, 2009
-
-
Michael Guntsche authored
-
Michael Guntsche authored
To install the modules you should of course call modules_install.
-
- Nov 05, 2008
-
-
Michael Guntsche authored
Used a proper textwdith for the document.
-
- Oct 31, 2008
-
-
Michael Guntsche authored
-
- Oct 29, 2008
-
-
Michael Guntsche authored
Instead of having a patch, this is no setup up as an external module via the kbuild system.
-
- Jul 24, 2008
-
-
Michael Guntsche authored
-
- Apr 18, 2008
-
-
Michael Guntsche authored
-
- Jan 29, 2008
-
-
Michael Guntsche authored
-
Michael Guntsche authored
-
- Nov 10, 2007
-
-
Michael Guntsche authored
-
Michael Guntsche authored
-
- Nov 03, 2007
-
-
Michael Guntsche authored
* Remove double pointer **pskb * Reploace DEBUGP with pr_debug
-
Michael Guntsche authored
-
Michael Guntsche authored
-
Michael Guntsche authored
-
Michael Guntsche authored
-