mirror of
https://github.com/breeze303/openwrt-ipq.git
synced 2025-12-16 20:31:05 +00:00
qualcommax: NSS: refresh patches for 6.6.56
Signed-off-by: Sean Khan <datapronix@protonmail.com>
This commit is contained in:
parent
9f7c16c23c
commit
39e3b770b8
@ -68,7 +68,7 @@
|
||||
* __dev_uc_sync - Synchonize device's unicast list
|
||||
* @dev: device to sync
|
||||
* @sync: function to call if address should be added
|
||||
@@ -5219,6 +5228,11 @@ static inline bool netif_is_failover_sla
|
||||
@@ -5237,6 +5246,11 @@ static inline bool netif_is_failover_sla
|
||||
return dev->priv_flags & IFF_FAILOVER_SLAVE;
|
||||
}
|
||||
|
||||
|
||||
@ -104,7 +104,7 @@
|
||||
+obj-$(CONFIG_SKB_RECYCLER) += skbuff_recycle.o
|
||||
--- a/net/core/dev.c
|
||||
+++ b/net/core/dev.c
|
||||
@@ -6043,10 +6043,16 @@ static int process_backlog(struct napi_s
|
||||
@@ -6047,10 +6047,16 @@ static int process_backlog(struct napi_s
|
||||
|
||||
napi->weight = READ_ONCE(dev_rx_weight);
|
||||
while (again) {
|
||||
@ -388,7 +388,7 @@
|
||||
|
||||
data = kmalloc_reserve(&size, gfp_mask, NUMA_NO_NODE, NULL);
|
||||
if (!data)
|
||||
@@ -4869,6 +4975,14 @@ static void skb_extensions_init(void) {}
|
||||
@@ -4865,6 +4971,14 @@ static void skb_extensions_init(void) {}
|
||||
|
||||
void __init skb_init(void)
|
||||
{
|
||||
@ -403,7 +403,7 @@
|
||||
skbuff_cache = kmem_cache_create_usercopy("skbuff_head_cache",
|
||||
sizeof(struct sk_buff),
|
||||
0,
|
||||
@@ -4894,6 +5008,7 @@ void __init skb_init(void)
|
||||
@@ -4890,6 +5004,7 @@ void __init skb_init(void)
|
||||
SKB_SMALL_HEAD_HEADROOM,
|
||||
NULL);
|
||||
skb_extensions_init();
|
||||
@ -411,7 +411,7 @@
|
||||
}
|
||||
|
||||
static int
|
||||
@@ -6397,6 +6512,8 @@ static int pskb_carve_inside_header(stru
|
||||
@@ -6393,6 +6508,8 @@ static int pskb_carve_inside_header(stru
|
||||
if (skb_pfmemalloc(skb))
|
||||
gfp_mask |= __GFP_MEMALLOC;
|
||||
|
||||
@ -420,7 +420,7 @@
|
||||
data = kmalloc_reserve(&size, gfp_mask, NUMA_NO_NODE, NULL);
|
||||
if (!data)
|
||||
return -ENOMEM;
|
||||
@@ -6513,6 +6630,8 @@ static int pskb_carve_inside_nonlinear(s
|
||||
@@ -6509,6 +6626,8 @@ static int pskb_carve_inside_nonlinear(s
|
||||
if (skb_pfmemalloc(skb))
|
||||
gfp_mask |= __GFP_MEMALLOC;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user