aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-01netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso4-32/+196
2018-06-01netfilter: nf_tables: Add audit support to log statementPhil Sutter1-1/+91
2018-06-01netfilter: nf_tables: add support for native socket matchingMáté Eckl3-0/+153
2018-06-01netfilter: fix ptr_ret.cocci warningskbuild test robot2-12/+3
2018-05-29netfilter: nf_tables: remove unused variablesTaehee Yoo1-16/+0
2018-05-29netfilter: nf_tables: use call_rcu in netlink dumpsFlorian Westphal1-39/+72
2018-05-29netfilter: nf_tables: fail batch if fatal signal is pendingFlorian Westphal1-0/+8
2018-05-29netfilter: nf_tables: fix endian mismatch in return typeFlorian Westphal1-1/+1
2018-05-29netfilter: nft_compat: use call_rcu for nfnl_compat_getFlorian Westphal1-11/+18
2018-05-29netfilter: nat: make symbol nat_hook staticWei Yongjun1-1/+1
2018-05-29netfilter: nf_tables: remove synchronize_rcu in commit phaseFlorian Westphal2-18/+210
2018-05-29netfilter: nfnetlink: allow commit to failFlorian Westphal1-1/+8
2018-05-29netfilter: nat: merge nf_nat_redirect into nf_natFlorian Westphal3-10/+2
2018-05-29netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo1-1/+3
2018-05-29netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo1-2/+2
2018-05-29netfilter: nf_tables: disable preemption in nft_update_chain_stats()Pablo Neira Ayuso1-2/+2
2018-05-24netfilter: provide correct argument to nla_strlcpy()Eric Dumazet2-3/+3
2018-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller12-181/+749
2018-05-23ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov1-6/+15
2018-05-23netfilter: nft_limit: fix packet ratelimitingPablo Neira Ayuso1-14/+24
2018-05-23netfilter: nft_meta: fix wrong value dereference in nft_meta_set_evalTaehee Yoo1-6/+8
2018-05-23netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso3-19/+127
2018-05-23netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso4-26/+20
2018-05-23netfilter: add struct nf_ct_hook and use itPablo Neira Ayuso2-10/+13
2018-05-23netfilter: nft_set_rbtree: add timeout supportPablo Neira Ayuso1-3/+72
2018-05-23netfilter: make NF_OSF non-visible symbolFernando Fernandez Mancera1-1/+1
2018-05-23netfilter: lift one-nat-hook-only restrictionFlorian Westphal2-69/+2
2018-05-23netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal1-13/+18
2018-05-23netfilter: nf_nat: add nat hook register functions to nf_natFlorian Westphal1-0/+157
2018-05-23netfilter: core: export raw versions of add/delete hook functionsFlorian Westphal2-21/+59
2018-05-23netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal1-7/+16
2018-05-23netfilter: nf_nat: move common nat code to nat coreFlorian Westphal1-0/+70
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-85/+287
2018-05-17netfilter: nft_hash: add map lookups for hashing operationsLaura Garcia Liebana1-1/+130
2018-05-17netfilter: nft_numgen: add map lookups for numgen random operationsLaura Garcia Liebana1-4/+72
2018-05-17netfilter: nf_tables: remove old nf_log based tracingFlorian Westphal1-22/+7
2018-05-17netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()Taehee Yoo1-8/+12
2018-05-16netfilter/x_tables: switch to proc_create_seq_privateChristoph Hellwig1-36/+6
2018-05-16netfilter/xt_hashlimit: switch to proc_create_{seq,single}_dataChristoph Hellwig1-74/+18
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig1-27/+4
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig10-181/+26
2018-05-16netfilter/x_tables: simplify ѕeq_file codeChristoph Hellwig1-28/+11
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs1-1/+1
2018-05-14netfilter: nf_tables: fix memory leak on error exit returnColin Ian King1-2/+4
2018-05-09netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso2-7/+54
2018-05-09netfilter: nft_compat: fix handling of large matchinfo sizeFlorian Westphal1-1/+63
2018-05-09netfilter: nft_compat: prepare for indirect info storageFlorian Westphal1-11/+36
2018-05-08netfilter: nf_tables: don't assume chain stats are set when jumplabel is setFlorian Westphal1-7/+14
2018-05-08netfilter: prefer nla_strlcpy for dealing with NLA_STRING attributesFlorian Westphal2-4/+5
2018-05-08netfilter: core: add missing __rcu annotationFlorian Westphal1-1/+2