summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
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
2018-01-10netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso
2018-01-10netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso
2018-01-10netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso
2018-01-10netfilter: nf_tables: remove struct nft_af_info parameter in nf_tables_chain_...Pablo Neira Ayuso
2018-01-10netfilter: nf_tables: no need for struct nft_af_info to enable/disable tablePablo Neira Ayuso
2018-01-10netfilter: nf_tables: remove flag field from struct nft_af_infoPablo Neira Ayuso
2018-01-10netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-01-08netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_ex...Jozsef Kadlecsik
2018-01-08netfilter: ipset: Fix "don't update counters" mode when counters used at the ...Jozsef Kadlecsik
2018-01-08netfilter: ipset: use swap macro instead of _manually_ swapping valuesGustavo A. R. Silva
2018-01-08netfilter: nf_tables: flow offload expressionPablo Neira Ayuso
2018-01-08netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso
2018-01-08netfilter: add generic flow table infrastructurePablo Neira Ayuso
2018-01-08netfilter: nf_tables: add flow table netlink frontendPablo Neira Ayuso
2018-01-08netfilter: nf_conntrack: add IPS_OFFLOAD status bitPablo Neira Ayuso
2018-01-08netfilter: nf_tables: remove nft_dereference()Pablo Neira Ayuso
2018-01-08netfilter: remove defensive check on malformed packets from raw socketsPablo Neira Ayuso
2018-01-08netfilter: meta: secpath supportFlorian Westphal