aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.9/630-packet_socket_type.patch
diff options
context:
space:
mode:
authorAnsuel Smith <ansuelsmth@gmail.com>2017-02-23 18:00:31 +0100
committerJohn Crispin <john@phrozen.org>2017-02-26 08:44:26 +0100
commit9c3e29033d3d285cda85047764777cde066d3bad (patch)
treed494968a1c54c14577f9629a01921fd62b02b675 /target/linux/generic/patches-4.9/630-packet_socket_type.patch
parent0e5d67d483ced4e4d4022916cbad158d484b0a70 (diff)
downloadupstream-9c3e29033d3d285cda85047764777cde066d3bad.tar.gz
upstream-9c3e29033d3d285cda85047764777cde066d3bad.tar.bz2
upstream-9c3e29033d3d285cda85047764777cde066d3bad.zip
kernel: update 4.9 to 4.9.12
Refresh generic patch Compiled and tested WRT1900ACS Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/generic/patches-4.9/630-packet_socket_type.patch')
-rw-r--r--target/linux/generic/patches-4.9/630-packet_socket_type.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-4.9/630-packet_socket_type.patch b/target/linux/generic/patches-4.9/630-packet_socket_type.patch
index ad2bc356aa..b40a2d32eb 100644
--- a/target/linux/generic/patches-4.9/630-packet_socket_type.patch
+++ b/target/linux/generic/patches-4.9/630-packet_socket_type.patch
@@ -83,7 +83,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
if (!net_eq(dev_net(dev), sock_net(sk)))
goto drop;
-@@ -3210,6 +3212,7 @@ static int packet_create(struct net *net
+@@ -3211,6 +3213,7 @@ static int packet_create(struct net *net
mutex_init(&po->pg_vec_lock);
po->rollover = NULL;
po->prot_hook.func = packet_rcv;
@@ -91,7 +91,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
if (sock->type == SOCK_PACKET)
po->prot_hook.func = packet_rcv_spkt;
-@@ -3789,6 +3792,16 @@ packet_setsockopt(struct socket *sock, i
+@@ -3790,6 +3793,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;
}
-@@ -3841,6 +3854,13 @@ static int packet_getsockopt(struct sock
+@@ -3842,6 +3855,13 @@ static int packet_getsockopt(struct sock
case PACKET_VNET_HDR:
val = po->has_vnet_hdr;
break;