aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/630-packet_socket_type.patch
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2016-06-20 17:46:43 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-20 17:46:43 +0200
commit8361769e4c1dc6afbb1aa52052162572a1ce7344 (patch)
tree335a44103566898dcf2f4f00d421442826e39ca5 /target/linux/generic/patches-4.4/630-packet_socket_type.patch
parent0d2e17d445cf3e16010f3825cbc118cd9f3581cb (diff)
downloadmaster-187ad058-8361769e4c1dc6afbb1aa52052162572a1ce7344.tar.gz
master-187ad058-8361769e4c1dc6afbb1aa52052162572a1ce7344.tar.bz2
master-187ad058-8361769e4c1dc6afbb1aa52052162572a1ce7344.zip
kernel: update kernel 4.4 to version 4.4.11
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/generic/patches-4.4/630-packet_socket_type.patch')
-rw-r--r--target/linux/generic/patches-4.4/630-packet_socket_type.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-4.4/630-packet_socket_type.patch b/target/linux/generic/patches-4.4/630-packet_socket_type.patch
index 91cd7e54f6..a7ffccc2a6 100644
--- a/target/linux/generic/patches-4.4/630-packet_socket_type.patch
+++ b/target/linux/generic/patches-4.4/630-packet_socket_type.patch
@@ -91,7 +91,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
if (sock->type == SOCK_PACKET)
po->prot_hook.func = packet_rcv_spkt;
-@@ -3707,6 +3710,16 @@ packet_setsockopt(struct socket *sock, i
+@@ -3708,6 +3711,16 @@ packet_setsockopt(struct socket *sock, i
po->xmit = val ? packet_direct_xmit : dev_queue_xmit;
return 0;
}
@@ -108,7 +108,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
default:
return -ENOPROTOOPT;
}
-@@ -3759,6 +3772,13 @@ static int packet_getsockopt(struct sock
+@@ -3760,6 +3773,13 @@ static int packet_getsockopt(struct sock
case PACKET_VNET_HDR:
val = po->has_vnet_hdr;
break;