Sign in
android-kvm
/
linux
/
9b8d51f812ce5c8bfffe440391fe85f6e5349f07
/
net
/
netfilter
/
nf_queue.c
99eadf6
netfilter: remove duplicated include
by Wei Yongjun
· 7 years ago
4643562
netfilter: remove route_key_size field in struct nf_afinfo
by Pablo Neira Ayuso
· 7 years ago
ce388f4
netfilter: move reroute indirection to struct nf_ipv6_ops
by Pablo Neira Ayuso
· 7 years ago
7db9a51
netfilter: remove saveroute indirection in struct nf_afinfo
by Pablo Neira Ayuso
· 7 years ago
2a95183
netfilter: don't allocate space for arp/bridge hooks unless needed
by Florian Westphal
· 7 years ago
b0f3833
netfilter: reduce size of hook entry point locations
by Florian Westphal
· 7 years ago
26888df
netfilter: core: remove synchronize_net call if nfqueue is used
by Florian Westphal
· 7 years ago
960632e
netfilter: convert hook list to an array
by Aaron Conole
· 8 years ago
e2a7500
netfilter: conntrack: destroy functions need to free queued packets
by Florian Westphal
· 8 years ago
039b40e
netfilter: nf_queue: only call synchronize_net twice if nf_queue is active
by Florian Westphal
· 8 years ago
0aa8c57
netfilter: introduce accessor functions for hook entries
by Aaron Conole
· 8 years ago
26dfab7
netfilter: merge nf_iterate() into nf_hook_slow()
by Pablo Neira Ayuso
· 8 years ago
01886bd
netfilter: remove hook_entries field from nf_hook_state
by Pablo Neira Ayuso
· 8 years ago
1610a73c
netfilter: kill NF_HOOK_THRESH() and state->tresh
by Pablo Neira Ayuso
· 8 years ago
7034b56
netfilter: fix nf_queue handling
by Pablo Neira Ayuso
· 8 years ago
e3b37f1
netfilter: replace list_head with single linked list
by Aaron Conole
· 8 years ago
dc3ee32
netfilter: nf_queue: Make the queue_handler pernet
by Eric W. Biederman
· 9 years ago
81b4325
netfilter: nf_queue: remove rcu_read_lock calls
by Florian Westphal
· 9 years ago
ed78d09
netfilter: make nf_queue_entry_get_refs return void
by Florian Westphal
· 9 years ago
2ffbceb
netfilter: remove hook owner refcounting
by Florian Westphal
· 9 years ago
7ceebfe
netfilter: nfqueue: don't use prev pointer
by Florian Westphal
· 9 years ago
d815d90
netfilter: Push struct net down into nf_afinfo.reroute
by Eric W. Biederman
· 9 years ago
0c4b51f
netfilter: Pass net into okfn
by Eric W. Biederman
· 9 years ago
2385eb0
netfilter: nf_queue: fix nf_queue_nf_hook_drop()
by Pablo Neira Ayuso
· 10 years ago
f307170
netfilter: nf_queue: Don't recompute the hook_list head
by Eric W. Biederman
· 10 years ago
8405a8f
netfilter: nf_qeueue: Drop queue entries on nf_unregister_hook
by Eric W. Biederman
· 10 years ago
aadd51a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Pablo Neira Ayuso
· 10 years ago
c737b7c
netfilter: bridge: add helpers for fetching physin/outdev
by Florian Westphal
· 10 years ago
7026b1d
netfilter: Pass socket pointer down through okfn().
by David Miller
· 10 years ago
1c984f8a
netfilter: Add socket pointer to nf_hook_state.
by David Miller
· 10 years ago
1d1de89
netfilter: Use nf_hook_state in nf_queue_entry.
by David S. Miller
· 10 years ago
cfdfab3
netfilter: Create and use nf_hook_state.
by David S. Miller
· 10 years ago
1109a90
netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
by Pablo Neira Ayuso
· 10 years ago
a5fedd43
netfilter: move skb_gso_segment into nfnetlink_queue module
by Florian Westphal
· 12 years ago
4bd6044
netfilter: nf_queue: move device refcount bump to extra function
by Florian Westphal
· 12 years ago
f229f6c
netfilter: add my copyright statements
by Patrick McHardy
· 12 years ago
0360ae4
netfilter: kill support for per-af queue backends
by Florian Westphal
· 12 years ago
1c15b67
netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()
by Michael Wang
· 13 years ago
2a6decf
netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()
by Michael Wang
· 13 years ago
a8db7b2
netfilter: nf_queue: fix queueing of bridged gro skbs
by Florian Westphal
· 13 years ago
cf778b0
net: reintroduce missing rcu_assign_pointer() calls
by Eric Dumazet
· 13 years ago
19fd617
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 14 years ago
fad5444
netfilter: avoid double free in nf_reinject
by Julian Anastasov
· 14 years ago
a9b3cd7
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
by Stephen Hemminger
· 14 years ago
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