summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-12netfilter: nf_conncount: Fix garbage collection with zonesYi-Hung Wei
2018-06-12netfilter: xt_connmark: fix list corruption on rmmodFlorian Westphal
2018-06-12netfilter: ctnetlink: avoid null pointer dereferenceFlorian Westphal
2018-06-12netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo
2018-06-12netfilter: nf_tables: close race between netns exit and rmmodFlorian Westphal
2018-06-12netfilter: nf_tables: fix module unload raceFlorian Westphal
2018-06-12netfilter: nft_dynset: do not reject set updates with NFT_SET_EVALPablo Neira Ayuso
2018-06-12netfilter: nft_socket: fix module autoloadPablo Neira Ayuso
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-06-07netfilter: nf_tables: add NFT_LOGLEVEL_* enumeration and use itPablo Neira Ayuso
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-06-06netfilter: nft_set_rbtree: fix parameter of __nft_rbtree_lookup()Taehee Yoo
2018-06-06netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot
2018-06-06netfilter: ipset: Limit max timeout valueJozsef Kadlecsik
2018-06-06netfilter: xt_set: Check hook mask correctlySerhey Popovych
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04ipvs: fix check on xmit to non-local addressesJulian Anastasov
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-03netfilter: nf_tables: handle chain name lookups via rhltableFlorian Westphal
2018-06-03netfilter: nf_tables: add connlimit supportPablo Neira Ayuso
2018-06-03netfilter: nf_tables: add destroy_clone expressionPablo Neira Ayuso
2018-06-03netfilter: nf_tables: garbage collection for stateful expressionsPablo Neira Ayuso
2018-06-03netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()Pablo Neira Ayuso
2018-06-03netfilter: nf_conncount: expose connection list interfacePablo Neira Ayuso
2018-06-03netfilter: nf_tables: pass context to object destroy indirectionPablo Neira Ayuso
2018-06-03netfilter: Libify xt_TPROXYMáté Eckl
2018-06-03netfilter: Decrease code duplication regarding transparent socket optionMáté Eckl
2018-06-02ipvs: register conntrack hooks for ftpJulian Anastasov
2018-06-01ipvs: add ipv6 support to ftpJulian Anastasov
2018-06-01ipvs: add full ipv6 support to nfctJulian Anastasov
2018-06-01netfilter: nft_fwd_netdev: allow to forward packets via neighbour layerPablo Neira Ayuso
2018-06-01netfilter: nf_tables: check msg_type before nft_trans_set(trans)Alexey Kodanev
2018-06-01netfilter: xt_CT: Reject the non-null terminated string from user spaceGao Feng
2018-06-01netfilter: nfnetlink: Remove VLA usageKees Cook
2018-06-01netfilter: nf_flow_table: attach dst to skbsJason A. Donenfeld
2018-06-01netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso
2018-06-01netfilter: nf_tables: Add audit support to log statementPhil Sutter
2018-06-01netfilter: nf_tables: add support for native socket matchingMáté Eckl
2018-06-01netfilter: fix ptr_ret.cocci warningskbuild test robot
2018-05-29netfilter: nf_tables: remove unused variablesTaehee Yoo
2018-05-29netfilter: nf_tables: use call_rcu in netlink dumpsFlorian Westphal
2018-05-29netfilter: nf_tables: fail batch if fatal signal is pendingFlorian Westphal
2018-05-29netfilter: nf_tables: fix endian mismatch in return typeFlorian Westphal