linux/net
Patrick McHardy 239a87c876 [NET_SCHED]: act_ipt: fix regression in ipt action
The x_tables patch broke target module autoloading in the ipt action
by replacing the ipt_find_target call (which does autoloading) by
xt_find_target (which doesn't do autoloading). Additionally xt_find_target
may return ERR_PTR values in case of an error, which are not handled.

Use xt_request_find_target, which does both autoloading and ERR_PTR
handling properly. Also don't forget to drop the target module reference
again when xt_check_target fails.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-02-02 00:40:36 -08:00
..
802
8021q
appletalk
atm
ax25
bluetooth [Bluetooth] Restrict well known PSM to privileged users 2007-01-22 22:00:45 +01:00
bridge
core [IPSEC] flow: Fix potential memory leak 2007-01-23 20:25:39 -08:00
dccp [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). 2007-01-26 01:04:55 -08:00
decnet [DECNET]: Handle a failure in neigh_parms_alloc (take 2) 2007-01-25 15:51:51 -08:00
econet
ethernet
ieee80211
ipv4 [NETFILTER]: SIP conntrack: fix out of bounds memory access 2007-01-30 14:25:24 -08:00
ipv6 [IPV6]: fix BUG of ndisc_send_redirect() 2007-01-30 14:33:20 -08:00
ipx
irda
key
lapb
llc
netfilter [NETFILTER]: xt_hashlimit: fix ip6tables dependency 2007-01-30 21:36:09 -08:00
netlabel NetLabel: correct CIPSO tag handling when adding new DOI definitions 2007-01-09 00:30:01 -08:00
netlink
netrom
packet [AF_PACKET]: Check device down state before hard header callbacks. 2007-01-25 19:30:36 -08:00
rose
rxrpc
sched [NET_SCHED]: act_ipt: fix regression in ipt action 2007-02-02 00:40:36 -08:00
sctp [SCTP]: Force update of the rto when processing HB-ACK 2007-01-30 14:36:14 -08:00
sunrpc [PATCH] knfsd: ratelimit some nfsd messages that are triggered by external events 2007-01-30 08:26:45 -08:00
tipc
unix
wanrouter
x25 [X.25]: Add missing sock_put in x25_receive_data 2007-01-23 20:25:48 -08:00
xfrm [IPSEC]: Policy list disorder 2007-01-23 20:25:51 -08:00
compat.c
Kconfig
Makefile
nonet.c
socket.c
sysctl_net.c
TUNABLE