--- linux-mips-cvs-21012005/include/linux/skbuff.h 2005-01-31 12:56:47.000000000 +0100 +++ linux-broadcom/include/linux/skbuff.h 2005-01-31 12:55:24.000000000 +0100 @@ -135,10 +135,6 @@ struct sock *sk; /* Socket we are owned by */ struct timeval stamp; /* Time we arrived */ struct net_device *dev; /* Device we arrived on/are leaving by */ - struct net_device *real_dev; /* For support of point to point protocols - (e.g. 802.3ad) over bonding, we must save the - physical device that got the packet before - replacing skb->dev with the virtual device. */ /* Transport layer header */ union @@ -219,6 +215,10 @@ #ifdef CONFIG_NET_SCHED __u32 tc_index; /* traffic control index */ #endif + struct net_device *real_dev; /* For support of point to point protocols + (e.g. 802.3ad) over bonding, we must save the + physical device that got the packet before + replacing skb->dev with the virtual device. */ }; #ifdef __KERNEL__ alue='rm'>rm Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/supertux
AgeCommit message (Expand)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther3
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther3
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe2
2008-01-17supertux-qvga 0.1.3: Add QVGA port of SperTux, based on GP2X port.Paul Sokolovsky4
2008-01-17supertux: Fix QA warnings for .desktop.Paul Sokolovsky1
2008-01-12supertux 0.1.3: Add kinda latest version.Paul Sokolovsky1
2008-01-12supertux 0.1.2: Use .desktop/icon from gp2x port.Paul Sokolovsky1
2008-01-12supertux: New .desktop file, from gp2x port by Ingo Arndt.Paul Sokolovsky1
2008-01-12supertux: New desktop icon, from gp2x port by Ingo Arndt.Paul Sokolovsky1
2008-01-12supertux 0.1.2: Disable flaming opengl.Paul Sokolovsky1
2008-01-12supertux 0.1.2: Use sdl.bbclass, add icon.Paul Sokolovsky3
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-11-29Introduce STAGING_BINDIR_CROSS and STAGING_BINDIR_NATIVE as discussed on the ...Richard Purdie1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2005-11-29supertux: set SDL_CONFIG (see bug #500)Frederic Bompart1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi2
2005-01-30add supertux, a 2d super mario style game using SDLMichael Lauer1