netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-15 17:30:21 to 2017-08-24 14:43:26 UTC [more...]

[PATCH 0/5] Netfilter fixes for net
 2017-08-24 14:43 UTC 

[patch nf] netfilter: nf_tables: Fix nft limit burst handling
 2017-08-24 14:23 UTC  (3+ messages)

[PATCH nft] src: Initialize struct stmt in _match and _target functions
 2017-08-24 14:12 UTC  (3+ messages)

[PATCH net] netfilter: check for seqadj ext existence before adding it in nf_nat_setup_info
 2017-08-24 14:10 UTC  (2+ messages)

[PATCH] netfilter: SYNPROXY: fix process non tcp packet bug in {ipv4,ipv6}_synproxy_hook
 2017-08-24 14:07 UTC  (2+ messages)

netfilter fixes for 4.12.y tree
 2017-08-24 13:30 UTC 

[PATCH nf-next] netfilter: xt_CHECKSUM: avoid bad offload warnings on GSO packets
 2017-08-24 13:17 UTC  (5+ messages)

[PATCH V2] tests: json: Add test cases for json format
 2017-08-24 13:00 UTC  (4+ messages)

[PATCH nft 1/2] parser: fix typo
 2017-08-24  9:20 UTC  (6+ messages)
` [PATCH nft 2/2] src: limit stateful object support

[PATCH] tests: json: Add test cases for json format
 2017-08-24  8:50 UTC  (5+ messages)

[PATCH nf-next 0/3] netfilter: convert hook list to an array
 2017-08-23 22:08 UTC  (7+ 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 nf-next v2 1/3] netfilter: convert hook list to an array

[PATCH nft] files: add arp filter and add in/output to nat skeleton
 2017-08-23 21:40 UTC  (2+ messages)

[PATCH nft v2] files: add arp filter and add in/output to nat skeleton
 2017-08-23 21:41 UTC 

[PATCH libnftnl] src: limit stateful object support
 2017-08-23 20:42 UTC 

[PATCH nf-next 1/3] netfilter: nf_tables: add select_ops for stateful objects
 2017-08-23 20:41 UTC  (3+ messages)
` [PATCH nf-next 2/3] netfilter: nft_limit: replace pkt_bytes with bytes
` [PATCH nf-next 3/3] netfilter: nft_limit: add stateful object type

[nft PATCH] Keep cache in struct nft_ctx
 2017-08-23 17:23 UTC  (2+ 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

[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 


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).