Show patches with: Archived = No       |   28567 patches
« 1 2 ... 86 87 88285 286 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[nf-next,26/29] netfilter: add NF_TPROXY config option. Add config option checks to netfilter headers. - - - - --- 2019-09-01 Jeremy Sowden pablo Changes Requested
[nf-next,27/29] netfilter: add IP_SET_BITMAP config option. Add config option checks to netfilter headers. - - - - --- 2019-09-01 Jeremy Sowden pablo Changes Requested
[nf-next,28/29] netfilter: add IP_SET_HASH config option. Add config option checks to netfilter headers. - - - - --- 2019-09-01 Jeremy Sowden pablo Changes Requested
[nf-next,29/29] netfilter: wrap headers in CONFIG checks. Add config option checks to netfilter headers. - - - - --- 2019-09-01 Jeremy Sowden pablo Changes Requested
[conntrack-tools] conntrack: Fix CIDR to mask conversion on Big Endian [conntrack-tools] conntrack: Fix CIDR to mask conversion on Big Endian - 1 - - --- 2019-09-02 Phil Sutter pablo Changes Requested
[nf-next,v2,01/30] netfilter: add include guard to nf_conntrack_h323_types.h Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,02/30] netfilter: add include guard to nf_conntrack_labels.h. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,03/30] netfilter: fix include guard comment. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,04/30] netfilter: add GPL-2.0 SPDX ID's to a couple of headers. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,05/30] netfilter: remove trailing white-space. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,06/30] netfilter: fix Kconfig formatting error. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,07/30] netfilter: remove stray semicolons. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,08/30] netfilter: remove unused function declarations. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,09/30] netfilter: remove unused includes. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,10/30] netfilter: include the right header in nf_conntrack_zones.h. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,11/30] netfilter: fix inclusions of <linux/netfilter/nf_nat.h>. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,12/30] netfilter: added missing includes. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,13/30] netfilter: inline three headers. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,14/30] netfilter: remove superfluous header. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,15/30] netfilter: move inline function to a more appropriate header. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,16/30] netfilter: move code between synproxy headers. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,17/30] netfilter: move struct definition function to a more appropriate header. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,18/30] netfilter: use consistent style when defining inline functions in nf_conntrack_e… Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,19/30] netfilter: replace defined(CONFIG...) || defined(CONFIG...MODULE) with IS_ENABLE… Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,20/30] netfilter: wrap union nf_conntrack_proto members in CONFIG_NF_CT_PROTO_* check. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,21/30] netfilter: wrap inline synproxy function in CONFIG_NETFILTER_SYNPROXY check. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,22/30] netfilter: wrap inline timeout function in CONFIG_NETFILTER_TIMEOUT check. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,23/30] netfilter: wrap some nat-related conntrack code in a CONFIG_NF_NAT check. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,24/30] netfilter: wrap some ipv6 tables code in a CONFIG_NF_TABLES_IPV6 check. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,25/30] netfilter: wrap some conntrack code in a CONFIG_NF_CONNTRACK check. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,26/30] netfilter: add CONFIG_NETFILTER check to linux/netfilter.h. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,27/30] netfilter: add NF_TPROXY config option. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,28/30] netfilter: add IP_SET_BITMAP config option. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,29/30] netfilter: add IP_SET_HASH config option. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v2,30/30] netfilter: wrap headers in CONFIG checks. Add config option checks to netfilter headers. - - - - --- 2019-09-02 Jeremy Sowden pablo Changes Requested
[nf-next,v3] netfilter: nf_table_offload: Fix the incorrect rcu usage in nft_indr_block_cb [nf-next,v3] netfilter: nf_table_offload: Fix the incorrect rcu usage in nft_indr_block_cb - 1 - - --- 2019-09-03 wenxu pablo Changes Requested
[net-next,v2,1/4] net: flow_offload: flip mangle action mask flow_offload: update mangle action representation - - - - --- 2019-09-03 Pablo Neira Ayuso pablo Changes Requested
[net-next,v2,2/4] net: flow_offload: bitwise AND on mangle action value field flow_offload: update mangle action representation - - - - --- 2019-09-03 Pablo Neira Ayuso pablo Changes Requested
[net-next,v2,3/4] net: flow_offload: mangle action at byte level flow_offload: update mangle action representation - - - - --- 2019-09-03 Pablo Neira Ayuso pablo Changes Requested
[net-next,v2,4/4] netfilter: nft_payload: packet mangling offload support flow_offload: update mangle action representation - - - - --- 2019-09-03 Pablo Neira Ayuso pablo Changes Requested
[nf] netfilter: nf_tables: fix possible null-pointer dereference in object update [nf] netfilter: nf_tables: fix possible null-pointer dereference in object update - 1 - - --- 2019-09-03 Fernando F. Mancera pablo Changes Requested
[nft] tests: shell: check that rule add with index works with echo [nft] tests: shell: check that rule add with index works with echo - - - - --- 2019-09-03 Eric Garver pablo Changes Requested
[nf-next] netfilter: nf_table_offload: Fix check the offload flags in nft_indr_block_cb [nf-next] netfilter: nf_table_offload: Fix check the offload flags in nft_indr_block_cb - 1 - - --- 2019-09-03 wenxu pablo Changes Requested
[nf-next,v2,1/3] netfilter: nf_offload: refactor the nft_flow_offload_chain function netfilter: nf_tables_offload: clean offload things when the device unregister - - - - --- 2019-09-04 wenxu pablo Changes Requested
[nf-next,v2,2/3] netfilter: nf_offload: refactor the nft_flow_offload_rule function netfilter: nf_tables_offload: clean offload things when the device unregister - - - - --- 2019-09-04 wenxu pablo Changes Requested
[nf-next,v2,3/3] netfilter: nf_tables_offload: clean offload things when the device unregister netfilter: nf_tables_offload: clean offload things when the device unregister - - - - --- 2019-09-04 wenxu pablo Changes Requested
[nf-next,v3,1/4] netfilter: nf_tables_offload: refactor the nft_flow_offload_chain function netfilter: nf_tables_offload: clean offload things when the device unregister - - - - --- 2019-09-05 wenxu pablo Changes Requested
[nf-next,v3,2/4] netfilter: nf_tables_offload: refactor the nft_flow_offload_rule function netfilter: nf_tables_offload: clean offload things when the device unregister - - - - --- 2019-09-05 wenxu pablo Changes Requested
[nf-next,v3,3/4] netfilter: nf_tables_offload: add nft_offload_netdev_iterate function Untitled series #129092 - - - - --- 2019-09-05 wenxu pablo Changes Requested
[nf-next,v3,4/4] netfilter: nf_tables_offload: clean offload things when the device unregister netfilter: nf_tables_offload: clean offload things when the device unregister - - - - --- 2019-09-05 wenxu pablo Changes Requested
[nft] cache: fix --echo with index/position [nft] cache: fix --echo with index/position - 1 - - --- 2019-09-05 Pablo Neira Ayuso pablo Changes Requested
[net-next,v3,1/4] net: flow_offload: flip mangle action mask flow_offload: update mangle action representation - - - - --- 2019-09-06 Pablo Neira Ayuso pablo Changes Requested
[net-next,v3,2/4] net: flow_offload: bitwise AND on mangle action value field flow_offload: update mangle action representation - - - - --- 2019-09-06 Pablo Neira Ayuso pablo Changes Requested
[net-next,v3,3/4] net: flow_offload: mangle action at byte level flow_offload: update mangle action representation - - - - --- 2019-09-06 Pablo Neira Ayuso pablo Changes Requested
[net-next,v3,4/4] netfilter: nft_payload: packet mangling offload support flow_offload: update mangle action representation - - - - --- 2019-09-06 Pablo Neira Ayuso pablo Changes Requested
[nft] src: add synproxy stateful object support [nft] src: add synproxy stateful object support - - - - --- 2019-09-07 Fernando F. Mancera pablo Changes Requested
[nft,v2] src: add synproxy stateful object support [nft,v2] src: add synproxy stateful object support - - - - --- 2019-09-07 Fernando F. Mancera pablo Changes Requested
src: Enable doxygen to generate Function Documentation src: Enable doxygen to generate Function Documentation - - - - --- 2019-09-08 Duncan Roe pablo Changes Requested
[nf-next,v4,1/4] netfilter: nf_offload: refactor the nft_flow_offload_chain function netfilter: nf_tables_offload: clean offload things when the device unregister - - - - --- 2019-09-08 wenxu pablo Changes Requested
[nf-next,v4,2/4] netfilter: nf_offload: refactor the nft_flow_offload_rule function netfilter: nf_tables_offload: clean offload things when the device unregister - - - - --- 2019-09-08 wenxu pablo Changes Requested
[nf-next,v4,3/4] netfilter: nf_tables_offload: add __nft_offload_get_chain function netfilter: nf_tables_offload: clean offload things when the device unregister - - - - --- 2019-09-08 wenxu pablo Changes Requested
[nf-next,v4,4/4] netfilter: nf_offload: clean offload things when the device unregister netfilter: nf_tables_offload: clean offload things when the device unregister - - - - --- 2019-09-08 wenxu pablo Changes Requested
[nft,v3] src: add synproxy stateful object support [nft,v3] src: add synproxy stateful object support - - - - --- 2019-09-08 Fernando F. Mancera pablo Changes Requested
[nf-next,v5,1/4] netfilter: nf_tables_offload: add __nft_offload_get_chain function netfilter: nf_tables_offload: clean offload things when the device unregister - - - - --- 2019-09-09 wenxu pablo Changes Requested
[nf-next,v5,2/4] netfilter: nf_offload: refactor the nft_flow_offload_chain function netfilter: nf_tables_offload: clean offload things when the device unregister - - - - --- 2019-09-09 wenxu pablo Changes Requested
[nf-next,v5,3/4] netfilter: nf_offload: refactor the nft_flow_offload_rule function netfilter: nf_tables_offload: clean offload things when the device unregister - - - - --- 2019-09-09 wenxu pablo Changes Requested
[nf-next,v5,4/4] netfilter: nf_offload: clean offload things when the device unregister netfilter: nf_tables_offload: clean offload things when the device unregister - - - - --- 2019-09-09 wenxu pablo Changes Requested
[nft,v4] src: add synproxy stateful object support [nft,v4] src: add synproxy stateful object support - - - - --- 2019-09-11 Fernando F. Mancera pablo Changes Requested
[nf-next,v6,1/8] netfilter: nft_tunnel: add nft_tunnel_mode_validate function netfilter: nf_tables_offload: support tunnel offload - - - - --- 2019-09-13 wenxu pablo Changes Requested
[nf-next,v6,2/8] netfilter: nft_tunnel: support NFT_TUNNEL_IP_SRC/DST match netfilter: nf_tables_offload: support tunnel offload - - - - --- 2019-09-13 wenxu pablo Changes Requested
[nf-next,v6,3/8] netfilter: nft_tunnel: add ipv6 check in nft_tunnel_mode_validate Untitled series #130578 - - - - --- 2019-09-13 wenxu pablo Changes Requested
[nf-next,v6,4/8] netfilter: nft_tunnel: support NFT_TUNNEL_IP6_SRC/DST match netfilter: nf_tables_offload: support tunnel offload - - - - --- 2019-09-13 wenxu pablo Changes Requested
[nf-next,v6,5/8] netfilter: nft_tunnel: support tunnel meta match offload netfilter: nf_tables_offload: support tunnel offload - - - - --- 2019-09-13 wenxu pablo Changes Requested
[nf-next,v6,6/8] netfilter: nft_tunnel: add NFTA_TUNNEL_KEY_RELEASE action netfilter: nf_tables_offload: support tunnel offload - - - - --- 2019-09-13 wenxu pablo Changes Requested
[nf-next,v6,7/8] netfilter: nft_objref: add nft_objref_type offload netfilter: nf_tables_offload: support tunnel offload - - - - --- 2019-09-13 wenxu pablo Changes Requested
[nf-next,v6,8/8] netfilter: nft_tunnel: support nft_tunnel_obj offload netfilter: nf_tables_offload: support tunnel offload - - - - --- 2019-09-13 wenxu pablo Changes Requested
[iptables,02/14] tests/shell: Speed up ipt-restore/0004-restore-race_0 Improve iptables-nft performance with large rulesets 1 1 - - --- 2019-09-16 Phil Sutter pablo Changes Requested
[iptables,06/14] nft: Fix for add and delete of same rule in single batch Improve iptables-nft performance with large rulesets - - - - --- 2019-09-16 Phil Sutter pablo Changes Requested
[iptables,08/14] xtables-restore: Avoid cache population when flushing Improve iptables-nft performance with large rulesets - - - - --- 2019-09-16 Phil Sutter pablo Changes Requested
[iptables,09/14] nft: Rename have_cache into have_chain_cache Improve iptables-nft performance with large rulesets - - - - --- 2019-09-16 Phil Sutter pablo Changes Requested
[iptables,10/14] nft: Fetch rule cache only if needed Improve iptables-nft performance with large rulesets - - - - --- 2019-09-16 Phil Sutter pablo Changes Requested
[iptables,11/14] nft: Allow to fetch only a specific chain from kernel Improve iptables-nft performance with large rulesets - - - - --- 2019-09-16 Phil Sutter pablo Changes Requested
[iptables,12/14] nft: Support fetching rules for a single chain only Improve iptables-nft performance with large rulesets - - - - --- 2019-09-16 Phil Sutter pablo Changes Requested
[iptables,13/14] nft: Optimize flushing all chains of a table Improve iptables-nft performance with large rulesets - - - - --- 2019-09-16 Phil Sutter pablo Changes Requested
[iptables,14/14] nft: Reduce impact of nft_chain_builtin_init() Improve iptables-nft performance with large rulesets - - - - --- 2019-09-16 Phil Sutter pablo Changes Requested
[nft] mnl: do not cache sender buffer size [nft] mnl: do not cache sender buffer size - - - - --- 2019-09-20 Pablo Neira Ayuso pablo Changes Requested
[iptables] xtables-restore: Fix --table parameter check [iptables] xtables-restore: Fix --table parameter check - 1 - - --- 2019-09-20 Phil Sutter pablo Changes Requested
[libmnl,v2] Enable doxygen to generate Function Documentation [libmnl,v2] Enable doxygen to generate Function Documentation - - - - --- 2019-09-21 Duncan Roe pablo Changes Requested
[nftables,1/3] src, include: add upstream linenoise source. Add Linenoise support to the CLI. - - - - --- 2019-09-21 Jeremy Sowden pablo Changes Requested
[nftables,2/3] cli: add linenoise CLI implementation. Add Linenoise support to the CLI. - - - - --- 2019-09-21 Jeremy Sowden pablo Changes Requested
[nftables,3/3] main: add more information to `nft -v`. Add Linenoise support to the CLI. - - - - --- 2019-09-21 Jeremy Sowden pablo Changes Requested
[libnetfilter_queue] src: Enable clang build [libnetfilter_queue] src: Enable clang build - - - - --- 2019-09-22 Duncan Roe pablo Changes Requested
[nftables,1/3] src, include: add upstream linenoise source. Add Linenoise support to the CLI. - - - - --- 2019-09-24 Jeremy Sowden pablo Changes Requested
[nftables,2/3] cli: add linenoise CLI implementation. Add Linenoise support to the CLI. - - - - --- 2019-09-24 Jeremy Sowden pablo Changes Requested
[nftables,3/3] main: add more information to `nft -v`. Add Linenoise support to the CLI. - - - - --- 2019-09-24 Jeremy Sowden pablo Changes Requested
[nf] netfilter: nf_tables: bogus EBUSY when deleting flowtable after flush [nf] netfilter: nf_tables: bogus EBUSY when deleting flowtable after flush - - - - --- 2019-09-24 nevola pablo Changes Requested
[iptables,v2,07/24] nft: Support fetch_rule_cache() per chain Improve iptables-nft performance with large rulesets - - - - --- 2019-09-25 Phil Sutter pablo Changes Requested
[iptables,v2,08/24] nft: Fetch only chains in nft_chain_list_get() Improve iptables-nft performance with large rulesets - - - - --- 2019-09-25 Phil Sutter pablo Changes Requested
[iptables,v2,09/24] nft: Support fetch_chain_cache() per table Improve iptables-nft performance with large rulesets - - - - --- 2019-09-25 Phil Sutter pablo Changes Requested
[iptables,v2,10/24] nft: Support fetch_chain_cache() per chain Improve iptables-nft performance with large rulesets - - - - --- 2019-09-25 Phil Sutter pablo Changes Requested
« 1 2 ... 86 87 88285 286 »