summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
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-22ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()Cong Wang
2018-07-22ipvs: initialize tbl->entries after allocationCong Wang
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-08netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo
2018-07-08netfilter: xt_connmark: fix list corruption on rmmodFlorian 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-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-17netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()Taehee Yoo
2018-05-14netfilter: nf_tables: fix memory leak on error exit returnColin Ian King
2018-05-09netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso
2018-05-09netfilter: nft_compat: fix handling of large matchinfo sizeFlorian Westphal
2018-05-09netfilter: nft_compat: prepare for indirect info storageFlorian Westphal
2018-05-08netfilter: nf_tables: don't assume chain stats are set when jumplabel is setFlorian Westphal
2018-05-08netfilter: prefer nla_strlcpy for dealing with NLA_STRING attributesFlorian Westphal
2018-05-08netfilter: core: add missing __rcu annotationFlorian Westphal
2018-05-08ipvs: fix stats update from local clientsJulian Anastasov
2018-05-08ipvs: fix refcount usage for conns in ops modeJulian Anastasov
2018-05-08netfilter: nf_tables: nft_compat: fix refcount leak on xt moduleFlorian Westphal
2018-04-27netfilter: nf_tables: skip synchronize_rcu if transaction log is emptyFlorian Westphal
2018-04-27netfilter: x_tables: check name length in find_match/target, tooFlorian Westphal
2018-04-27netfilter: Fix handling simultaneous open in TCP conntrackJozsef Kadlecsik
2018-04-19netfilter: xt_connmark: do not cast xt_connmark_tginfo1 to xt_connmark_tginfo2Pablo Neira Ayuso
2018-04-19netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_updateTaehee Yoo
2018-04-17netfilter: conntrack: include kmemleak.h for kmemleak_not_leak()Stephen Rothwell
2018-04-16netfilter: nf_tables: free set name in error pathFlorian Westphal
2018-04-16netfilter: nf_tables: can't fail after linking rule into active rule listFlorian Westphal
2018-04-16netfilter: fix CONFIG_NF_REJECT_IPV6=m link errorArnd Bergmann
2018-04-16netfilter: conntrack: silent a memory leak warningCong Wang
2018-04-11netfilter: xt_connmark: Add bit mapping for bit-shift operation.Jack Ma
2018-04-09ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov
2018-04-09netfilter: nf_conntrack_sip: allow duplicate SDP expectationsFlorian Westphal
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-03-30netfilter: Rework xt_TEE netdevice notifierKirill Tkhai
2018-03-30netfilter: ipset: Use is_zero_ether_addr instead of static and memcmpJoe Perches
2018-03-30netfilter: x_tables: Add note about how to free percpu countersBen Hutchings
2018-03-30netfilter: Merge assignment with returnArushi Singhal