summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-0/+4
|\
| * netfilter: nf_tables: cache device name in flowtable objectPablo Neira Ayuso2018-03-221-0/+4
* | netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso2018-03-301-5/+5
* | netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso2018-03-301-0/+4
* | netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso2018-03-301-0/+3
* | netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso2018-03-301-1/+1
* | netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso2018-03-301-8/+8
* | netfilter: Refactor nf_conncountYi-Hung Wei2018-03-201-1/+0
* | netfilter: make xt_rateest hash table per netCong Wang2018-03-051-2/+2
* | netfilter: nf_conntrack_broadcast: remove useless parameterTaehee Yoo2018-03-051-2/+1
|/
* netfilter: nf_flow_offload: fix use-after-free and a resource leakFelix Fietkau2018-02-071-1/+0
* netfilter: remove useless prototypeTaehee Yoo2018-02-071-5/+0
* 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/+2
* 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/+0
* netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso2018-01-101-2/+0
* 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/+0
* 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/+1
* netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso2018-01-081-8/+1
* netfilter: nf_tables_inet: don't use multihook infrastructure anymorePablo Neira Ayuso2018-01-082-4/+0
* 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/+19
* 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/+3
* 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/+0
| | * | 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/+1
* net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-041-6/+0
* net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao2017-09-041-1/+1
OpenPOWER on IntegriCloud