X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-3.8%2F630-packet_socket_type.patch;h=0671a28e9b52fa20620b1ba612830bba00410007;hp=921c810f0e064fff69107de4aac96b3b5b8d5149;hb=92c5aeae67c1d9a4876ff73f260fadcf4ba3aee5;hpb=0e1b10ead4bf57efb8ffdd94bf007106e51ef90d diff --git a/target/linux/generic/patches-3.8/630-packet_socket_type.patch b/target/linux/generic/patches-3.8/630-packet_socket_type.patch index 921c810f0e..0671a28e9b 100644 --- a/target/linux/generic/patches-3.8/630-packet_socket_type.patch +++ b/target/linux/generic/patches-3.8/630-packet_socket_type.patch @@ -83,7 +83,7 @@ Signed-off-by: Felix Fietkau if (!net_eq(dev_net(dev), sock_net(sk))) goto drop; -@@ -2537,6 +2539,7 @@ static int packet_create(struct net *net +@@ -2539,6 +2541,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 if (sock->type == SOCK_PACKET) po->prot_hook.func = packet_rcv_spkt; -@@ -3150,6 +3153,16 @@ packet_setsockopt(struct socket *sock, i +@@ -3152,6 +3155,16 @@ packet_setsockopt(struct socket *sock, i po->tp_tx_has_off = !!val; return 0; } @@ -108,7 +108,7 @@ Signed-off-by: Felix Fietkau default: return -ENOPROTOOPT; } -@@ -3204,6 +3217,13 @@ static int packet_getsockopt(struct sock +@@ -3206,6 +3219,13 @@ static int packet_getsockopt(struct sock case PACKET_VNET_HDR: val = po->has_vnet_hdr; break;