summaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2019-10-24ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet
2019-10-24ipvs: don't ignore errors in case refcounting ip_vs module failsDavide Caratti
2019-10-23netfilter: nf_tables_offload: restore basechain deletionPablo Neira Ayuso
2019-10-23netfilter: nf_flow_table: set timeout before insertion into hashesPablo Neira Ayuso
2019-10-23netfilter: nf_tables: support for multiple devices per netdev hookPablo Neira Ayuso
2019-10-23netfilter: nf_tables_offload: remove rules on unregistered device onlyPablo Neira Ayuso
2019-10-23netfilter: nf_tables_offload: add nft_flow_cls_offload_setup()Pablo Neira Ayuso
2019-10-23netfilter: nf_tables_offload: Pass callback list to nft_setup_cb_call()Pablo Neira Ayuso
2019-10-23netfilter: nf_tables_offload: add nft_flow_block_chain()Pablo Neira Ayuso
2019-10-23netfilter: nf_tables: increase maximum devices number per flowtablePablo Neira Ayuso
2019-10-23netfilter: nf_tables: allow netdevice to be used only once per flowtablePablo Neira Ayuso
2019-10-23netfilter: nf_tables: dynamically allocate hooks per net_device in flowtablesPablo Neira Ayuso
2019-10-23netfilter: nf_flow_table: move priority to struct nf_flowtablePablo Neira Ayuso
2019-10-17netfilter: add and use nf_hook_slow_list()Florian Westphal
2019-10-17netfilter: conntrack: free extension area immediatelyFlorian Westphal
2019-10-17netfilter: ctnetlink: don't dump ct extensions of unconfirmed conntracksFlorian Westphal
2019-10-17Merge tag 'ipvs-next-for-v5.5' of https://git.kernel.org/pub/scm/linux/kernel...Pablo Neira Ayuso
2019-10-17netfilter: ecache: document extension area access rulesFlorian Westphal
2019-10-09netfilter: conntrack: avoid possible false sharingEric Dumazet
2019-10-08ipvs: batch __ip_vs_dev_cleanupHaishuang Yan
2019-10-08ipvs: batch __ip_vs_cleanupHaishuang Yan
2019-10-08ipvs: no need to update skb route entry for local destination packets.zhang kai
2019-10-07netfilter: ipset: move ip_set_get_ip_port() to ip_set_bitmap_port.c.Jeremy Sowden
2019-10-07netfilter: ipset: move function to ip_set_bitmap_ip.c.Jeremy Sowden
2019-10-07netfilter: ipset: make ip_set_put_flags extern.Jeremy Sowden
2019-10-07netfilter: ipset: move functions to ip_set_core.c.Jeremy Sowden
2019-10-07netfilter: ipset: move ip_set_comment functions from ip_set.h to ip_set_core.c.Jeremy Sowden
2019-10-07netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden
2019-10-01netfilter: nft_connlimit: disable bh on garbage collectionPablo Neira Ayuso
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-09-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-09-26net: Fix Kconfig indentationKrzysztof Kozlowski
2019-09-25netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana
2019-09-20netfilter: nf_tables: allow lookups in dynamic setsFlorian Westphal
2019-09-20netfilter: nf_tables_offload: fix always true policy is unset checkPablo Neira Ayuso
2019-09-20netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use itPablo Neira Ayuso
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-13netfilter: conntrack: move code to linux/nf_conntrack_common.h.Jeremy Sowden
2019-09-13netfilter: remove nf_conntrack_icmpv6.h header.Jeremy Sowden
2019-09-13netfilter: update include directives.Jeremy Sowden
2019-09-13netfilter: inline xt_hashlimit, ebt_802_3 and xt_physdev headersJeremy Sowden
2019-09-13netfilter: fix coding-style errors.Jeremy Sowden
2019-09-13netfilter: nf_tables_offload: remove rules when the device unregisterswenxu
2019-09-13netfilter: nf_tables_offload: refactor the nft_flow_offload_rule functionwenxu
2019-09-13netfilter: nf_tables_offload: refactor the nft_flow_offload_chain functionwenxu
2019-09-13netfilter: nf_tables_offload: add __nft_offload_get_chain functionwenxu
2019-09-10netfilter: nft_{fwd,dup}_netdev: add offload supportPablo Neira Ayuso
2019-09-10netfilter: nft_synproxy: add synproxy stateful object supportFernando Fernandez Mancera
2019-09-08netfilter: nf_tables_offload: move indirect flow_block callback logic to corePablo Neira Ayuso
2019-09-08netfilter: nf_tables_offload: avoid excessive stack usageArnd Bergmann