aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-08netfilter: core: remove erroneous warn_onFlorian Westphal1-1/+1
2017-08-28netfilter: core: batch nf_unregister_net_hooks synchronize_net callsFlorian Westphal1-3/+56
2017-08-28netfilter: debug: check for sorted arrayFlorian Westphal1-0/+23
2017-08-28netfilter: convert hook list to an arrayAaron Conole1-73/+224
2017-07-18netfilter: fix netfilter_net_init() returnDan Carpenter1-2/+2
2017-07-17netfilter: remove old pre-netns era hook apiFlorian Westphal1-143/+0
2017-05-01netfilter: nf_queue: only call synchronize_net twice if nf_queue is activeFlorian Westphal1-9/+12
2017-05-01netfilter: batch synchronize_net calls during hook unregisterFlorian Westphal1-6/+40
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal1-1/+1
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