summaryrefslogtreecommitdiff
path: root/net/netfilter/core.c
AgeCommit message (Expand)Author
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
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić
2011-11-21netfilter: use jump_label for nf_hooksEric Dumazet
2011-11-01netfilter: do not propagate nf_queue errors in nf_hook_slowFlorian Westphal
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-14netfilter: nf_iterate: fix incorrect RCU usagePatrick McHardy
2011-01-18netfilter: allow NFQUEUE bypass if no listener is availableFlorian Westphal
2011-01-18netfilter: reduce NF_VERDICT_MASK to 0xffFlorian Westphal