aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-10-16netfilter: make nf_queue_entry_get_refs return voidFlorian Westphal1-2/+0
2015-10-13netfilter: sync with packet rx also after removing queue entriesFlorian Westphal1-0/+2
2015-10-05netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack infoKen-ichirou MATSUZAWA1-2/+2
2015-10-04netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.cPablo Neira Ayuso1-3/+6
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman1-1/+1
2015-09-02netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann1-0/+6
2015-08-28netfilter: reduce sparse warningsFlorian Westphal1-3/+0
2015-07-23netfilter: rename local nf_hook_list to hook_listPablo Neira Ayuso1-14/+14
2015-07-23netfilter: fix possible removal of wrong hookPablo Neira Ayuso1-22/+19
2015-07-23netfilter: nf_queue: fix nf_queue_nf_hook_drop()Pablo Neira Ayuso1-1/+1
2015-07-20netfilter: Fix memory leak in nf_register_net_hookEric W. Biederman1-1/+3
2015-07-15netfilter: move tee_active to coreFlorian Westphal1-0/+3
2015-07-15netfilter: Per network namespace netfilter hooks.Eric W. Biederman1-21/+161
2015-07-15netfilter: Factor out the hook list selection from nf_register_hookEric W. Biederman1-14/+18
2015-07-15netfilter: Simply the tests for enabling and disabling the ingress queue hookEric W. Biederman1-11/+6
2015-06-23netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman1-0/+1
2015-05-14netfilter: add netfilter ingress hook after handle_ing() under unique static keyPablo Neira1-1/+30
2015-05-14netfilter: add hook list to nf_hook_statePablo Neira1-4/+2
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller1-2/+1
2015-04-04netfilter: Create and use nf_hook_state.David S. Miller1-19/+13
2014-11-13netfilter: fix various sparse warningsFlorian Westphal1-0/+1
2014-08-25netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABELZhouyi Zhou1-3/+3
2014-08-08netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso1-9/+2
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy1-1/+1
2013-07-31netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach()Patrick McHardy1-3/+4
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-6/+15
2013-05-23netfilter: don't panic on error while walking through the init pathPablo Neira Ayuso1-6/+15
2013-05-23netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal1-0/+2
2013-04-18netfilter: add my copyright statementsPatrick McHardy1-0/+1
2013-04-05netfilter: remove unneeded variable proc_net_netfilterPablo Neira Ayuso1-12/+4
2013-04-05netfilter: make /proc/net/netfilter pernetGao feng1-4/+29
2012-12-03netfilter: kill support for per-af queue backendsFlorian Westphal1-2/+0
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()Michael Wang1-2/+2
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()Michael Wang1-14/+10
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy1-0/+5
2012-08-22netfilter: replace list_for_each_continue_rcu with new interfaceMichael Wang1-4/+6
2012-06-22netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_NF_CT_NETLINK=yPablo Neira Ayuso1-0/+3
2012-06-20netfilter: nfq_ct_hook needs __rcu and __read_mostlyPablo Neira Ayuso1-1/+1
2012-06-16netfilter: add glue code to integrate nfnetlink_queue and ctnetlinkPablo Neira Ayuso1-0/+4
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman1-9/+0
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-3/+3
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić1-1/+1
2011-11-21netfilter: use jump_label for nf_hooksEric Dumazet1-1/+12
2011-11-01netfilter: do not propagate nf_queue errors in nf_hook_slowFlorian Westphal1-6/+5
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2011-02-14netfilter: nf_iterate: fix incorrect RCU usagePatrick McHardy1-1/+2
2011-01-18netfilter: allow NFQUEUE bypass if no listener is availableFlorian Westphal1-0/+3
2011-01-18netfilter: reduce NF_VERDICT_MASK to 0xffFlorian Westphal1-2/+2