summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_flow_offload: fix use-after-free and a resource leakFelix Fietkau2018-02-071-1/+0Star
* netfilter: remove useless prototypeTaehee Yoo2018-02-071-5/+0Star
* netfilter: nf_tables: fix flowtable freePablo Neira Ayuso2018-02-071-0/+2
* netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_tablePablo Neira Ayuso2018-02-071-0/+3
* netfilter: nf_tables: allocate handle and delete objects via handleHarsha Sharma2018-01-191-2/+9
* netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso2018-01-101-21/+2Star
* netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso2018-01-101-2/+2
* netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso2018-01-101-4/+4
* netfilter: nf_tables: remove flag field from struct nft_af_infoPablo Neira Ayuso2018-01-101-6/+0Star
* netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso2018-01-101-2/+0Star
* netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso2018-01-081-0/+5
* netfilter: add generic flow table infrastructurePablo Neira Ayuso2018-01-081-0/+94
* netfilter: nf_tables: add flow table netlink frontendPablo Neira Ayuso2018-01-082-0/+71
* netfilter: nf_tables: remove nft_dereference()Pablo Neira Ayuso2018-01-081-3/+0Star
* netfilter: connlimit: split xt_connlimit into front and backendFlorian Westphal2018-01-081-0/+17
* netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso2018-01-081-3/+1Star
* netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso2018-01-081-8/+1Star
* netfilter: nf_tables_inet: don't use multihook infrastructure anymorePablo Neira Ayuso2018-01-082-4/+0Star
* netfilter: nf_tables: add nft_set_is_anonymous() helperPablo Neira Ayuso2018-01-081-0/+5
* netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso2018-01-083-45/+19Star
* netfilter: core: remove synchronize_net call if nfqueue is usedFlorian Westphal2018-01-081-1/+1
* netfilter: conntrack: l4 protocol trackers can be constFlorian Westphal2018-01-083-13/+13
* netfilter: conntrack: constify list of builtin trackersFlorian Westphal2018-01-081-5/+5
* netfilter: conntrack: remove nlattr_size pointer from l4proto trackersFlorian Westphal2018-01-081-4/+3Star
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-154-9/+25
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-084-9/+25
| |\ \
| | * | netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso2017-11-071-0/+5
| | * | netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal2017-11-061-2/+2
| | * | netfilter: conntrack: make l3proto trackers constFlorian Westphal2017-10-242-2/+2
| | * | netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal2017-10-241-1/+0Star
| | * | netfilter: conntrack: add and use nf_ct_l4proto_log_invalidFlorian Westphal2017-10-241-6/+8
| | * | netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal2017-10-241-0/+10
| | |/
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0749-0/+49
|\| |
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0249-0/+49
| |/
* / locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland2017-10-251-2/+2
|/
* netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal2017-09-082-3/+1Star
* net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-041-6/+0Star
* net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao2017-09-041-1/+1
* netfilter: remove unused hooknum arg from packet functionsFlorian Westphal2017-09-041-1/+0Star
* netfilter: nf_tables: add select_ops for stateful objectsPablo M. Bermudo Garay2017-09-041-11/+24
* netfilter: convert hook list to an arrayAaron Conole2017-08-281-1/+1
* netfilter: conntrack: make protocol tracker pointers constFlorian Westphal2017-08-243-6/+6
* netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFSFlorian Westphal2017-08-241-3/+4
* netfilter: conntrack: place print_tuple in procfs partFlorian Westphal2017-08-242-8/+0Star
* netfilter: conntrack: reduce size of l4protocol trackersFlorian Westphal2017-08-241-2/+2
* netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal2017-08-241-3/+0Star
* netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal2017-08-241-3/+0Star
* netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal2017-08-241-11/+8Star