Sign in
android-kvm
/
linux
/
55b220cafadd71b9f83759f7b396998b2547dc5f
/
net
/
netfilter
/
nf_queue.c
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
94b27cc
netfilter: allow NFQUEUE bypass if no listener is available
by Florian Westphal
· 14 years ago
f615df7
netfilter: reduce NF_VERDICT_MASK to 0xff
by Florian Westphal
· 14 years ago
06cdb63
netfilter: nfnetlink_queue: do not free skb on error
by Florian Westphal
· 14 years ago
f158508
netfilter: nfnetlink_queue: return error number to caller
by Florian Westphal
· 14 years ago
0e60ebe
netfilter: add __rcu annotations
by Eric Dumazet
· 14 years ago
0906a37
net/netfilter: __rcu annotations
by Arnd Bergmann
· 15 years ago
7fee226
net: add a noref bit on skb dst
by Eric Dumazet
· 15 years ago
736d58e
netfilter: remove unnecessary returns from void function()s
by Joe Perches
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
64507fd
netfilter: nf_queue: fix NF_STOLEN skb leak
by Eric Dumazet
· 15 years ago
4b1e27e
netfilter: queue: use NFPROTO_ for queue callsites
by Jan Engelhardt
· 16 years ago
7e9c6ee
netfilter: Introduce NFPROTO_* constants
by Jan Engelhardt
· 16 years ago
76108ce
netfilter: Use unsigned types for hooknum and pf vars
by Jan Engelhardt
· 16 years ago
801678c
Remove duplicated unlikely() in IS_ERR()
by Hirofumi Nakagawa
· 17 years ago
8eeee8b
[NETFILTER]: Replate direct proc_fops assignment with proc_create call.
by Denis V. Lunev
· 17 years ago
94be1a3
[NETFILTER]: nf_queue: don't return error when unregistering a non-existant handler
by Patrick McHardy
· 17 years ago
1e796fd
[NETFILTER]: constify nf_afinfo
by Patrick McHardy
· 17 years ago
daaa8be
[NETFILTER]: nf_queue: clean up error paths
by Patrick McHardy
· 17 years ago
4b3d15e
[NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict
by Patrick McHardy
· 17 years ago
02f014d
[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info
by Patrick McHardy
· 17 years ago
c01cd42
[NETFILTER]: nf_queue: move queueing related functions/struct to seperate header
by Patrick McHardy
· 17 years ago
f9d8928
[NETFILTER]: nf_queue: remove unused data pointer
by Patrick McHardy
· 17 years ago
e3ac529
[NETFILTER]: nf_queue: make queue_handler const
by Patrick McHardy
· 17 years ago
fb46990
[NETFILTER]: nf_queue: remove unnecessary hook existance check
by Patrick McHardy
· 17 years ago
8b1cf0d
[NETFILTER]: nf_queue: minor cleanup
by Patrick McHardy
· 17 years ago
3db05fea
[NETFILTER]: Replace sk_buff ** with sk_buff *
by Herbert Xu
· 17 years ago
56b3d97
[NET]: Make all initialized struct seq_operations const.
by Philippe De Muyter
· 18 years ago
585426f
[NETFILTER]: nf_queue: Use RCU and mutex for queue handlers
by Yasuyuki Kozakai
· 18 years ago
ce7663d
[NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystem
by Yasuyuki Kozakai
· 18 years ago
601e68e
[NETFILTER]: Fix whitespace errors
by YOSHIFUJI Hideaki
· 18 years ago
da7071d
[PATCH] mark struct file_operations const 8
by Arjan van de Ven
· 18 years ago
394f545
[NETFILTER]: nf_queue: handle GSO packets
by Patrick McHardy
· 19 years ago
3bc3871
[NETFILTER]: nf_queue: handle NF_STOP and unknown verdicts in nf_reinject
by Patrick McHardy
· 19 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
bce8032
[NETFILTER]: Introduce infrastructure for address family specific operations
by Patrick McHardy
· 19 years ago
45fe4dc
[NETFILTER]: nf_queue: fix end-of-list check
by Patrick McHardy
· 19 years ago
e121e9e
[NETFILTER]: nf_queue: remove unnecessary check for outfn
by Patrick McHardy
· 19 years ago
7a11b98
[NETFILTER]: nf_queue: fix rerouting after packet mangling
by Patrick McHardy
· 19 years ago
f92f871
[NETFILTER]: nf_queue: check if rerouter is present before using it
by Patrick McHardy
· 19 years ago
e02f7d16
[NETFILTER]: nf_queue: don't copy registered rerouter data
by Patrick McHardy
· 19 years ago
1758ee0
[NETFILTER] nf_queue: Fix Ooops when no queue handler registered
by Harald Welte
· 19 years ago
d72367b
[NETFILTER]: more verbose return codes from nf_{log,queue}
by Harald Welte
· 20 years ago
bbd86b9f
[NETFILTER]: add /proc/net/netfilter interface to nf_queue
by Harald Welte
· 20 years ago
f6ebe77
[NETFILTER]: split net/core/netfilter.c into net/netfilter/*.c
by Harald Welte
· 20 years ago