summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2018-03-11netfilter: nf_tables: release flowtable hooksPablo Neira Ayuso
2018-03-11netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal
2018-03-06netfilter: nft_set_hash: skip fixed hash if timeout is specifiedPablo Neira Ayuso
2018-02-28ipvs: remove IPS_NAT_MASK check to fix passive FTPJulian Anastasov
2018-02-27netfilter: nf_tables: use the right index from flowtable error pathPablo Neira Ayuso
2018-02-27netfilter: nf_tables: missing attribute validation in nf_tables_delflowtable()Pablo Neira Ayuso
2018-02-27netfilter: nf_tables: return EBUSY if device already belongs to flowtablePablo Neira Ayuso
2018-02-19netfilter: IDLETIMER: be syzkaller friendlyEric Dumazet
2018-02-16netfilter: xt_hashlimit: fix lock imbalanceEric Dumazet
2018-02-14netfilter: nat: cope with negative port rangePaolo Abeni
2018-02-14netfilter: x_tables: fix missing timer initialization in xt_LEDPaolo Abeni
2018-02-14netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal
2018-02-14netfilter: x_tables: use pr ratelimiting in matches/targetsFlorian Westphal
2018-02-14netfilter: x_tables: rate-limit table mismatch warningsFlorian Westphal
2018-02-14netfilter: xt_set: use pr ratelimitingFlorian Westphal
2018-02-14netfilter: xt_NFQUEUE: use pr ratelimitingFlorian Westphal
2018-02-14netfilter: xt_CT: use pr ratelimitingFlorian Westphal
2018-02-14netfilter: x_tables: use pr ratelimiting in xt coreFlorian Westphal
2018-02-14netfilter: x_tables: remove pr_info where possibleFlorian Westphal
2018-02-08netfilter: x_tables: remove size checkMichal Hocko
2018-02-07netfilter: nf_flow_offload: fix use-after-free and a resource leakFelix Fietkau
2018-02-07netfilter: nf_tables: fix flowtable freePablo Neira Ayuso
2018-02-07netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_tablePablo Neira Ayuso
2018-02-07netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insertCong Wang
2018-02-02netfilter: nft_flow_offload: no need to flush entries on module removalPablo Neira Ayuso
2018-02-02netfilter: nft_flow_offload: wait for garbage collector to run after cleanupPablo Neira Ayuso
2018-02-02netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()Cong Wang
2018-02-02netfilter: flowtable infrastructure depends on NETFILTER_INGRESSPablo Neira Ayuso
2018-02-02netfilter: x_tables: make allocation less aggressiveMichal Hocko
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-31netfilter: x_tables: fix pointer leaks to userspaceDmitry Vyukov
2018-01-31netfilter: ipset: Fix wraparound in hash:*net* typesJozsef Kadlecsik
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-01-25netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}Eric Dumazet
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso
2018-01-19netfilter: nf_tables: set flowtable priority and hooknum fieldPablo Neira Ayuso
2018-01-19netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-19netfilter: nf_tables: Fix trailing semicolonLuis de Bethencourt
2018-01-19netfilter: return booleans instead of integersGustavo A. R. Silva
2018-01-19netfilter: nf_tables: allocate handle and delete objects via handleHarsha Sharma
2018-01-16netfilter: x_tables: don't return garbage pointer on modprobe failureFlorian Westphal
2018-01-16netfilter: nf_tables: flow_offload depends on flow_tableArnd Bergmann
2018-01-10netfilter: improve flow table Kconfig dependenciesArnd Bergmann
2018-01-10netfilter: core: return EBUSY in case NAT hook is already in usePablo Neira Ayuso
2018-01-10netfilter: remove duplicated includeWei Yongjun
2018-01-10netfilter: core: make local function __nf_unregister_net_hook staticWei Yongjun
2018-01-10netfilter: nf_tables: fix a typo in nf_tables_getflowtable()Wei Yongjun
2018-01-10netfilter: x_tables: unbreak module auto loadingFlorian Westphal