summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2018-03-22netfilter: nf_tables: do not hold reference on netdevice from preparation phasePablo Neira Ayuso-15/+4
2018-03-22netfilter: nf_tables: cache device name in flowtable objectPablo Neira Ayuso-6/+9
2018-03-20netfilter: nf_tables: add missing netlink attrs to policiesFlorian Westphal-0/+3
2018-03-20netfilter: nf_tables: permit second nat hook if colliding hook is going awayFlorian Westphal-1/+63
2018-03-20netfilter: nf_tables: meter: pick a set backend that supports updatesFlorian Westphal-2/+5
2018-03-11netfilter: nf_tables: release flowtable hooksPablo Neira Ayuso-0/+1
2018-03-11netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal-9/+43
2018-03-06netfilter: nft_set_hash: skip fixed hash if timeout is specifiedPablo Neira Ayuso-1/+1
2018-02-28ipvs: remove IPS_NAT_MASK check to fix passive FTPJulian Anastasov-1/+1
2018-02-27netfilter: nf_tables: use the right index from flowtable error pathPablo Neira Ayuso-1/+1
2018-02-27netfilter: nf_tables: missing attribute validation in nf_tables_delflowtable()Pablo Neira Ayuso-0/+5
2018-02-27netfilter: nf_tables: return EBUSY if device already belongs to flowtablePablo Neira Ayuso-1/+17
2018-02-19netfilter: IDLETIMER: be syzkaller friendlyEric Dumazet-3/+6
2018-02-16netfilter: xt_hashlimit: fix lock imbalanceEric Dumazet-1/+1
2018-02-14netfilter: nat: cope with negative port rangePaolo Abeni-2/+5
2018-02-14netfilter: x_tables: fix missing timer initialization in xt_LEDPaolo Abeni-5/+5
2018-02-14netfilter: x_tables: use pr ratelimiting in all remaining spotsFlorian Westphal-95/+105
2018-02-14netfilter: x_tables: use pr ratelimiting in matches/targetsFlorian Westphal-33/+40
2018-02-14netfilter: x_tables: rate-limit table mismatch warningsFlorian Westphal-4/+4
2018-02-14netfilter: xt_set: use pr ratelimitingFlorian Westphal-25/+25
2018-02-14netfilter: xt_NFQUEUE: use pr ratelimitingFlorian Westphal-3/+5
2018-02-14netfilter: xt_CT: use pr ratelimitingFlorian Westphal-12/+13
2018-02-14netfilter: x_tables: use pr ratelimiting in xt coreFlorian Westphal-36/+34
2018-02-14netfilter: x_tables: remove pr_info where possibleFlorian Westphal-28/+12
2018-02-08netfilter: x_tables: remove size checkMichal Hocko-4/+0
2018-02-07netfilter: nf_flow_offload: fix use-after-free and a resource leakFelix Fietkau-20/+7
2018-02-07netfilter: nf_tables: fix flowtable freePablo Neira Ayuso-13/+22
2018-02-07netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_tablePablo Neira Ayuso-18/+25
2018-02-07netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insertCong Wang-5/+17
2018-02-02netfilter: nft_flow_offload: no need to flush entries on module removalPablo Neira Ayuso-6/+0
2018-02-02netfilter: nft_flow_offload: wait for garbage collector to run after cleanupPablo Neira Ayuso-4/+5
2018-02-02netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()Cong Wang-0/+1
2018-02-02netfilter: flowtable infrastructure depends on NETFILTER_INGRESSPablo Neira Ayuso-3/+5
2018-02-02netfilter: x_tables: make allocation less aggressiveMichal Hocko-1/+6
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-67/+75
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1523/+3059
2018-01-31netfilter: x_tables: fix pointer leaks to userspaceDmitry Vyukov-2/+5
2018-01-31netfilter: ipset: Fix wraparound in hash:*net* typesJozsef Kadlecsik-63/+63
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+3
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2018-01-25netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}Eric Dumazet-0/+6
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso-23/+2
2018-01-19netfilter: nf_tables: set flowtable priority and hooknum fieldPablo Neira Ayuso-0/+2
2018-01-19netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan-19/+0
2018-01-19netfilter: nf_tables: Fix trailing semicolonLuis de Bethencourt-1/+1
2018-01-19netfilter: return booleans instead of integersGustavo A. R. Silva-3/+3
2018-01-19netfilter: nf_tables: allocate handle and delete objects via handleHarsha Sharma-12/+134
2018-01-16netfilter: x_tables: don't return garbage pointer on modprobe failureFlorian Westphal-1/+1
2018-01-16netfilter: nf_tables: flow_offload depends on flow_tableArnd Bergmann-1/+1
2018-01-10netfilter: improve flow table Kconfig dependenciesArnd Bergmann-1/+3