forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0dd52f
commit 203f6ec
Showing
7 changed files
with
19 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
package/network/utils/iproute2/patches/001-tc-fix-undefined-XATTR_SIZE_MAX.patch
This file was deleted.
Oops, something went wrong.
17 changes: 7 additions & 10 deletions
17
package/network/utils/iproute2/patches/010-cake-fwmark.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
From 9572f793e6945dd90a3cd4db34814b9b1616cfe9 Mon Sep 17 00:00:00 2001 | ||
From: =?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= <[email protected]> | ||
Date: Mon, 18 Mar 2019 01:30:19 +0100 | ||
Subject: [PATCH] pkt_sched.h: Add support for CAKE FWMARK | ||
MIME-Version: 1.0 | ||
Content-Type: text/plain; charset=UTF-8 | ||
Content-Transfer-Encoding: 8bit | ||
From a7cd7badedcb643dc1adb41edeb4cf8e4d9ec063 Mon Sep 17 00:00:00 2001 | ||
From: Stephen Hemminger <[email protected]> | ||
Date: Tue, 19 Mar 2019 10:36:56 -0700 | ||
Subject: uapi: add CAKE FWMARK | ||
|
||
Signed-off-by: Toke Høiland-Jørgensen <[email protected]> | ||
Signed-off-by: Stephen Hemminger <[email protected]> | ||
--- | ||
include/uapi/linux/pkt_sched.h | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/include/uapi/linux/pkt_sched.h b/include/uapi/linux/pkt_sched.h | ||
index 01f96352..ef78de0c 100644 | ||
index 1eb572e..7ee74c3 100644 | ||
--- a/include/uapi/linux/pkt_sched.h | ||
+++ b/include/uapi/linux/pkt_sched.h | ||
@@ -954,6 +954,7 @@ enum { | ||
@@ -1021,6 +1021,7 @@ enum { | ||
TCA_CAKE_INGRESS, | ||
TCA_CAKE_ACK_FILTER, | ||
TCA_CAKE_SPLIT_GSO, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Author: Cyril Brulebois <[email protected]> | |
Last-Update: 2017-11-22 | ||
--- a/include/xtables.h | ||
+++ b/include/xtables.h | ||
@@ -205,9 +205,24 @@ enum xtables_ext_flags { | ||
@@ -206,9 +206,24 @@ enum xtables_ext_flags { | ||
XTABLES_EXT_ALIAS = 1 << 0, | ||
}; | ||
|
||
|
@@ -34,7 +34,7 @@ Last-Update: 2017-11-22 | |
/* | ||
* ABI/API version this module requires. Must be first member, | ||
* as the rest of this struct may be subject to ABI changes. | ||
@@ -269,6 +284,10 @@ struct xtables_match | ||
@@ -270,6 +285,10 @@ struct xtables_match | ||
void (*x6_fcheck)(struct xt_fcheck_call *); | ||
const struct xt_option_entry *x6_options; | ||
|
||
|
@@ -45,7 +45,7 @@ Last-Update: 2017-11-22 | |
/* Size of per-extension instance extra "global" scratch space */ | ||
size_t udata_size; | ||
|
||
@@ -280,8 +299,7 @@ struct xtables_match | ||
@@ -281,8 +300,7 @@ struct xtables_match | ||
unsigned int loaded; /* simulate loading so options are merged properly */ | ||
}; | ||
|
||
|
@@ -55,7 +55,7 @@ Last-Update: 2017-11-22 | |
/* | ||
* ABI/API version this module requires. Must be first member, | ||
* as the rest of this struct may be subject to ABI changes. | ||
@@ -346,6 +364,10 @@ struct xtables_target | ||
@@ -347,6 +365,10 @@ struct xtables_target | ||
void (*x6_fcheck)(struct xt_fcheck_call *); | ||
const struct xt_option_entry *x6_options; | ||
|
||
|
@@ -66,7 +66,7 @@ Last-Update: 2017-11-22 | |
size_t udata_size; | ||
|
||
/* Ignore these men behind the curtain: */ | ||
@@ -406,6 +428,17 @@ struct xtables_globals | ||
@@ -407,6 +429,17 @@ struct xtables_globals | ||
|
||
#define XT_GETOPT_TABLEEND {.name = NULL, .has_arg = false} | ||
|
||
|
@@ -84,7 +84,7 @@ Last-Update: 2017-11-22 | |
#ifdef __cplusplus | ||
extern "C" { | ||
#endif | ||
@@ -548,6 +581,14 @@ extern void xtables_lmap_free(struct xta | ||
@@ -549,6 +582,14 @@ extern void xtables_lmap_free(struct xta | ||
extern int xtables_lmap_name2id(const struct xtables_lmap *, const char *); | ||
extern const char *xtables_lmap_id2name(const struct xtables_lmap *, int); | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
package/network/utils/iproute2/patches/140-keep_libmnl_optional.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters