summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-3.7/630-packet_socket_type.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-02-15 07:36:15 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-02-15 07:36:15 +0000
commit162b8e23a5b6ddc158bd382cbd8ae8b31cac9082 (patch)
tree4b2186899ad176f455af45b0b3feede02ab57ff4 /target/linux/generic/patches-3.7/630-packet_socket_type.patch
parentf35c369710959b964e0d16d5c45dd497093df61e (diff)
downloadmtk-20170518-162b8e23a5b6ddc158bd382cbd8ae8b31cac9082.zip
mtk-20170518-162b8e23a5b6ddc158bd382cbd8ae8b31cac9082.tar.gz
mtk-20170518-162b8e23a5b6ddc158bd382cbd8ae8b31cac9082.tar.bz2
kernel: update linux 3.7 to 3.7.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35604
Diffstat (limited to 'target/linux/generic/patches-3.7/630-packet_socket_type.patch')
-rw-r--r--target/linux/generic/patches-3.7/630-packet_socket_type.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-3.7/630-packet_socket_type.patch b/target/linux/generic/patches-3.7/630-packet_socket_type.patch
index 27a4607..4020037 100644
--- a/target/linux/generic/patches-3.7/630-packet_socket_type.patch
+++ b/target/linux/generic/patches-3.7/630-packet_socket_type.patch
@@ -83,7 +83,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
if (!net_eq(dev_net(dev), sock_net(sk)))
goto drop;
-@@ -2511,6 +2513,7 @@ static int packet_create(struct net *net
+@@ -2513,6 +2515,7 @@ static int packet_create(struct net *net
spin_lock_init(&po->bind_lock);
mutex_init(&po->pg_vec_lock);
po->prot_hook.func = packet_rcv;
@@ -91,7 +91,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
if (sock->type == SOCK_PACKET)
po->prot_hook.func = packet_rcv_spkt;
-@@ -3111,6 +3114,16 @@ packet_setsockopt(struct socket *sock, i
+@@ -3113,6 +3116,16 @@ packet_setsockopt(struct socket *sock, i
return fanout_add(sk, val & 0xffff, val >> 16);
}
@@ -108,7 +108,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
default:
return -ENOPROTOOPT;
}
-@@ -3165,6 +3178,13 @@ static int packet_getsockopt(struct sock
+@@ -3167,6 +3180,13 @@ static int packet_getsockopt(struct sock
case PACKET_VNET_HDR:
val = po->has_vnet_hdr;
break;