summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.32/240-packet_socket_type.patch
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-17 10:06:15 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-17 10:06:15 +0000
commit1c6be5e8b9e9e290cd1f3eb6cc1d1916a1323716 (patch)
treed588391d86cf897c3d8002a398a60bcadacf61ac /target/linux/generic-2.6/patches-2.6.32/240-packet_socket_type.patch
parent0dc48c489fa98b8af4cea30b1d5e8ddb1fa5c0c9 (diff)
refresh 2.6.32 patches with -rc7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18440 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.32/240-packet_socket_type.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.32/240-packet_socket_type.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.32/240-packet_socket_type.patch b/target/linux/generic-2.6/patches-2.6.32/240-packet_socket_type.patch
index 42fcb9315..71827643e 100644
--- a/target/linux/generic-2.6/patches-2.6.32/240-packet_socket_type.patch
+++ b/target/linux/generic-2.6/patches-2.6.32/240-packet_socket_type.patch
@@ -91,7 +91,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
if (dev_net(dev) != sock_net(sk))
goto drop;
-@@ -1384,6 +1387,7 @@ static int packet_create(struct net *net
+@@ -1381,6 +1384,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;
@@ -99,7 +99,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
if (sock->type == SOCK_PACKET)
po->prot_hook.func = packet_rcv_spkt;
-@@ -1731,6 +1735,16 @@ packet_setsockopt(struct socket *sock, i
+@@ -1728,6 +1732,16 @@ packet_setsockopt(struct socket *sock, i
ret = packet_mc_drop(sk, &mreq);
return ret;
}
@@ -116,7 +116,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
#ifdef CONFIG_PACKET_MMAP
case PACKET_RX_RING:
-@@ -1876,6 +1890,13 @@ static int packet_getsockopt(struct sock
+@@ -1873,6 +1887,13 @@ static int packet_getsockopt(struct sock
data = &val;
break;