summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2018-06-03netfilter: Libify xt_TPROXYMáté Eckl
2018-06-03netfilter: Decrease code duplication regarding transparent socket optionMáté Eckl
2018-06-02ipvs: register conntrack hooks for ftpJulian Anastasov
2018-06-01ipvs: add ipv6 support to ftpJulian Anastasov
2018-06-01ipvs: add full ipv6 support to nfctJulian Anastasov
2018-06-01netfilter: nft_fwd_netdev: allow to forward packets via neighbour layerPablo Neira Ayuso
2018-06-01netfilter: nf_tables: check msg_type before nft_trans_set(trans)Alexey Kodanev
2018-06-01netfilter: xt_CT: Reject the non-null terminated string from user spaceGao Feng
2018-06-01netfilter: nfnetlink: Remove VLA usageKees Cook
2018-06-01netfilter: nf_flow_table: attach dst to skbsJason A. Donenfeld
2018-06-01netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso
2018-06-01netfilter: nf_tables: Add audit support to log statementPhil Sutter
2018-06-01netfilter: nf_tables: add support for native socket matchingMáté Eckl
2018-06-01netfilter: fix ptr_ret.cocci warningskbuild test robot
2018-05-29netfilter: nf_tables: remove unused variablesTaehee Yoo
2018-05-29netfilter: nf_tables: use call_rcu in netlink dumpsFlorian Westphal
2018-05-29netfilter: nf_tables: fail batch if fatal signal is pendingFlorian Westphal
2018-05-29netfilter: nf_tables: fix endian mismatch in return typeFlorian Westphal
2018-05-29netfilter: nft_compat: use call_rcu for nfnl_compat_getFlorian Westphal
2018-05-29netfilter: nat: make symbol nat_hook staticWei Yongjun
2018-05-29netfilter: nf_tables: remove synchronize_rcu in commit phaseFlorian Westphal
2018-05-29netfilter: nfnetlink: allow commit to failFlorian Westphal
2018-05-29netfilter: nat: merge nf_nat_redirect into nf_natFlorian Westphal
2018-05-29netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo
2018-05-29netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo
2018-05-29netfilter: nf_tables: disable preemption in nft_update_chain_stats()Pablo Neira Ayuso
2018-05-24netfilter: provide correct argument to nla_strlcpy()Eric Dumazet
2018-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-05-23ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov
2018-05-23netfilter: nft_limit: fix packet ratelimitingPablo Neira Ayuso
2018-05-23netfilter: nft_meta: fix wrong value dereference in nft_meta_set_evalTaehee Yoo
2018-05-23netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso
2018-05-23netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso
2018-05-23netfilter: add struct nf_ct_hook and use itPablo Neira Ayuso
2018-05-23netfilter: nft_set_rbtree: add timeout supportPablo Neira Ayuso
2018-05-23netfilter: make NF_OSF non-visible symbolFernando Fernandez Mancera
2018-05-23netfilter: lift one-nat-hook-only restrictionFlorian Westphal
2018-05-23netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal
2018-05-23netfilter: nf_nat: add nat hook register functions to nf_natFlorian Westphal
2018-05-23netfilter: core: export raw versions of add/delete hook functionsFlorian Westphal
2018-05-23netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal
2018-05-23netfilter: nf_nat: move common nat code to nat coreFlorian Westphal
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-17netfilter: nft_hash: add map lookups for hashing operationsLaura Garcia Liebana
2018-05-17netfilter: nft_numgen: add map lookups for numgen random operationsLaura Garcia Liebana
2018-05-17netfilter: nf_tables: remove old nf_log based tracingFlorian Westphal
2018-05-17netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()Taehee Yoo
2018-05-16netfilter/x_tables: switch to proc_create_seq_privateChristoph Hellwig
2018-05-16netfilter/xt_hashlimit: switch to proc_create_{seq,single}_dataChristoph Hellwig
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig