Skip to content
This repository was archived by the owner on May 2, 2024. It is now read-only.

Tags: maru-sama/rtsp-linux

Tags

5.3

Toggle 5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #9 from sforshee/master

Fix build with Linux 5.3

4.18

Toggle 4.18's commit message
Add support to linux 4.18

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>

3.7

Toggle 3.7's commit message
Small Changes for 3.7

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.

3.6

Toggle 3.6's commit message
Small Changes for 3.6

Thanks to Benoit Lorand who pointed me to this needed change for kernel
version 3.6.

3.3

Toggle 3.3's commit message
Small changes for 3.3

Some #defines and a struct got renamed in 3.3 so change them
accordingly.

2.6.36

Toggle 2.6.36's commit message
Convert NIPQUAD to %pI4

NIPQUAD no longer exists so replace it with the %pI4 format extension.

2.6.26

Toggle 2.6.26's commit message
Small changes for 2.6.26

2.6.25

Toggle 2.6.25's commit message
Small changes for 2.6.25

2.6.24

Toggle 2.6.24's commit message
Completely reverted the last changes since they were wrong.

2.6.23

Toggle 2.6.23's commit message
Small API Changes for 2.6.23