aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.10/630-packet_socket_type.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-07-01 13:21:06 +0000
committerJonas Gorski <jogo@openwrt.org>2013-07-01 13:21:06 +0000
commit565a1a3a6e5db789c2867851db86f42af9a6737c (patch)
tree5aefa9cc2a4233b3a8a559652164962adfbbaa5f /target/linux/generic/patches-3.10/630-packet_socket_type.patch
parent74e513ce3156933411c641f27de7f4408de1bf2b (diff)
downloadmaster-187ad058-565a1a3a6e5db789c2867851db86f42af9a6737c.tar.gz
master-187ad058-565a1a3a6e5db789c2867851db86f42af9a6737c.tar.bz2
master-187ad058-565a1a3a6e5db789c2867851db86f42af9a6737c.zip
kernel: update linux 3.10 to 3.10 final
3.10 final is out, so refresh patches and add md5sum. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37116 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.10/630-packet_socket_type.patch')
-rw-r--r--target/linux/generic/patches-3.10/630-packet_socket_type.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.10/630-packet_socket_type.patch b/target/linux/generic/patches-3.10/630-packet_socket_type.patch
index 7f43aff8f5..e7f05def7f 100644
--- a/target/linux/generic/patches-3.10/630-packet_socket_type.patch
+++ b/target/linux/generic/patches-3.10/630-packet_socket_type.patch
@@ -91,7 +91,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
if (sock->type == SOCK_PACKET)
po->prot_hook.func = packet_rcv_spkt;
-@@ -3227,6 +3230,16 @@ packet_setsockopt(struct socket *sock, i
+@@ -3226,6 +3229,16 @@ packet_setsockopt(struct socket *sock, i
po->tp_tx_has_off = !!val;
return 0;
}
@@ -108,7 +108,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
default:
return -ENOPROTOOPT;
}
-@@ -3276,6 +3289,13 @@ static int packet_getsockopt(struct sock
+@@ -3275,6 +3288,13 @@ static int packet_getsockopt(struct sock
case PACKET_VNET_HDR:
val = po->has_vnet_hdr;
break;