summaryrefslogtreecommitdiff
path: root/net/netfilter/core.c
AgeCommit message (Expand)Author
2018-01-10netfilter: core: return EBUSY in case NAT hook is already in usePablo Neira Ayuso
2018-01-10netfilter: core: make local function __nf_unregister_net_hook staticWei Yongjun
2018-01-08netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso
2018-01-08netfilter: core: support for NFPROTO_INET hook registrationPablo Neira Ayuso
2018-01-08netfilter: core: pass family as parameter to nf_remove_net_hook()Pablo Neira Ayuso
2018-01-08netfilter: core: pass hook number, family and device to nf_find_hook_list()Pablo Neira Ayuso
2018-01-08netfilter: core: add nf_remove_net_hookPablo Neira Ayuso
2018-01-08netfilter: core: only allow one nat hook per hook pointFlorian Westphal
2018-01-08netfilter: don't allocate space for arp/bridge hooks unless neededFlorian Westphal
2018-01-08netfilter: don't allocate space for decnet hooks unless neededFlorian Westphal
2018-01-08netfilter: reduce hook array sizes to what is neededFlorian Westphal
2018-01-08netfilter: reduce size of hook entry point locationsFlorian Westphal
2018-01-08netfilter: core: free hooks with call_rcuFlorian Westphal
2018-01-08netfilter: core: remove synchronize_net call if nfqueue is usedFlorian Westphal
2018-01-08netfilter: core: make nf_unregister_net_hooks simple wrapper againFlorian Westphal
2017-09-08netfilter: core: remove erroneous warn_onFlorian Westphal
2017-08-28netfilter: core: batch nf_unregister_net_hooks synchronize_net callsFlorian Westphal
2017-08-28netfilter: debug: check for sorted arrayFlorian Westphal
2017-08-28netfilter: convert hook list to an arrayAaron Conole
2017-07-18netfilter: fix netfilter_net_init() returnDan Carpenter
2017-07-17netfilter: remove old pre-netns era hook apiFlorian Westphal
2017-05-01netfilter: nf_queue: only call synchronize_net twice if nf_queue is activeFlorian Westphal
2017-05-01netfilter: batch synchronize_net calls during hook unregisterFlorian Westphal
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal
2016-12-06netfilter: convert while loops to for loopsAaron Conole
2016-12-06netfilter: introduce accessor functions for hook entriesAaron Conole
2016-11-03netfilter: handle NF_REPEAT from nf_conntrack_in()Pablo Neira Ayuso
2016-11-03netfilter: merge nf_iterate() into nf_hook_slow()Pablo Neira Ayuso
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso
2016-11-03netfilter: use switch() to handle verdict cases from nf_hook_slow()Pablo Neira Ayuso
2016-11-03netfilter: deprecate NF_STOPPablo Neira Ayuso
2016-11-03netfilter: kill NF_HOOK_THRESH() and state->treshPablo Neira Ayuso
2016-11-03netfilter: remove comments that predate rcu daysPablo Neira Ayuso
2016-11-03netfilter: get rid of useless debugging from corePablo Neira Ayuso
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