summaryrefslogtreecommitdiff
path: root/drivers/usb/wusbcore/Makefile
blob: b3bd313032b10dcb2c8619b94286ad9fb2ee633b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
ccflags-$(CONFIG_USB_WUSB_CBAF_DEBUG) := -DDEBUG

obj-$(CONFIG_USB_WUSB)		+= wusbcore.o
obj-$(CONFIG_USB_HWA_HCD)	+= wusb-wa.o
obj-$(CONFIG_USB_WUSB_CBAF)	+= wusb-cbaf.o


wusbcore-y :=		\
	crypto.o	\
	devconnect.o	\
	dev-sysfs.o	\
	mmc.o		\
	pal.o		\
	rh.o		\
	reservation.o	\
	security.o	\
	wusbhc.o

wusb-cbaf-y := cbaf.o

wusb-wa-y :=		\
	wa-hc.o		\
	wa-nep.o	\
	wa-rpipe.o	\
	wa-xfer.o
n='2' class='oid'>11df4b760f11ca7528c62b1c4b870735d1c62116 (diff)
netfilter: reset netfilter state when duplicating packet
We should also toss nf_bridge_info, if any -- packet is leaving via ip_local_out, also, this skb isn't bridged -- it is a locally generated copy. Also this avoids the need to touch this later when skb->nfct is replaced with 'unsigned long _nfct' in followup patch. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat
-rw-r--r--net/ipv4/netfilter/nf_dup_ipv4.c2
-rw-r--r--net/ipv6/netfilter/nf_dup_ipv6.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/netfilter/nf_dup_ipv4.c b/net/ipv4/netfilter/nf_dup_ipv4.c