summaryrefslogtreecommitdiff
path: root/net/netfilter/core.c
AgeCommit message (Expand)Author
2017-12-16Fix handling of verdicts after NF_QUEUEDebabrata Banerjee
2016-10-20netfilter: fix nf_queue handlingPablo Neira Ayuso
2016-10-11netfilter: Fix slab corruption.Linus Torvalds
2016-09-30netfilter: accommodate different kconfig in nf_set_hooks_headAaron Conole
2016-09-30netfilter: Fix potential null pointer dereferenceAaron Conole
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2016-09-25netfilter: replace list_head with single linked listAaron Conole
2016-09-24netfilter: Only allow sane values in nf_register_net_hookAaron Conole
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole
2016-09-19net: Add _nf_(un)register_hooks symbolsMahesh Bandewar
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-16netfilter: make nf_queue_entry_get_refs return voidFlorian Westphal
2015-10-13netfilter: sync with packet rx also after removing queue entriesFlorian Westphal
2015-10-05netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack infoKen-ichirou MATSUZAWA
2015-10-04netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.cPablo Neira Ayuso
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman
2015-09-02netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann
2015-08-28netfilter: reduce sparse warningsFlorian Westphal
2015-07-23netfilter: rename local nf_hook_list to hook_listPablo Neira Ayuso
2015-07-23netfilter: fix possible removal of wrong hookPablo Neira Ayuso
2015-07-23netfilter: nf_queue: fix nf_queue_nf_hook_drop()Pablo Neira Ayuso
2015-07-20netfilter: Fix memory leak in nf_register_net_hookEric W. Biederman
2015-07-15netfilter: move tee_active to coreFlorian Westphal
2015-07-15netfilter: Per network namespace netfilter hooks.Eric W. Biederman
2015-07-15netfilter: Factor out the hook list selection from nf_register_hookEric W. Biederman
2015-07-15netfilter: Simply the tests for enabling and disabling the ingress queue hookEric W. Biederman
2015-06-23netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman
2015-05-14netfilter: add netfilter ingress hook after handle_ing() under unique static keyPablo Neira
2015-05-14netfilter: add hook list to nf_hook_statePablo Neira
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller
2015-04-04netfilter: Create and use nf_hook_state.David S. Miller
2014-11-13netfilter: fix various sparse warningsFlorian Westphal
2014-08-25netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABELZhouyi Zhou
2014-08-08netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy
2013-07-31netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach()Patrick McHardy
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-05-23netfilter: don't panic on error while walking through the init pathPablo Neira Ayuso
2013-05-23netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal
2013-04-18netfilter: add my copyright statementsPatrick McHardy
2013-04-05netfilter: remove unneeded variable proc_net_netfilterPablo Neira Ayuso
2013-04-05netfilter: make /proc/net/netfilter pernetGao feng
2012-12-03netfilter: kill support for per-af queue backendsFlorian Westphal
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()Michael Wang
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()Michael Wang
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy
2012-08-22netfilter: replace list_for_each_continue_rcu with new interfaceMichael Wang
2012-06-22netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_N...Pablo Neira Ayuso
2012-06-20netfilter: nfq_ct_hook needs __rcu and __read_mostlyPablo Neira Ayuso
2012-06-16netfilter: add glue code to integrate nfnetlink_queue and ctnetlinkPablo Neira Ayuso