index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nf_queue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-29
netfilter: move skb_gso_segment into nfnetlink_queue module
Florian Westphal
1
-87
/
+9
2013-04-29
netfilter: nf_queue: move device refcount bump to extra function
Florian Westphal
1
-21
/
+28
2013-04-18
netfilter: add my copyright statements
Patrick McHardy
1
-0
/
+5
2012-12-03
netfilter: kill support for per-af queue backends
Florian Westphal
1
-139
/
+13
2012-09-03
netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()
Michael Wang
1
-4
/
+4
2012-09-03
netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()
Michael Wang
1
-3
/
+3
2012-02-09
netfilter: nf_queue: fix queueing of bridged gro skbs
Florian Westphal
1
-8
/
+32
2012-01-12
net: reintroduce missing rcu_assign_pointer() calls
Eric Dumazet
1
-1
/
+1
2011-08-07
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2011-08-07
netfilter: avoid double free in nf_reinject
Julian Anastasov
1
-0
/
+1
2011-08-02
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
Stephen Hemminger
1
-3
/
+3
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-01-18
netfilter: allow NFQUEUE bypass if no listener is available
Florian Westphal
1
-1
/
+6
2011-01-18
netfilter: reduce NF_VERDICT_MASK to 0xff
Florian Westphal
1
-1
/
+1
2011-01-18
netfilter: nfnetlink_queue: do not free skb on error
Florian Westphal
1
-7
/
+10
2011-01-18
netfilter: nfnetlink_queue: return error number to caller
Florian Westphal
1
-13
/
+31
2010-11-15
netfilter: add __rcu annotations
Eric Dumazet
1
-4
/
+14
2010-08-19
net/netfilter: __rcu annotations
Arnd Bergmann
1
-1
/
+1
2010-05-17
net: add a noref bit on skb dst
Eric Dumazet
1
-0
/
+2
2010-05-13
netfilter: remove unnecessary returns from void function()s
Joe Perches
1
-1
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-19
netfilter: nf_queue: fix NF_STOLEN skb leak
Eric Dumazet
1
-1
/
+1
2009-05-08
netfilter: queue: use NFPROTO_ for queue callsites
Jan Engelhardt
1
-2
/
+2
2008-10-08
netfilter: Introduce NFPROTO_* constants
Jan Engelhardt
1
-6
/
+6
2008-10-08
netfilter: Use unsigned types for hooknum and pf vars
Jan Engelhardt
1
-5
/
+5
2008-04-29
Remove duplicated unlikely() in IS_ERR()
Hirofumi Nakagawa
1
-1
/
+1
2008-03-27
[NETFILTER]: Replate direct proc_fops assignment with proc_create call.
Denis V. Lunev
1
-5
/
+2
2008-03-10
[NETFILTER]: nf_queue: don't return error when unregistering a non-existant h...
Patrick McHardy
1
-1
/
+1
2008-01-28
[NETFILTER]: constify nf_afinfo
Patrick McHardy
1
-2
/
+2
2008-01-28
[NETFILTER]: nf_queue: clean up error paths
Patrick McHardy
1
-53
/
+40
2008-01-28
[NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict
Patrick McHardy
1
-0
/
+2
2008-01-28
[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info
Patrick McHardy
1
-29
/
+36
2008-01-28
[NETFILTER]: nf_queue: move queueing related functions/struct to seperate header
Patrick McHardy
1
-0
/
+1
2008-01-28
[NETFILTER]: nf_queue: remove unused data pointer
Patrick McHardy
1
-1
/
+1
2008-01-28
[NETFILTER]: nf_queue: make queue_handler const
Patrick McHardy
1
-6
/
+6
2008-01-28
[NETFILTER]: nf_queue: remove unnecessary hook existance check
Patrick McHardy
1
-13
/
+0
2008-01-28
[NETFILTER]: nf_queue: minor cleanup
Patrick McHardy
1
-11
/
+20
2007-10-15
[NETFILTER]: Replace sk_buff ** with sk_buff *
Herbert Xu
1
-2
/
+2
2007-07-10
[NET]: Make all initialized struct seq_operations const.
Philippe De Muyter
1
-1
/
+1
2007-07-10
[NETFILTER]: nf_queue: Use RCU and mutex for queue handlers
Yasuyuki Kozakai
1
-23
/
+29
2007-07-10
[NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystem
Yasuyuki Kozakai
1
-1
/
+6
2007-02-12
[NETFILTER]: Fix whitespace errors
YOSHIFUJI Hideaki
1
-11
/
+11
2007-02-12
[PATCH] mark struct file_operations const 8
Arjan van de Ven
1
-1
/
+1
2006-09-22
[NETFILTER]: nf_queue: handle GSO packets
Patrick McHardy
1
-20
/
+60
2006-07-24
[NETFILTER]: nf_queue: handle NF_STOP and unknown verdicts in nf_reinject
Patrick McHardy
1
-5
/
+4
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-04-09
[NETFILTER]: Introduce infrastructure for address family specific operations
Patrick McHardy
1
-36
/
+13
2006-02-27
[NETFILTER]: nf_queue: fix end-of-list check
Patrick McHardy
1
-1
/
+1
2006-02-27
[NETFILTER]: nf_queue: remove unnecessary check for outfn
Patrick McHardy
1
-1
/
+1
2006-02-27
[NETFILTER]: nf_queue: fix rerouting after packet mangling
Patrick McHardy
1
-7
/
+15
[next]