messages from 2017-08-14 11:43:46 to 2017-08-23 16:17:22 UTC [more...]
[PATCH nf-next 0/3] netfilter: convert hook list to an array
2017-08-23 16:17 UTC (5+ messages)
` [PATCH nf-next 1/3] "
` [PATCH nf-next 2/3] netfilter: debug: check for sorted array
` [PATCH nf-next 3/3] netfilter: core: batch nf_unregister_net_hooks synchronize_net calls
[PATCH nft] files: add arp filter and add in/output to nat skeleton
2017-08-23 15:56 UTC
[PATCH] tests: json: Add test cases for json format
2017-08-23 10:02 UTC (4+ messages)
[PATCH conntrack-tools] conntrackd: cthelper: ssdp: fix build with musl
2017-08-23 7:29 UTC
[PATCH nft v2 00/18] introducing libnftables
2017-08-22 17:30 UTC (40+ messages)
` [PATH nft v2 01/18] mnl: fix error handling in mnl_batch_talk
` [PATH nft v2 02/18] erec: add function to free list
` [PATH nft v2 03/18] libnftables: introduce library
` [PATH nft v2 04/18] libnftables: add context new and free
` [PATH nft v2 05/18] libnftables: add nft_run_command_from_buffer
` [PATH nft v2 06/18] libnftables: add nft_run_command_from_filename
` [PATH nft v2 07/18] libnftables: put nft_run in library
` [PATH nft v2 08/18] libnftables: add missing variables to library
` [PATH nft v2 09/18] libnftables: add NFT_EXIT_* "
` [PATH nft v2 10/18] libnftables: add a nft_cache to nft_ctx
` [PATH nft v2 11/18] libnftables: move iface_cache_release to deinit
` [PATH nft v2 12/18] libnftables: get rid of printf
` [PATH nft v2 13/18] libnftables: add nft_context_set_print
` [PATH nft v2 14/18] libnftables: transaction support
` [PATH nft v2 15/18] libnftables: set max_errors to 1 in library
` [PATH nft v2 16/18] libnftables: add error handling
` [PATH nft v2 17/18] libnftables: suppress unused global variables
` [PATH nft v2 18/18] libnftables: doxygen documentation
[PATCH nft 0/6] Remove more global variables
2017-08-22 17:05 UTC (7+ messages)
` [PATCH nft 1/6] src: add include_paths to struct nft_ctx
` [PATCH nft 2/6] src: add maximum number of parser errors "
` [PATCH nft 3/6] src: remove ifdef DEBUG pollution
` [PATCH nft 4/6] src: add struct mnl_ctx
` [PATCH nft 5/6] mnl: pass struct netlink_ctx to mnl_nft_socket_sendmsg()
` [PATCH nft 6/6] src: add debugging mask to context structure
[PATCH v2 nft 0/3] nftables: tcp option set support
2017-08-22 16:16 UTC (7+ messages)
` [PATCH nft 1/3] src: add tcp options "
` [PATCH nft 2/3] rt: add path mtu support
` [PATCH nft 3/3] tests: add tcp option set support / tcp mss mangling test cases
[nft PATCH] Keep cache in struct nft_ctx
2017-08-22 12:40 UTC
[patch nf] netfilter: nf_tables: Fix nft limit burst handling
2017-08-21 21:29 UTC (2+ messages)
[PATCH nft] src: Initialize struct stmt in _match and _target functions
2017-08-21 14:45 UTC (2+ messages)
[PATCH conntrack-tools] conntrack: Show multiple CPUs stats from proc
2017-08-21 14:38 UTC
[PATCH nft 0/7] tcp mss mangling support
2017-08-21 14:28 UTC (16+ messages)
` [PATCH libnftnl 1/7] exthdr: tcp option set support
` [PATCH libnftnl 2/7] rt: tcpmss get support
` [PATCH nft 3/7] exthdr: move print of tcp options to tcpopt.c
` [PATCH nft 4/7] src: add tcp options set support
` [PATCH nft 5/7] src: implement shortcut for tcp mss size mangling
` [PATCH nft 6/7] rt: add path mss support
` [PATCH nft 7/7] tests: add tcp option set support / tcp mss mangling test cases
[PATCH nf-next] netfilter: fix a few (harmless) sparse warnings
2017-08-21 14:19 UTC
[nft PATCH 0/16] introduce libnftables
2017-08-21 8:19 UTC (37+ messages)
` [nft PATH 01/16] libnftables: introduce library
` [nft PATH 02/16] libnftables: add context new and free
` [nft PATH 03/16] libnftables: add nft_run_command_from_buffer
` [nft PATH 04/16] libnftables: add nft_run_command_from_filename
` [nft PATH 05/16] libnftables: put nft_run in library
` [nft PATH 06/16] libnftables: add missing variable to library
` [nft PATH 07/16] libnftables: add NFT_EXIT_* "
` [nft PATH 08/16] libnftables: add a nft_cache to nft_ctx
` [nft PATH 09/16] libnftables: move iface_cache_release to deinit
` [nft PATH 10/16] libnftables: get rid of printf
` [nft PATH 11/16] libnftables: add nft_context_set_print
` [nft PATH 12/16] libnftables: transaction support
` [nft PATH 13/16] libnftables: set max_errors to 1 in library
` [nft PATH 14/16] erec: add function to free list
` [nft PATH 15/16] libnftables: add error handling
` [nft PATH 16/16] libnftables: basic doxygen documentation
[PATCH net 0/2] netfilter: ipvs: some fixes in sctp_conn_schedule
2017-08-20 7:28 UTC (4+ messages)
` [PATCH net 1/2] netfilter: ipvs: fix the issue that sctp_conn_schedule drops non-INIT packet
` [PATCH net 2/2] netfilter: ipvs: do not create conn for ABORT packet in sctp_conn_schedule
How to contribute to documentation?
2017-08-19 22:22 UTC
[PATCH nft-sync] fix build
2017-08-19 13:07 UTC (2+ messages)
[RFC PATCH] src: Add import command for json
2017-08-19 12:42 UTC (2+ messages)
[PATCH nft 0/5] src: Removes unused functions
2017-08-19 12:11 UTC (7+ messages)
` [PATCH nft 1/5] src: Remove xt_stmt_() functions
` [PATCH nft 2/5] src: gmputil: Remove mpz_get_be64() function
` [PATCH nft 3/5] src: cli: Remove cli_display() function
` [PATCH nft 4/5] src: netlink: Remove unused functions
` [PATCH nft 5/5] src: mnl: "
[PATCH] netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet
2017-08-19 12:07 UTC (2+ messages)
[PATCH nf-next 0/4] netfilter: nftables: tcp mss mangling support
2017-08-19 12:05 UTC (2+ messages)
[PATCH] netfilter: ebtables: use audit_log()
2017-08-19 11:25 UTC (4+ messages)
` [PATCH] netfilter: xtables: "
[PATCH] netfilter: remove prototype of netfilter_queue_init
2017-08-19 11:23 UTC (2+ messages)
[PATCH] netfilter: connlimit: merge root4 and root6
2017-08-19 11:15 UTC (2+ messages)
[PATCH 2/2] netfilter/libxt_hashlimit: new feature/algorithm for xt_hashlimit
2017-08-18 20:59 UTC
[PATCH 1/2] netfilter/xt_hashlimit: new feature/algorithm for xt_hashlimit
2017-08-18 20:58 UTC
Finding the PID of a process from sk_buff
2017-08-18 18:19 UTC
[nft PATCH 0/2] First attempt at synopsis fixup
2017-08-17 17:37 UTC (4+ messages)
` [nft PATCH 1/2] nft.8: Fix and enhance synopsis section
` [nft PATCH RFC 2/2] nft.8: Make use of synopfragment in "
(no subject)
2017-08-16 15:13 UTC
[PATCH net] net: sched: fix NULL pointer dereference when action calls some targets
2017-08-17 12:44 UTC (10+ messages)
[PATCH nft 1/2] evaluate: shift immediate value when adjusting size for csum fixup
2017-08-17 10:01 UTC (4+ messages)
` [PATCH nft 2/2] tests: add test case for ttl/protocol set
[PATCH] netfilter: ipset: ipset list may return wrong member count for set with timeout
2017-08-17 5:23 UTC
(unknown),
2017-08-16 5:46 UTC
(unknown),
2017-08-15 17:30 UTC
[conntrack-tools PATCH] tests: don't fail on modprobe since the driver might be built-in
2017-08-15 12:54 UTC
[nft PATCH v2] echo: Fix for added delays in rule updates
2017-08-15 12:03 UTC (2+ messages)
[PATCH nft] src: make netlink sequence number non-static
2017-08-15 12:02 UTC
[nft PATCH 0/4] A bunch of fixes for echo output
2017-08-15 11:49 UTC (14+ messages)
` [nft PATCH 1/4] mnl: Drop --echo support for non-batch calls
` [nft PATCH 2/4] netlink: Fix segfault when using --echo flag
` [nft PATCH 3/4] echo: Fix for added delays in rule updates
` [nft PATCH 4/4] tests: Merge monitor and echo test suites
(unknown),
2017-08-15 11:16 UTC
[PATCH] netfilter: fix indent on in statements
2017-08-15 9:51 UTC (4+ messages)
[PATCH][V2] netfilter: fix indent on if statements
2017-08-15 9:50 UTC
[PATCH] man: use https for wiki link
2017-08-14 21:32 UTC (2+ messages)
(unknown),
2017-08-14 17:38 UTC
[PATCH] netfilter: nf_nat_h323: fix logical-not-parentheses warning
2017-08-14 17:36 UTC (3+ messages)
` [PATCH v2] "
[nft PATCH v4 0/3] Implement --echo option
2017-08-14 12:02 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).