summaryrefslogtreecommitdiffstats
path: root/kernel/irq/irqdesc.c
diff options
context:
space:
mode:
authorstephen hemminger <shemminger@vyatta.com>2011-06-08 14:33:07 +0000
committerDavid S. Miller <davem@davemloft.net>2011-06-09 00:08:38 -0700
commita504b86e718a425ea4a34e2f95b5cf0545ddfd8d (patch)
tree5feeeab10c80b49323477545513e70bae97dee84 /kernel/irq/irqdesc.c
parent7625eb2f2fff7bfae41d3119b472c20b48874895 (diff)
downloadblackbird-obmc-linux-a504b86e718a425ea4a34e2f95b5cf0545ddfd8d.tar.gz
blackbird-obmc-linux-a504b86e718a425ea4a34e2f95b5cf0545ddfd8d.zip
tun: reserves space for network in skb
The tun driver allocates skb's to hold data from user and then passes the data into the network stack as received data. Most network devices allocate the receive skb with routines like dev_alloc_skb() that reserves additional space for use by network protocol stack but tun does not. Because of the lack of padding, when the packet is passed through bridge netfilter a new skb has to be allocated. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/irq/irqdesc.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud