22 Aug, 2007
1 commit
-
Easily avoidable compiler warnings bug me.
Building irmod without CONFIG_SYSCTL currently results in :
net/irda/irmod.c:132: warning: label 'out_err_2' defined but not usedBut that can easily be avoided by simply moving the label inside
the existing "#ifdef CONFIG_SYSCTL" one line above it.This patch moves the label and buys us one less warning with no
ill effects.Signed-off-by: Jesper Juhl
Signed-off-by: David S. Miller
11 Jul, 2007
1 commit
-
First IrDA configuration netlink layer implementation.
Currently, we only support the set/get mode commands.Signed-off-by: Samuel Ortiz
Signed-off-by: David S. Miller
27 Feb, 2007
1 commit
-
This patch adds proper prototypes for some functions in
include/net/irda/irda.hSigned-off-by: Adrian Bunk
Signed-off-by: David S. Miller
11 Feb, 2007
1 commit
-
Signed-off-by: YOSHIFUJI Hideaki
Signed-off-by: David S. Miller
01 Jul, 2006
1 commit
-
Signed-off-by: Jörn Engel
Signed-off-by: Adrian Bunk
30 Aug, 2005
1 commit
-
Bonding just wants the device before the skb_bond()
decapsulation occurs, so simply pass that original
device into packet_type->func() as an argument.It remains to be seen whether we can use this same
exact thing to get rid of skb->input_dev as well.Signed-off-by: David S. Miller
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!