summaryrefslogtreecommitdiffstats
path: root/net/netfilter/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* netfilter: remove unneeded variable proc_net_netfilterPablo Neira Ayuso2013-04-051-12/+4
* netfilter: make /proc/net/netfilter pernetGao feng2013-04-051-4/+29
* netfilter: kill support for per-af queue backendsFlorian Westphal2012-12-031-2/+0
* netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()Michael Wang2012-09-031-2/+2
* netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()Michael Wang2012-09-031-14/+10
* netfilter: add protocol independent NAT corePatrick McHardy2012-08-301-0/+5
* netfilter: replace list_for_each_continue_rcu with new interfaceMichael Wang2012-08-221-4/+6
* netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_N...Pablo Neira Ayuso2012-06-221-0/+3
* netfilter: nfq_ct_hook needs __rcu and __read_mostlyPablo Neira Ayuso2012-06-201-1/+1
* netfilter: add glue code to integrate nfnetlink_queue and ctnetlinkPablo Neira Ayuso2012-06-161-0/+4
* net: Delete all remaining instances of ctl_pathEric W. Biederman2012-04-201-9/+0
* static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-3/+3
* net:netfilter: use IS_ENABLEDIgor Maravić2011-12-161-1/+1
* netfilter: use jump_label for nf_hooksEric Dumazet2011-11-211-1/+12
* netfilter: do not propagate nf_queue errors in nf_hook_slowFlorian Westphal2011-11-011-6/+5
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-191-1/+2
|\
| * netfilter: nf_iterate: fix incorrect RCU usagePatrick McHardy2011-02-141-1/+2
* | netfilter: allow NFQUEUE bypass if no listener is availableFlorian Westphal2011-01-181-0/+3
* | netfilter: reduce NF_VERDICT_MASK to 0xffFlorian Westphal2011-01-181-2/+2
OpenPOWER on IntegriCloud