netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-08 19:33:22 to 2017-08-21 14:10:07 UTC [more...]

[PATCH nft 0/7] tcp mss mangling support
 2017-08-21 14:09 UTC  (11+ 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 nft v2 00/18] introducing libnftables
 2017-08-21  9:44 UTC  (32+ 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

[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

[PATCH nft] src: Initialize struct stmt in _match and _target functions
 2017-08-20  4:55 UTC 

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  (5+ messages)
  ` [PATCH v2] "

[nft PATCH v4 0/3] Implement --echo option
 2017-08-14 12:02 UTC  (10+ messages)
` [nft PATCH v4 1/3] netlink: Pass nlmsg flags from rule.c
` [nft PATCH v4 2/3] Implement --echo option
` [nft PATCH v4 3/3] tests: Add a simple test suite for "

[PATCH nft] man: Fix typo
 2017-08-14  9:42 UTC  (2+ messages)

[PATCH iptables 1/2] xtables-compat-restore: fix several memory leaks
 2017-08-14  9:40 UTC  (4+ messages)
` [PATCH iptables 2/2] xtables-compat: fix memory leak when listing

[conntrack-tools PATCH] conntrackd: remove warning for -S
 2017-08-14  9:35 UTC  (2+ messages)

[PATCH nft] src: rule: Remove variable cache_initialized
 2017-08-14  9:28 UTC  (2+ messages)

[PATCH nf-next 0/7] netfilter: conntrack: constify protocol trackers, part 1
 2017-08-11 22:57 UTC  (8+ messages)
` [PATCH nf-next 1/7] netfilter: conntrack: compute l3proto nla size at compile time
` [PATCH nf-next 2/7] netfilter: conntrack: remove protocol name from l3proto struct
` [PATCH nf-next 3/7] netfilter: conntrack: remove protocol name from l4proto struct
` [PATCH nf-next 4/7] netfilter: conntrack: reduce size of l4protocol trackers
` [PATCH nf-next 5/7] netfilter: conntrack: place print_tuple in procfs part
` [PATCH nf-next 6/7] netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFS
` [PATCH nf-next 7/7] netfilter: conntrack: make protocol tracker pointers const

RFC: Synopsis syntax change in nft.8
 2017-08-11  8:09 UTC  (6+ messages)

(unknown),
 2017-08-10 18:16 UTC 

[nft PATCH 0/6] A bunch of man page enhancements
 2017-08-10 17:29 UTC  (7+ messages)
` [nft PATCH 1/6] nft.8: Document operations on ruleset
` [nft PATCH 2/6] nft.8: Describe conntrack types
` [nft PATCH 3/6] nft.8: Review reject statement description
` [nft PATCH 4/6] nft.8: Add note about supported hooks for bridge family
` [nft PATCH 5/6] nft.8: Describe base chain details
` [nft PATCH 6/6] nft.8: Complete short description of arp family

[PATCH nft] src: place object cache in context structure
 2017-08-10  9:12 UTC 

[PATCH net] netfilter: check for seqadj ext existence before adding it in nf_nat_setup_info
 2017-08-10  2:22 UTC 

(unknown),
 2017-08-09 23:15 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).