summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso2018-03-304-133/+2
* netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso2018-03-304-8/+10
* netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso2018-03-304-4/+4
* netfilter: ctnetlink: synproxy supportPablo Neira Ayuso2018-03-201-1/+7
* netfilter: x_tables: ensure last rule in base chain matches underflow/policyFlorian Westphal2018-03-052-2/+32
* netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-03-052-5/+13
* netfilter: x_tables: add counters allocation wrapperFlorian Westphal2018-03-052-2/+2
* netfilter: x_tables: move hook entry checks into coreFlorian Westphal2018-03-052-20/+6
* netfilter: x_tables: check standard verdicts in coreFlorian Westphal2018-03-052-10/+0
* netfilter: unlock xt_table earlier in __do_replaceXin Long2018-03-052-2/+4
* netfilter: ipt_ah: return boolean instead of integerGustavo A. R. Silva2018-03-051-1/+1
* net: Convert arp_tables_net_ops and ip6_tables_net_opsKirill Tkhai2018-03-051-0/+1
* net: Convert log pernet_operationsKirill Tkhai2018-03-052-0/+2
* net: Convert defrag4_net_opsKirill Tkhai2018-02-271-0/+1
* net: Convert clusterip_net_opsKirill Tkhai2018-02-271-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-246-21/+32
|\
| * netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal2018-02-143-4/+4
| * netfilter: x_tables: rate-limit table mismatch warningsFlorian Westphal2018-02-141-2/+2
| * netfilter: x_tables: remove pr_info where possibleFlorian Westphal2018-02-141-6/+4
| * netfilter: ipt_CLUSTERIP: fix a refcount bug in clusterip_config_find_get()Cong Wang2018-02-141-2/+6
| * netfilter: add back stackpointer size checksFlorian Westphal2018-02-142-1/+10
| * netfilter: ipt_CLUSTERIP: fix a race condition of proc file creationCong Wang2018-02-081-6/+6
* | net: Convert iptable_filter_net_opsKirill Tkhai2018-02-191-0/+1
* | net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_opsKirill Tkhai2018-02-191-0/+1
|/
* netfilter: nf_tables: fix flowtable freePablo Neira Ayuso2018-02-071-0/+1
* netfilter: flowtable infrastructure depends on NETFILTER_INGRESSPablo Neira Ayuso2018-02-021-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-02-012-4/+18
|\
| * netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2018-01-311-1/+5
| * netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov2018-01-311-3/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3122-1494/+802
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-01-2111-1386/+456
| |\ \
| | * | netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-192-2/+0
| | * | netfilter: nf_nat_snmp_basic: use asn1 decoder libraryTaehee Yoo2018-01-195-1192/+419
| | * | netfilter: nf_nat_snmp_basic: use nf_ct_helper_logTaehee Yoo2018-01-191-5/+6
| | * | netfilter: nf_nat_snmp_basic: replace ctinfo with dir.Taehee Yoo2018-01-191-5/+2
| | * | netfilter: nf_nat_snmp_basic: remove debug parameterTaehee Yoo2018-01-191-62/+0
| | * | netfilter: nf_nat_snmp_basic: remove useless commentTaehee Yoo2018-01-191-30/+0
| | * | netfilter: nf_defrag: move NF_CONNTRACK bits into #ifdefArnd Bergmann2018-01-161-1/+3
| | * | netfilter: nf_defrag: mark xt_table structures 'const' againArnd Bergmann2018-01-161-5/+19
| | * | netfilter: nf_defrag: Skip defrag if NOTRACK is setSubash Abhinov Kasiviswanathan2018-01-112-2/+13
| | * | netfilter: clusterip: make sure arp hooks are availableFlorian Westphal2018-01-111-0/+1
| | * | netfilter: improve flow table Kconfig dependenciesArnd Bergmann2018-01-101-1/+2
| | * | netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso2018-01-102-45/+4
| | * | netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso2018-01-102-64/+17
| | * | netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso2018-01-102-2/+0
| * | | net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0
| |/ /
| * | netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso2018-01-081-1/+2
| * | netfilter: flow table support for IPv4Pablo Neira Ayuso2018-01-083-0/+294
| * | netfilter: remove defensive check on malformed packets from raw socketsPablo Neira Ayuso2018-01-088-59/+1
| * | netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso2018-01-082-11/+11