Linux Netfilter / IP Tables Devel
[Prev Page][Next Page]
- [PATCH nft] src: Add GPLv2+ header to .c files of recent creation,
Pablo Neira Ayuso
- [PATCH nft,v2] scanner: munch full comment lines, Pablo Neira Ayuso
- [PATCH nft] doc: statements: fwd supports for sending packets via neighbouring layer,
Pablo Neira Ayuso
- [PATCH] doc/payload-expression.txt: Mention that 'ih' exists,
Harald Welte
- [PATCH ulogd2 0/4] Some bug-fixes,
Jeremy Sowden
- [PATCH] netfilter: nfnetlink: check 'skb->dev' pointer in nfulnl_log_packet(),
Li Qiong
- [PATCH] netfilter: initialize 'ret' variable,
Li Qiong
- [PATCH] json: fix 'add flowtable' command,
Alex Forster
- [PATCH] ipvs: initialize 'ret' variable in do_ip_vs_set_ctl(),
Li Qiong
- [linux-next:master] BUILD REGRESSION 2934ceb4e967b9233d0f97732e47175574a11406, kernel test robot
- [iptables PATCH 0/7] tests: xlate: generic.txlate to pass replay test,
Phil Sutter
- Re: [PATCHv2 net-next 5/5] net: move the nat function to nf_nat_ovs for ovs and tc, Xin Long
- [PATCH iptables-nft] extensions: add xt_statistics random mode translation,
Florian Westphal
- [iptables PATCH 0/9] Fix for shell testsuite '-V' option,
Phil Sutter
- [iptables PATCH 7/9] iptables: Properly clear iptables_command_state object, Phil Sutter
- [iptables PATCH 5/9] iptables: Plug memleaks in print_firewall(), Phil Sutter
- [iptables PATCH 8/9] xshared: Free data after printing help, Phil Sutter
- [iptables PATCH 6/9] xtables: Introduce xtables_clear_iptables_command_state(), Phil Sutter
- [iptables PATCH 3/9] iptables-xml: Free allocated chain strings, Phil Sutter
- [iptables PATCH 9/9] libiptc: Eliminate garbage access, Phil Sutter
- [iptables PATCH 1/9] tests: shell: Fix valgrind mode for 0008-unprivileged_0, Phil Sutter
- [iptables PATCH 2/9] iptables-restore: Free handle with --test also, Phil Sutter
- [iptables PATCH 4/9] nft: Plug memleak in nft_rule_zero_counters(), Phil Sutter
- Re: [iptables PATCH 0/9] Fix for shell testsuite '-V' option, Phil Sutter
- [linux-next:master] BUILD REGRESSION 700e0cd3a5ce6a2cb90d9a2aab729b52f092a7d6, kernel test robot
- [RFC ebtables-nft] unify ether type and meta protocol decoding,
Florian Westphal
- [PATCH ebtables-nft] nft-bridge: work around recent "among" decode breakage,
Florian Westphal
- [PATCH v3 iptables-nft 0/3] remove escape_quotes support,
Florian Westphal
- [linux-next:master] BUILD REGRESSION 13ee7ef407cfcf63f4f047460ac5bb6ba5a3447d, kernel test robot
- [PATCH ulogd2 v2 v2 00/34] Refactor of the DB output plug-ins,
Jeremy Sowden
- [PATCH ulogd2 v2 v2 01/34] ulogd: fix parse-error check, Jeremy Sowden
- [PATCH ulogd2 v2 v2 03/34] output: JSON: remove incorrect config value check, Jeremy Sowden
- [PATCH ulogd2 v2 v2 07/34] src: remove zero-valued config-key fields, Jeremy Sowden
- [PATCH ulogd2 v2 v2 08/34] src: parenthesize config-entry macro arguments, Jeremy Sowden
- [PATCH ulogd2 v2 v2 05/34] build: add checks to configure.ac, Jeremy Sowden
- [PATCH ulogd2 v2 v2 02/34] filter: fix buffer sizes in filter plug-ins, Jeremy Sowden
- [PATCH ulogd2 v2 v2 09/34] src: define constructors and destructors consistently, Jeremy Sowden
- [PATCH ulogd2 v2 v2 04/34] db: fix back-log capacity checks, Jeremy Sowden
- [PATCH ulogd2 v2 v2 06/34] src: remove some trailing white space, Jeremy Sowden
- [PATCH ulogd2 v2 v2 18/34] db: open-code `_loop_reconnect_db`, Jeremy Sowden
- [PATCH ulogd2 v2 v2 21/34] db: refactor ring-buffer initialization, Jeremy Sowden
- [PATCH ulogd2 v2 v2 24/34] db: use `struct db_stmt` objects more widely, Jeremy Sowden
- [PATCH ulogd2 v2 v2 11/34] src: remove superfluous casts, Jeremy Sowden
- [PATCH ulogd2 v2 v2 16/34] db: use consistent integer return values to indicate errors, Jeremy Sowden
- [PATCH ulogd2 v2 v2 32/34] output: pgsql: tidy up `open_db_pgsql` and fix memory leak, Jeremy Sowden
- [PATCH ulogd2 v2 v2 28/34] db: add prep & exec support, Jeremy Sowden
- [PATCH ulogd2 v2 v2 20/34] db: refactor configuration, Jeremy Sowden
- [PATCH ulogd2 v2 v2 10/34] src: remove `TIME_ERR` macro, Jeremy Sowden
- [PATCH ulogd2 v2 v2 30/34] output: pgsql: remove a couple of struct members, Jeremy Sowden
- [PATCH ulogd2 v2 v2 27/34] db, IP2BIN: defer formatting of raw strings, Jeremy Sowden
- [PATCH ulogd2 v2 v2 22/34] db: refactor ring-buffer, Jeremy Sowden
- [PATCH ulogd2 v2 v2 25/34] db: synchronize access to ring-buffer, Jeremy Sowden
- [PATCH ulogd2 v2 v2 26/34] db: avoid cancelling ring-buffer thread, Jeremy Sowden
- [PATCH ulogd2 v2 v2 12/34] conffile: replace malloc+strcpy with strdup, Jeremy Sowden
- [PATCH ulogd2 v2 v2 33/34] output: pgsql: add prep & exec support, Jeremy Sowden
- [PATCH ulogd2 v2 v2 19/34] db: improve calculation of sql statement length, Jeremy Sowden
- [PATCH ulogd2 v2 v2 31/34] output: pgsql: remove variable-length arrays, Jeremy Sowden
- [PATCH ulogd2 v2 v2 14/34] output: de-duplicate allocation of input keys, Jeremy Sowden
- [PATCH ulogd2 v2 v2 29/34] output: mysql: add prep & exec support, Jeremy Sowden
- [PATCH ulogd2 v2 v2 34/34] output: sqlite3: reimplement using the common DB API, Jeremy Sowden
- [PATCH ulogd2 v2 v2 15/34] db: reorganize source, Jeremy Sowden
- [PATCH ulogd2 v2 v2 13/34] output: remove zero-initialized `struct ulogd_plugin` members, Jeremy Sowden
- [PATCH ulogd2 v2 v2 23/34] db: refactor backlog, Jeremy Sowden
- [PATCH ulogd2 v2 v2 17/34] db: change return type of two functions to `void`, Jeremy Sowden
- Re: [PATCH ulogd2 v2 v2 00/34] Refactor of the DB output plug-ins, Pablo Neira Ayuso
- [PATCH ulogd2] pgsql: correct `ulog2.ip_totlen` type,
Jeremy Sowden
- [iptables PATCH] tests: shell: Test selective ebtables flushing,
Phil Sutter
- [PATCH v2 iptables-nft 0/3] remove escape_quotes support,
Florian Westphal
- [syzbot] INFO: task hung in nfnetlink_rcv_msg (3), syzbot
- [PATCH nf] netfilter: ctnetlink: fix compilation warning after data race fixes in ct mark, Pablo Neira Ayuso
- [PATCH ulogd2 0/3] IP Address Formatting Fixes,
Jeremy Sowden
- [linux-next:master] BUILD REGRESSION 9e46a79967326efb03c481ddfd58902475bd920d, kernel test robot
- [iptables PATCH 1/4] libxtables: xt_xlate_add() to take care of spacing,
Phil Sutter
- [linux-next:master] BUILD REGRESSION c35bd4e428856ed8c1fae7f7dfa08a9141c153d1, kernel test robot
- [PATCH nf] netfilter: fix using __this_cpu_add in preemptible in nf_flow_table_offload,
Xin Long
- [PATCH nf] netfilter: fix using __this_cpu_add in preemptible in nf_conntrack_core, Xin Long
- [nft PATCH 0/4] xt: Rewrite unsupported compat expression dumping,
Phil Sutter
- [PATCH iptables-nft 0/3] remove escape_quotes support,
Florian Westphal
- [PATCH nf] nft_set_pipapo: Actually validate intervals in fields after the first one,
Stefano Brivio
- [PATCH nft] src: support for selectors with different byteorder with interval concatenations,
Pablo Neira Ayuso
- [PATCH conntrackd 1/3] build: don't suppress various warnings,
Pablo Neira Ayuso
- [iptables PATCH 00/13] Extensions: Review xlate callbacks,
Phil Sutter
- [iptables PATCH 01/13] extensions: libebt_mark: Fix mark target xlate, Phil Sutter
- [iptables PATCH 07/13] extensions: TCPMSS: Use xlate callback for IPv6, too, Phil Sutter
- [iptables PATCH 08/13] extensions: TOS: Fix v1 xlate callback, Phil Sutter
- [iptables PATCH 11/13] extensions: libebt_log: Add comment to clarify xlate callback, Phil Sutter
- [iptables PATCH 10/13] extensions: tcp: Translate TCP option match, Phil Sutter
- [iptables PATCH 09/13] extensions: ecn: Sanitize xlate callback, Phil Sutter
- [iptables PATCH 03/13] extensions: libebt_redirect: Fix xlate return code, Phil Sutter
- [iptables PATCH 02/13] extensions: libebt_mark: Fix xlate test case, Phil Sutter
- [iptables PATCH 12/13] extensions: frag: Add comment to clarify xlate callback, Phil Sutter
- [iptables PATCH 06/13] extensions: MARK: Sanitize MARK_xlate(), Phil Sutter
- [iptables PATCH 13/13] extensions: ipcomp: Add comment to clarify xlate callback, Phil Sutter
- [iptables PATCH 05/13] extensions: CONNMARK: Fix xlate callback, Phil Sutter
- [iptables PATCH 04/13] extensions: libipt_ttl: Sanitize xlate callback, Phil Sutter
- Re: [iptables PATCH 00/13] Extensions: Review xlate callbacks, Florian Westphal
- [PATCH iptables-nft] iptables-nft: exit nonzero when iptables-save cannot decode all expressions,
Florian Westphal
- [PATCH v2 nf] netfilter: conntrack: set icmpv6 redirects as RELATED,
Florian Westphal
- [PATCH nf] netfilter: conntrack: set icmpv6 redirects as RELATED, Florian Westphal
- [PATCH 6.0 306/314] netlink: Bounds-check struct nlmsgerr creation, Greg Kroah-Hartman
- [PATCH 0/1] ipset patch for the nf-next tree,
Jozsef Kadlecsik
- [PATCHv7 0/6] ipvs: Use kthreads for stats,
Julian Anastasov
- [PATCH ulogd2 00/34] Refactor of the DB output plug-ins,
Jeremy Sowden
- [PATCH ulogd2 08/34] src: parenthesize config-entry macro arguments, Jeremy Sowden
- [PATCH ulogd2 06/34] src: remove some trailing white space, Jeremy Sowden
- [PATCH ulogd2 01/34] ulogd: fix parse-error check, Jeremy Sowden
- [PATCH ulogd2 03/34] output: JSON: remove incorrect config value check, Jeremy Sowden
- [PATCH ulogd2 09/34] src: define constructors and destructors consistently, Jeremy Sowden
- [PATCH ulogd2 02/34] filter: fix buffer overruns in filter plug-ins, Jeremy Sowden
- [PATCH ulogd2 04/34] db: fix back-log capacity checks, Jeremy Sowden
- [PATCH ulogd2 05/34] build: add checks to configure.ac, Jeremy Sowden
- [PATCH ulogd2 07/34] src: remove zero-valued config-key fields, Jeremy Sowden
- [PATCH ulogd2 11/34] src: remove superfluous casts, Jeremy Sowden
- [PATCH ulogd2 22/34] db: refactor ring-buffer, Jeremy Sowden
- [PATCH ulogd2 17/34] db: change return type of two functions to `void`, Jeremy Sowden
- [PATCH ulogd2 15/34] db: reorganize source, Jeremy Sowden
- [PATCH ulogd2 33/34] output: pgsql: add prep & exec support, Jeremy Sowden
- [PATCH ulogd2 10/34] src: remove `TIME_ERR` macro, Jeremy Sowden
- [PATCH ulogd2 26/34] db: avoid cancelling ring-buffer thread, Jeremy Sowden
- [PATCH ulogd2 27/34] db, IP2BIN: defer formatting of raw strings, Jeremy Sowden
- [PATCH ulogd2 23/34] db: refactor backlog, Jeremy Sowden
- [PATCH ulogd2 31/34] output: pgsql: remove variable-length arrays, Jeremy Sowden
- [PATCH ulogd2 32/34] output: pgsql: tidy up `open_db_pgsql` and fix memory leak, Jeremy Sowden
- [PATCH ulogd2 19/34] db: improve calculation of sql statement length, Jeremy Sowden
- [PATCH ulogd2 14/34] output: de-duplicate allocation of input keys, Jeremy Sowden
- [PATCH ulogd2 29/34] output: mysql: add prep & exec support, Jeremy Sowden
- [PATCH ulogd2 18/34] db: open-code `_loop_reconnect_db`, Jeremy Sowden
- [PATCH ulogd2 34/34] output: sqlite3: reimplement using the common DB API, Jeremy Sowden
- [PATCH ulogd2 20/34] db: refactor configuration, Jeremy Sowden
- [PATCH ulogd2 13/34] output: remove zero-initialized `struct ulogd_plugin` members, Jeremy Sowden
- [PATCH ulogd2 21/34] db: refactor ring-buffer initialization, Jeremy Sowden
- [PATCH ulogd2 12/34] conffile: replace malloc+strcpy with strdup, Jeremy Sowden
- [PATCH ulogd2 25/34] db: synchronize access to ring-buffer, Jeremy Sowden
- [PATCH ulogd2 24/34] db: use `struct db_stmt` objects more widely, Jeremy Sowden
- [PATCH ulogd2 30/34] output: pgsql: remove a couple of struct members, Jeremy Sowden
- [PATCH ulogd2 28/34] db: add prep & exec support, Jeremy Sowden
- [PATCH ulogd2 16/34] db: use consistent integer return values to indicate errors, Jeremy Sowden
- [ANNOUNCE] ipset 7.16 released, Jozsef Kadlecsik
- [PATCH] netfilter: nf_flow_table: add missing locking,
Felix Fietkau
- [iptables-nft RFC 0/5] update iptables-nft dissector,
Florian Westphal
- [nft PATCH v2 0/4] xt: Implement dump and restore support,
Phil Sutter
- netfilter bpf-jit patchset: test results, Florian Westphal
- Missing definition of struct "pkt_buff" for libnetfilter_queue,
Shockedder
[iptables PATCH] extensions: mark: Test double bitwise in a rule,
Phil Sutter
[PATCH net-next/netfilter] netfilter: nft_inner: fix IS_ERR() vs NULL check,
Dan Carpenter
[PATCH libnftnl] src: replace nftnl_*_nlmsg_build_hdr() by nftnl_nlmsg_build_hdr(), Pablo Neira Ayuso
[PATCH net-next,v2 0/6] Netfilter updates for net-next,
Pablo Neira Ayuso
[PATCH iptables] nft-shared: replace nftnl_expr_get_data() by nftnl_expr_get(),
Pablo Neira Ayuso
[PATCH iptables] nft: replace nftnl_.*_nlmsg_build_hdr() by nftnl_nlmsg_build_hdr(),
Pablo Neira Ayuso
[PATCH libnftnl] example: remove nftnl_batch_is_supported() call, Pablo Neira Ayuso
[PATCH nf-next] netfilter: conntrack: add __force annotation to silence harmless warning,
Florian Westphal
[PATCH nf] netfilter: nf_tables: do not set up extensions for end interval, Pablo Neira Ayuso
[iptables PATCH] Drop extra newline from xtables_error() calls,
Phil Sutter
[iptables PATCH 0/7] De-duplicate code here and there,
Phil Sutter
- [iptables PATCH 6/7] extensions: Collate ICMP types/codes in libxt_icmp.h, Phil Sutter
- [iptables PATCH 3/7] extensions: libip*t_LOG: Merge extensions, Phil Sutter
- [iptables PATCH 4/7] extensions: libebt_ip: Include kernel header, Phil Sutter
- [iptables PATCH 7/7] extensions: Unify ICMP parser into libxt_icmp.h, Phil Sutter
- [iptables PATCH 1/7] xshared: Share make_delete_mask() between ip{,6}tables, Phil Sutter
- [iptables PATCH 2/7] nft-shared: Introduce port_match_single_to_range(), Phil Sutter
- [iptables PATCH 5/7] extensions: libebt_arp, libebt_ip: Use xtables_ipparse_any(), Phil Sutter
- Re: [iptables PATCH 0/7] De-duplicate code here and there, Phil Sutter
[nft PATCH 0/3] xt: Implement dump and restore support,
Phil Sutter
[PATCH nft] monitor: missing cache and set handle initialization, Pablo Neira Ayuso
[linux-next:master] BUILD REGRESSION 382d2f9e739bc6f151c718b38537ae522ff848cd, kernel test robot
[PATCH v3 0/6] netfilter: ipset: Add support for new bitmask parameter (userspace),
Vishwanath Pai
[PATCH v3] netfilter: ipset: Add support for new bitmask parameter, Vishwanath Pai
RE: PATCH ulogd2 filter BASE ARP packet IP addresses,
Robert O'Brien
Avoid race between tcp_packet packet processing and timeout set by a netfilter CTA_TIMEOUT message,
Tula Kraiser
[ANNOUNCE] libnftnl 1.2.4 release, Pablo Neira Ayuso
[PATCH v2] netfilter: ctmark: Fix data-races around ctmark,
Daniel Xu
[PATCH] netfilter: ctmark: Fix data-races around ctmark,
Daniel Xu
[PATCH nf-next] netfilter: merge ipv4+ipv6 confirm functions,
Florian Westphal
[PATCH nft] doc: document a few reset commands supported by the parser, Pablo Neira Ayuso
[nf PATCH] selftests: netfilter: Fix and review rpath.sh,
Phil Sutter
[iptables PATCH 0/3] Extend xlate-test to replay results,
Phil Sutter
[GIT PULL] treewide: timers: Use timer_shutdown*() before freeing timers,
Steven Rostedt
[PATCH v6a 0/5] timers: Use timer_shutdown*() before freeing timers, Steven Rostedt
[PATCH v3] netfilter: conntrack: add sctp DATA_SENT state,
Sriram Yagnaraman
[PATCH ulogd2] doc: mysql: declare MAC protocol columns unsigned,
Jeremy Sowden
[PATCH nft] optimize: handle prefix and range when merging into set + concatenation, Pablo Neira Ayuso
[PATCH v4a 00/38] timers: Use timer_shutdown*() before freeing timers,
Steven Rostedt
[nf-next RFC] netfilter: nf_tables: Compatibility interface for nft_rule,
Phil Sutter
[RFC][PATCH v3 00/33] timers: Use timer_shutdown*() before freeing timers,
Steven Rostedt
[PATCH] netfilter: rpfilter/fib: clean up some inconsistent indenting, Jiapeng Chong
[PATCH] netfilter: Cleanup nft_net->module_list from nf_tables_exit_net(),
Shigeru Yoshida
[iptables PATCH 0/6] Merge NAT extensions,
Phil Sutter
- [iptables PATCH 2/6] extensions: *NAT: Drop NF_NAT_RANGE_PROTO_RANDOM* flag checks, Phil Sutter
- [iptables PATCH 1/6] extensions: DNAT: Fix bad IP address error reporting, Phil Sutter
- [iptables PATCH 5/6] extensions: DNAT: Rename some symbols, Phil Sutter
- [iptables PATCH 3/6] extensions: DNAT: Use __DNAT_xlate for REDIRECT, too, Phil Sutter
- [iptables PATCH 6/6] extensions: Merge SNAT, DNAT, REDIRECT and MASQUERADE, Phil Sutter
- [iptables PATCH 4/6] extensions: DNAT: Generate print, save and xlate callbacks, Phil Sutter
- Re: [iptables PATCH 0/6] Merge NAT extensions, Phil Sutter
[PATCH] netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg(),
Ziyang Xuan
[PATCH net 0/7] Netfilter/IPVS fixes for net,
Pablo Neira Ayuso
[PATCH nf-next v2] netfilter: conntrack: use siphash_4u64, Florian Westphal
[ANNOUNCE] ulogd 2.0.8 release,
Pablo Neira Ayuso
[PATCH v2] netfilter: ipset: enforce documented limit to prevent allocating huge memory,
Jozsef Kadlecsik
[PATCH net v2] netfilter: nf_nat: Fix possible memory leak in nf_nat_init(),
Chen Zhongjin
[PATCH] netfilter: nf_nat: Fix possible memory leak in nf_nat_init(),
Chen Zhongjin
[PATCH net,v2 0/2] fix WARNING when removing file in ipvs,
Zhengchao Shao
[PATCH nft 1/2] netlink_delinearize: complete payload expression in payload statement,
Pablo Neira Ayuso
[PATCH net] ipvs: fix WARNING in __ip_vs_cleanup_batch(),
Zhengchao Shao
ulogd2 release?,
Jeremy Sowden
[PATCH v2 0/2] netfilter: conntrack: improve SCTP multihoming,
sriram . yagnaraman
[syzbot] WARNING in nf_tables_exit_net, syzbot
[PATCH nft v5] src: add support to command "destroy", Fernando Fernandez Mancera
[PATCH nf-next v3] netfilter: nf_tables: add support to destroy operation,
Fernando Fernandez Mancera
[PATCH 0/2] netfilter: nf_ct_sctp: improve SCTP multihoming,
sriram . yagnaraman
[PATCH nf-next,v2] netfilter: nft_payload: use __be16 to store gre version, Pablo Neira Ayuso
[PATCH nf-next] netfilter: nft_payload: use __b16 to store gre version, Pablo Neira Ayuso
[PATCH nft v4] src: add support to command "destroy",
Fernando Fernandez Mancera
[PATCH nf-next v2] netfilter: nf_tables: add support to destroy operation,
Fernando Fernandez Mancera
[PATCH nf-next] netfilter: nf_tables: add support to destroy operation, Fernando Fernandez Mancera
[RFC][PATCH v2 19/31] timers: net: Use del_timer_shutdown() before freeing timer,
Steven Rostedt
[PATCH] netfilter: ipset: enforce documented limit to prevent allocating huge memory,
Jozsef Kadlecsik
[PATCH] ipvs: use explicitly signed chars,
Jason A. Donenfeld
[PATCH nf 1/2] netfilter: nf_tables: netlink notifier might race to release objects,
Pablo Neira Ayuso
ip_set_hash_netiface,
Daniel Xu
[PATCH nf] netfilter: nf_tables: avoid access to free'd chain info in nft_commit_release, Florian Westphal
[PATCH nft v3] src: add support to command "destroy",
Fernando Fernandez Mancera
[PATCH nft v2] src: add support to command "destroy", Fernando Fernandez Mancera
[PATCH nft] src: add support to command "destroy", Fernando Fernandez Mancera
[PATCH] Periodically flow expire from flow offload tables,
Michael Lilja
[PATCH RFC xtables-addons] build: support for linux 6.1,
John Thomson
[PATCH v8 00/12] Network support for Landlock,
Konstantin Meskhidze
- [PATCH v8 05/12] landlock: Refactor unmask_layers() and init_layer_masks(), Konstantin Meskhidze
- [PATCH v8 02/12] landlock: Refactor landlock_find_rule/insert_rule, Konstantin Meskhidze
- [PATCH v8 08/12] landlock: Implement TCP network hooks, Konstantin Meskhidze
- [PATCH v8 09/12] selftests/landlock: Share enforce_ruleset(), Konstantin Meskhidze
- [PATCH v8 07/12] landlock: Add network rules support, Konstantin Meskhidze
- [PATCH v8 04/12] landlock: Move unmask_layers() and init_layer_masks(), Konstantin Meskhidze
- [PATCH v8 10/12] selftests/landlock: Add 10 new test suites dedicated to network, Konstantin Meskhidze
- [PATCH v8 01/12] landlock: Make ruleset's access masks more generic, Konstantin Meskhidze
- [PATCH v8 06/12] landlock: Refactor landlock_add_rule() syscall, Konstantin Meskhidze
- [PATCH v8 03/12] landlock: Refactor merge/inherit_ruleset functions, Konstantin Meskhidze
- [PATCH v8 11/12] samples/landlock: Add network demo, Konstantin Meskhidze
- [PATCH v8 12/12] landlock: Document Landlock's network support, Konstantin Meskhidze
[PATCH nf-next] netfilter: nf_tables: nft_objref: make it builtin,
Florian Westphal
[PATCH iptables-nft] nft: disscect basic icmp type/code match,
Florian Westphal
Status of UID GID maching support in INPUT, Vincas Dargis
netfilter+bpf road ahead,
Florian Westphal
[RFC PATCH 0/1] libnftnl: Incorrect res_id byte order?,
Ian Pilcher
[PATCH nf,v3] netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirements, Pablo Neira Ayuso
[PATCH nf,v2] netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirements, Pablo Neira Ayuso
[PATCH nft] tests: shell: deletion from interval concatenation, Pablo Neira Ayuso
[PATCH nf] netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirements, Pablo Neira Ayuso
[PATCH nf-next,v5 0/7] nf_tables inner tunnel header match support,
Pablo Neira Ayuso
[Index of Archives]
[LARTC]
[Berkeley Packet Filter]
[Bugtraq]
[Yosemite Discussion]