summaryrefslogtreecommitdiffstats
path: root/net/netfilter/core.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal2017-02-021-1/+1
* netfilter: convert while loops to for loopsAaron Conole2016-12-061-4/+2
* netfilter: introduce accessor functions for hook entriesAaron Conole2016-12-061-6/+4
* netfilter: handle NF_REPEAT from nf_conntrack_in()Pablo Neira Ayuso2016-11-031-2/+0
* netfilter: merge nf_iterate() into nf_hook_slow()Pablo Neira Ayuso2016-11-031-45/+28
* netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso2016-11-031-5/+4
* netfilter: use switch() to handle verdict cases from nf_hook_slow()Pablo Neira Ayuso2016-11-031-4/+14
* netfilter: deprecate NF_STOPPablo Neira Ayuso2016-11-031-1/+1
* netfilter: kill NF_HOOK_THRESH() and state->treshPablo Neira Ayuso2016-11-031-4/+0
* netfilter: remove comments that predate rcu daysPablo Neira Ayuso2016-11-031-7/+0
* netfilter: get rid of useless debugging from corePablo Neira Ayuso2016-11-031-9/+0
* netfilter: fix nf_queue handlingPablo Neira Ayuso2016-10-201-10/+3
* netfilter: Fix slab corruption.Linus Torvalds2016-10-111-75/+33
* netfilter: accommodate different kconfig in nf_set_hooks_headAaron Conole2016-09-301-4/+11
* netfilter: Fix potential null pointer dereferenceAaron Conole2016-09-301-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-251-5/+46
|\
| * net: Add _nf_(un)register_hooks symbolsMahesh Bandewar2016-09-191-5/+46
* | netfilter: replace list_head with single linked listAaron Conole2016-09-251-49/+92
* | netfilter: Only allow sane values in nf_register_net_hookAaron Conole2016-09-241-0/+5
* | netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole2016-09-241-5/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-0/+2
|\
| * netfilter: sync with packet rx also after removing queue entriesFlorian Westphal2015-10-131-0/+2
* | netfilter: make nf_queue_entry_get_refs return voidFlorian Westphal2015-10-161-2/+0
* | netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack infoKen-ichirou MATSUZAWA2015-10-051-2/+2
* | netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.cPablo Neira Ayuso2015-10-041-3/+6
* | netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-181-1/+1
|/
* netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann2015-09-021-0/+6
* netfilter: reduce sparse warningsFlorian Westphal2015-08-281-3/+0
* netfilter: rename local nf_hook_list to hook_listPablo Neira Ayuso2015-07-231-14/+14
* netfilter: fix possible removal of wrong hookPablo Neira Ayuso2015-07-231-22/+19
* netfilter: nf_queue: fix nf_queue_nf_hook_drop()Pablo Neira Ayuso2015-07-231-1/+1
* netfilter: Fix memory leak in nf_register_net_hookEric W. Biederman2015-07-201-1/+3
* netfilter: move tee_active to coreFlorian Westphal2015-07-151-0/+3
* netfilter: Per network namespace netfilter hooks.Eric W. Biederman2015-07-151-21/+161
* netfilter: Factor out the hook list selection from nf_register_hookEric W. Biederman2015-07-151-14/+18
* netfilter: Simply the tests for enabling and disabling the ingress queue hookEric W. Biederman2015-07-151-11/+6
* netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman2015-06-231-0/+1
* netfilter: add netfilter ingress hook after handle_ing() under unique static keyPablo Neira2015-05-141-1/+30
* netfilter: add hook list to nf_hook_statePablo Neira2015-05-141-4/+2
* netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-041-2/+1
* netfilter: Create and use nf_hook_state.David S. Miller2015-04-041-19/+13
* netfilter: fix various sparse warningsFlorian Westphal2014-11-131-0/+1
* netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABELZhouyi Zhou2014-08-251-3/+3
* netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso2014-08-081-9/+2
* netfilter: pass hook ops to hookfnPatrick McHardy2013-10-141-1/+1
* netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach()Patrick McHardy2013-07-311-3/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-06-061-6/+15
|\
| * netfilter: don't panic on error while walking through the init pathPablo Neira Ayuso2013-05-231-6/+15
* | netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal2013-05-231-0/+2
|/
* netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+1