summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2019-01-13netfilter: nat: can't use dst_hold on noref dstFlorian Westphal
2019-01-13netfilter: ipset: do not call ipset_nest_end after nla_nest_cancelPan Bian
2019-01-13netfilter: seqadj: re-load tcp header pointer after possible head reallocationFlorian Westphal
2019-01-09netfilter: nf_conncount: don't skip eviction when age is negativeFlorian Westphal
2019-01-09netfilter: nf_conncount: fix garbage collection confirm raceFlorian Westphal
2019-01-09netfilter: nf_conncount: Fix garbage collection with zonesYi-Hung Wei
2019-01-09netfilter: nf_conncount: expose connection list interfacePablo Neira Ayuso
2019-01-09netfilter: xt_connlimit: don't store address in the conn nodesFlorian Westphal
2018-12-21netfilter: ipset: Fix wraparound in hash:*net* typesJozsef Kadlecsik
2018-12-17netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo
2018-12-17ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long
2018-12-17netfilter: xt_hashlimit: fix a possible memory leak in htable_create()Taehee Yoo
2018-12-17netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal
2018-11-27netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo
2018-11-27netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook
2018-11-27netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...Stefano Brivio
2018-11-21netfilter: conntrack: fix calculation of next bucket number in early_dropVasily Khoruzhick
2018-10-10netfilter: nf_tables: release chain in flushing setTaehee Yoo
2018-10-10netfilter: xt_cluster: add dependency on conntrack moduleMartin Willi
2018-09-15netfilter: fix memory leaks on netlink_dump_start errorFlorian Westphal
2018-09-15ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu
2018-09-05netfilter: nf_tables: don't allow to rename to already-pending nameFlorian Westphal
2018-09-05netfilter: nf_tables: fix memory leaks on chain renameFlorian Westphal
2018-09-05netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()Taehee Yoo
2018-08-24netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal
2018-08-24netfilter: nf_conntrack: Fix possible possible crash on module loading.Andrey Ryabinin
2018-08-24netfilter: nft_compat: explicitly reject ERROR and standard targetFlorian Westphal
2018-08-24netfilter: nf_log: fix uninit read in nf_log_proc_dostringJann Horn
2018-08-24netfilter: nf_ct_helper: Fix possible panic after nf_conntrack_helper_unregisterGao Feng
2018-08-03netfilter: nf_tables: check msg_type before nft_trans_set(trans)Alexey Kodanev
2018-08-03netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot
2018-07-17netfilter: nf_queue: augment nfqa_cfg_policyEric Dumazet
2018-07-11netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn
2018-07-08ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov
2018-07-08netfilter: nft_limit: fix packet ratelimitingPablo Neira Ayuso
2018-07-08netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo
2018-07-08netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo
2018-07-08netfilter: nf_tables: add missing netlink attrs to policiesFlorian Westphal
2018-07-08netfilter: nf_tables: fix memory leak on error exit returnColin Ian King
2018-07-08netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo
2018-07-08netfilter: nf_tables: disable preemption in nft_update_chain_stats()Pablo Neira Ayuso
2018-07-08netfilter: nft_meta: fix wrong value dereference in nft_meta_set_evalTaehee Yoo
2018-07-08netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso
2018-07-08netfilter: nf_tables: don't assume chain stats are set when jumplabel is setFlorian Westphal
2018-07-08netfilter: nft_compat: fix handling of large matchinfo sizeFlorian Westphal
2018-07-08netfilter: nft_compat: prepare for indirect info storageFlorian Westphal
2018-07-08netfilter: nf_tables: nft_compat: fix refcount leak on xt moduleFlorian Westphal
2018-06-21netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_updateTaehee Yoo
2018-06-16netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()Taehee Yoo
2018-05-30ipvs: remove IPS_NAT_MASK check to fix passive FTPJulian Anastasov