From: hummerbliss@gmail.com Date: Mon, 20 Apr 2009 15:12:35 +0000 (+0200) Subject: netfilter: bridge: allow fragmentation of VLAN packets traversing a bridge X-Git-Tag: v2.6.30-rc4~3^2~17^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c197facc8ea08062f8f949aade6a33649ee06771;p=pandora-kernel.git netfilter: bridge: allow fragmentation of VLAN packets traversing a bridge br_nf_dev_queue_xmit only checks for ETH_P_IP packets for fragmenting but not VLAN packets. This results in dropping of large VLAN packets. This can be observed when connection tracking is enabled. Connection tracking re-assembles fragmented packets, and these have to re-fragmented when transmitting out. Also, make sure only refragmented packets are defragmented as per suggestion from Patrick McHardy. Signed-off-by: Saikiran Madugula Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed