index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
core.c
Age
Commit message (
Expand
)
Author
2013-10-14
netfilter: pass hook ops to hookfn
Patrick McHardy
2013-07-31
netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach()
Patrick McHardy
2013-06-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
2013-05-23
netfilter: don't panic on error while walking through the init path
Pablo Neira Ayuso
2013-05-23
netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6
Florian Westphal
2013-04-18
netfilter: add my copyright statements
Patrick McHardy
2013-04-05
netfilter: remove unneeded variable proc_net_netfilter
Pablo Neira Ayuso
2013-04-05
netfilter: make /proc/net/netfilter pernet
Gao feng
2012-12-03
netfilter: kill support for per-af queue backends
Florian Westphal
2012-09-03
netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()
Michael Wang
2012-09-03
netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()
Michael Wang
2012-08-30
netfilter: add protocol independent NAT core
Patrick McHardy
2012-08-22
netfilter: replace list_for_each_continue_rcu with new interface
Michael Wang
2012-06-22
netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_N...
Pablo Neira Ayuso
2012-06-20
netfilter: nfq_ct_hook needs __rcu and __read_mostly
Pablo Neira Ayuso
2012-06-16
netfilter: add glue code to integrate nfnetlink_queue and ctnetlink
Pablo Neira Ayuso
2012-04-20
net: Delete all remaining instances of ctl_path
Eric W. Biederman
2012-02-24
static keys: Introduce 'struct static_key', static_key_true()/false() and sta...
Ingo Molnar
2011-12-16
net:netfilter: use IS_ENABLED
Igor Maravić
2011-11-21
netfilter: use jump_label for nf_hooks
Eric Dumazet
2011-11-01
netfilter: do not propagate nf_queue errors in nf_hook_slow
Florian Westphal
2011-08-02
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
Stephen Hemminger
2011-02-19
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-02-14
netfilter: nf_iterate: fix incorrect RCU usage
Patrick McHardy
2011-01-18
netfilter: allow NFQUEUE bypass if no listener is available
Florian Westphal
2011-01-18
netfilter: reduce NF_VERDICT_MASK to 0xff
Florian Westphal
2011-01-18
netfilter: nfnetlink_queue: do not free skb on error
Florian Westphal
2011-01-18
netfilter: nfnetlink_queue: return error number to caller
Florian Westphal
2011-01-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Simon Horman
2010-11-17
netfilter: allow hooks to pass error code back up the stack
Eric Paris
2010-11-15
netfilter: add __rcu annotations
Eric Dumazet
2010-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2010-10-04
netfilter: unregister nf hooks, matches and targets in the reverse order
Changli Gao
2010-08-19
net/netfilter: __rcu annotations
Arnd Bergmann
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-11-12
sysctl net: Remove unused binary sysctl code
Eric W. Biederman
2009-02-18
netfilter: remove unneeded goto
Jan Engelhardt
2008-10-08
netfilter: enable netfilter in netns
Alexey Dobriyan
2008-10-08
netfilter: Introduce NFPROTO_* constants
Jan Engelhardt
2008-10-08
netfilter: Use unsigned types for hooknum and pf vars
Jan Engelhardt
2008-03-26
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
2008-03-24
[NETNS]: Process netfilter hooks in initial namespace only.
Denis V. Lunev
2008-01-28
[NETFILTER]: kill nf_sysctl.c
Patrick McHardy
2008-01-28
[NETFILTER]: constify nf_afinfo
Patrick McHardy
2008-01-28
[NETFILTER]: remove annoying debugging message
Patrick McHardy
2008-01-28
[NETFILTER]: nf_queue: remove unnecessary hook existance check
Patrick McHardy
2008-01-28
[NETFILTER]: replace list_for_each with list_for_each_entry
Li Zefan
2008-01-28
[NET]: Move netfilter checksum helpers to net/core/utils.c
Patrick McHardy
2007-10-15
[NETFILTER]: Replace sk_buff ** with sk_buff *
Herbert Xu
2007-10-15
[NETFILTER]: Do not copy skb in skb_make_writable
Herbert Xu
[next]