aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-06netfilter: convert while loops to for loopsAaron Conole1-4/+2
2016-12-06netfilter: introduce accessor functions for hook entriesAaron Conole1-6/+4
2016-11-03netfilter: handle NF_REPEAT from nf_conntrack_in()Pablo Neira Ayuso1-2/+0
2016-11-03netfilter: merge nf_iterate() into nf_hook_slow()Pablo Neira Ayuso1-45/+28
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso1-5/+4
2016-11-03netfilter: use switch() to handle verdict cases from nf_hook_slow()Pablo Neira Ayuso1-4/+14
2016-11-03netfilter: deprecate NF_STOPPablo Neira Ayuso1-1/+1
2016-11-03netfilter: kill NF_HOOK_THRESH() and state->treshPablo Neira Ayuso1-4/+0
2016-11-03netfilter: remove comments that predate rcu daysPablo Neira Ayuso1-7/+0
2016-11-03netfilter: get rid of useless debugging from corePablo Neira Ayuso1-9/+0
2016-10-20netfilter: fix nf_queue handlingPablo Neira Ayuso1-10/+3
2016-10-11netfilter: Fix slab corruption.Linus Torvalds1-75/+33
2016-09-30netfilter: accommodate different kconfig in nf_set_hooks_headAaron Conole1-4/+11
2016-09-30netfilter: Fix potential null pointer dereferenceAaron Conole1-1/+1
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-5/+46
2016-09-25netfilter: replace list_head with single linked listAaron Conole1-49/+92
2016-09-24netfilter: Only allow sane values in nf_register_net_hookAaron Conole1-0/+5
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole1-5/+1
2016-09-19net: Add _nf_(un)register_hooks symbolsMahesh Bandewar1-5/+46
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