aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.35/240-packet_socket_type.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-02-19 12:44:16 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-02-19 12:44:16 +0000
commit0a5005e8245d1058074b96b54b5b2d8d65cc20c4 (patch)
tree0f33142d2ba4fdc39911cee27247d12885f42c7e /target/linux/generic/patches-2.6.35/240-packet_socket_type.patch
parent61e86ac4c35a3d1c6c99ac66861223fe480035af (diff)
downloadupstream-0a5005e8245d1058074b96b54b5b2d8d65cc20c4.tar.gz
upstream-0a5005e8245d1058074b96b54b5b2d8d65cc20c4.tar.bz2
upstream-0a5005e8245d1058074b96b54b5b2d8d65cc20c4.zip
[kernel] update to 2.6.35.11
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25582 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.35/240-packet_socket_type.patch')
-rw-r--r--target/linux/generic/patches-2.6.35/240-packet_socket_type.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-2.6.35/240-packet_socket_type.patch b/target/linux/generic/patches-2.6.35/240-packet_socket_type.patch
index 44117659a4..7093031b1c 100644
--- a/target/linux/generic/patches-2.6.35/240-packet_socket_type.patch
+++ b/target/linux/generic/patches-2.6.35/240-packet_socket_type.patch
@@ -99,7 +99,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
if (sock->type == SOCK_PACKET)
po->prot_hook.func = packet_rcv_spkt;
-@@ -2027,6 +2031,16 @@ packet_setsockopt(struct socket *sock, i
+@@ -2030,6 +2034,16 @@ packet_setsockopt(struct socket *sock, i
po->has_vnet_hdr = !!val;
return 0;
}
@@ -116,7 +116,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
default:
return -ENOPROTOOPT;
}
-@@ -2084,6 +2098,13 @@ static int packet_getsockopt(struct sock
+@@ -2087,6 +2101,13 @@ static int packet_getsockopt(struct sock
data = &val;
break;