netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-08 17:39:43 to 2017-03-17 06:47:10 UTC [more...]

[PATCH nf-next 0/4] Refine the nat helper codes
 2017-03-17  6:45 UTC 

[PATCH 00/10] Netfilter fixes for net
 2017-03-17  4:31 UTC  (15+ messages)
` [PATCH 01/10] netfilter: don't track fragmented packets
` [PATCH 02/10] netfilter: nf_nat_sctp: fix ICMP packet to be dropped accidently
` [PATCH 03/10] netfilter: nf_tables: set pktinfo->thoff at AH header if found
` [PATCH 04/10] netfilter: nft_set_bitmap: fetch the element key based on the set->klen
` [PATCH 05/10] netfilter: nf_tables: fix mismatch in big-endian system
` [PATCH 06/10] netfilter: bridge: honor frag_max_size when refragmenting
` [PATCH 07/10] netfilter: Force fake conntrack entry to be at least 8 bytes aligned
` [PATCH 08/10] netfilter: nft_set_bitmap: keep a list of dummy elements
` [PATCH 09/10] Revert "netfilter: nf_tables: add flush field to struct nft_set_iter"
` [PATCH 10/10] netfilter: nft_ct: do cleanup work when NFTA_CT_DIRECTION is invalid

ANNOUNCE: New Platinum sponsor - Facebook
 2017-03-16 16:57 UTC 

[nft PATCH] proto: Add some exotic ICMPv6 types
 2017-03-16 12:43 UTC  (6+ messages)
      ` [nft PATCH v2 1/2] "
        ` [nft PATCH v2 2/2] doc: Describe ICMP(v6) expression and types

[GIT PULL 0/5] IPVS Updates for v4.12
 2017-03-16 12:43 UTC  (6+ messages)
` [PATCH 1/5] ipvs: remove an annoying printk in netns init
` [PATCH 2/5] ipvs: fix sync_threshold description and add sync_refresh_period, sync_retries
` [PATCH 3/5] ipvs: Document sysctl sync_qlen_max and sync_sock_size
` [PATCH 4/5] ipvs: Document sysctl sync_ports
` [PATCH 5/5] ipvs: Document sysctl pmtu_disc

[PATCH] conntrack: Support IPv6 NAT
 2017-03-16 11:49 UTC 

conntrack (possibly) hangs on our ARM CPU in case we delete 5k+ connections as fast as possible
 2017-03-16 10:58 UTC  (5+ messages)

[PATCH] net, netfilter: refcounter conversions
 2017-03-16  8:03 UTC 

[PATCH iptables]: Support the iptables lock in ip[6]tables-restore
 2017-03-16  7:56 UTC  (5+ messages)
` [PATCH iptables 1/2] iptables: remove duplicated argument parsing code
` [PATCH iptables 2/2] iptables-restore: support acquiring the lock

[PATCH iptables v2]: Support the iptables lock in ip[6]tables-restore
 2017-03-16  7:55 UTC  (3+ messages)
` [PATCH iptables v2 1/2] iptables: remove duplicated argument parsing code
` [PATCH iptables v2 2/2] iptables-restore: support acquiring the lock

[PATCH 0/7] net, netfilter refcounter conversions
 2017-03-16  7:52 UTC  (10+ messages)
` [PATCH 1/7] net, netfilter: convert ip_vs_conn.refcnt from atomic_t to refcount_t
` [PATCH 2/7] net, netfilter: convert ip_vs_dest.refcnt "
` [PATCH 3/7] net, netfilter: convert ctnl_timeout.refcnt "
` [PATCH 4/7] net, netfilter: convert nf_acct.refcnt "
` [PATCH 5/7] net, netfilter: convert nf_conntrack_expect.use "
` [PATCH 6/7] net, netfilter: convert nfulnl_instance.use "
` [PATCH 7/7] net, netfilter: convert clusterip_config.refcount and clusterip_config.entries "

[PATCH] iptables: move XT_LOCK_NAME from CFLAGS to config.h
 2017-03-16  3:54 UTC 

[PATCH nf 1/1] netfilter: ctlink: Fix one possible memleak in nfnl_cthelper_create
 2017-03-16  1:27 UTC 

[PATCH nf 1/1] netfilter: helper: Fix possible panic caused by invoking expectfn unloaded
 2017-03-15 22:57 UTC  (3+ messages)

[PATCH net] bridge: ebtables: fix reception of frames DNAT-ed to bridge device
 2017-03-15 22:06 UTC  (8+ messages)

[PATCH libnftnl 0/2] add backend support to define ct helpers
 2017-03-15 16:30 UTC  (4+ messages)
` [PATCH libnftnl 1/2] object: extend set/get api for u8/u16 types
` [PATCH libnftnl 2/2] src: ct helper support

[PATCH v2 nftables 0/7] ct helper set support
 2017-03-15 16:22 UTC  (9+ messages)
` [PATCH v2 nftables 1/7] src: add initial ct helper support
` [PATCH v2 nftables 2/7] evaluate: refactor CMD_OBJ_QUOTA/COUNTER handling
` [PATCH v2 nftables 3/7] src: allow listing all ct helpers
` [PATCH v2 nftables 4/7] src: implement add/create/delete for ct helper objects
` [PATCH v2 nftables 5/7] tests: py: add ct helper tests
` [PATCH v2 nftables 6/7] tests: add insert-failure test
` [PATCH v2 nftables 7/7] doc: ct helper objects and helper set support

[PATCH nf] netfilter: nft_ct: do cleanup work when NFTA_CT_DIRECTION is invalid
 2017-03-15 16:15 UTC  (3+ messages)

[PATCH] netfilter: logging copyrights is useless
 2017-03-15 13:57 UTC  (2+ messages)

ANNOUNCE: New Talk: Story of a Network Virtualization and it's future in Software and in Hardware
 2017-03-15 12:28 UTC 

[PATCH nft 0/9] ct helper set support
 2017-03-15 11:46 UTC  (16+ messages)
` [PATCH nft 1/9] src: add initial ct helper support
` [PATCH nft 2/9] evaluate: refactor CMD_OBJ_QUOTA/COUNTER handling
` [PATCH nft 3/9] src: allow listing all ct helpers
` [PATCH nft 4/9] src: implement add/create/delete for ct helper objects
` [PATCH nft 5/9] ct: add conntrack event mask support
` [PATCH nft 6/9] tests: py: add ct helper tests
` [PATCH nft 7/9] files: provide 'raw' table equivalent
` [PATCH nft 8/9] doc: ct zone set support
` [PATCH nft 9/9] doc: helper assignement

[ANNOUNCE] 13th Netfilter Workshop nearby Faro, Portugal
 2017-03-15 11:25 UTC 

[iptables PATCH] extensions: libxt_statistic: Complete nft translator
 2017-03-15 11:01 UTC  (4+ messages)

[PATCH nf-next 1/1] netfilter: ctlink: Remove duplicated condition check in nfnl_cthelper_create
 2017-03-15  2:11 UTC 

[PATCH 1/2 nf] netfilter: nft_set_bitmap: keep a list of dummy elements
 2017-03-14 15:21 UTC  (9+ messages)
` [PATCH 2/2 nf] Revert "netfilter: nf_tables: add flush field to struct nft_set_iter"

ANNOUNCE: New talk accepted on Netesto tool suite
 2017-03-14 12:11 UTC 

[PATCH] iptables: set the path of the lock file via a configure option
 2017-03-14 10:22 UTC  (2+ messages)

[PATCH net-next 1/1] netfilter: helper: Remove the rcu lock in nf_ct_helper_expectfn_find_by_name and nf_ct_helper_expectfn_find_by_symbol
 2017-03-14  8:45 UTC  (2+ messages)

[PATCH net] bridge: drop netfilter fake rtable unconditionally
 2017-03-13 20:02 UTC  (4+ messages)

[PATCH nf-next] netfilter: nft_set_rbtree: use per-set rwlock to improve the scalability
 2017-03-13 18:32 UTC  (2+ messages)

[PATCH nf-next] netfilter: limit: use per-rule spinlock to improve the scalability
 2017-03-13 18:32 UTC  (2+ messages)

[PATCH nf-next] netfilter: nf_conntrack: reduce resolve_normal_ct args
 2017-03-13 18:31 UTC  (2+ messages)

[PATCH v2] netfilter: Parse ICMPv6 redirects
 2017-03-13 17:49 UTC  (7+ messages)

ip_rcv_finish() NULL pointer kernel panic
 2017-03-13 17:39 UTC  (5+ messages)

ANNOUNCE: New talk Busypolling next generation
 2017-03-13 14:29 UTC 

[nf-next PATCH] nftables: fib: Support existence check
 2017-03-13 12:46 UTC  (2+ messages)

[PATCH nf-next 0/2] netfilter: helper set support
 2017-03-13 12:43 UTC  (2+ messages)

[PATCH] netfilter: Force fake conntrack entry to be at least 8 bytes aligned
 2017-03-13 12:41 UTC  (3+ messages)

[PATCH nf v2] netfilter: bridge: honor frag_max_size when refragmenting
 2017-03-13 12:32 UTC  (2+ messages)

[PATCH nf] netfilter: nf_tables: fix missmatch in big-endian system
 2017-03-13 12:31 UTC  (5+ messages)

[PATCH nf 1/2] netfilter: nft_set_bitmap: fetch the element key based on the set->klen
 2017-03-13 12:29 UTC  (2+ messages)

[nft PATCH v2 0/3] Follow-up to boolean type and existence checks
 2017-03-13 11:15 UTC  (5+ messages)
` [nft PATCH v2 1/3] fib: Support existence check
` [nft PATCH v2 2/3] tests: Adjust for changed exthdr debug output
` [nft PATCH v2 3/3] doc: Document boolean type and applications

[libnftnl PATCH] expr: exthdr: Display NFT_EXTHDR_F_PRESENT in debug output
 2017-03-13 11:15 UTC  (2+ messages)

[libnftnl PATCHv2] fib: Add support for NFTA_FIB_F_PRESENT flag
 2017-03-13 11:15 UTC  (2+ messages)

[PATCH nft] src: fix crash when inputting an incomplete set add command
 2017-03-13 11:12 UTC  (2+ messages)

[ANNOUNCE] ipset 6.32 released
 2017-03-12 19:18 UTC  (2+ messages)

ANNOUNCE: New talk accepted: TIPC Overlapping Ring Neighbor Monitoring Algorithm
 2017-03-12 16:03 UTC 

[nft PATCH 0/5] Introduce boolean type and existence checks
 2017-03-10 21:41 UTC  (10+ messages)
` [nft PATCH 1/5] Introduce boolean datatype and boolean expression
` [nft PATCH 2/5] exthdr: Add support for exthdr specific flags
` [nft PATCH 3/5] exthdr: Implement existence check
` [nft PATCH 4/5] fib: Support "
` [nft PATCH 5/5] doc: Document boolean type and applications

[PATCH 1/2] harmonize log file defaults with ulogd.conf
 2017-03-10 20:04 UTC  (2+ messages)
` [PATCH 2/2] rotate all default output files

[PATCH] libxtables: duplicated loopback address via host_to_ipaddr()
 2017-03-10 18:22 UTC  (7+ messages)
` Filter duplicate IP addresses from libxtables
  ` [PATCH 3/3] libxtables: avoid returning duplicate address for host resolution

[libnftnl PATCH] fib: Add support for NFTA_FIB_F_PRESENT flag
 2017-03-10 17:08 UTC 

ANNOUNCE: New talk! Kernel HTTP/TCP/IP stack for HTTP DDoS mitigation
 2017-03-10 10:55 UTC 

[PATCH conntrackd 1/2] conntrackd: Remove obsolete rule to catch ambiguous Checksum option
 2017-03-10  9:41 UTC  (2+ messages)
` [PATCH conntrackd 2/2] conntrackd: CommitTimeout breaks DisableExternalCache set On

netfilter: conntrack: refine gc worker heuristics, redux
 2017-03-10  8:36 UTC  (3+ messages)

[PATCH nf] netfilter: bridge: honor frag_max_size when refragmenting
 2017-03-09 22:15 UTC  (2+ messages)

per flow stats collection using libnetfilter_conntrack
 2017-03-09 15:52 UTC  (5+ messages)

Question about getting counters for transparent terminated flows
 2017-03-09 15:53 UTC  (3+ messages)

[PATCH iptables] iptables-translate: print nft iff there are more expanded rules to print
 2017-03-09 11:27 UTC  (2+ messages)

[PATCH iptables 1/2] iptables-translate: print nft command for each expand rules via dns names
 2017-03-09  7:23 UTC  (2+ messages)

[PATCH nf-next] netfilter: bridge: remove unneeded rcu_read_lock
 2017-03-08 18:02 UTC  (2+ messages)

[PATCH] netfilter: nf_reject: remove unused variable
 2017-03-08 18:03 UTC  (2+ messages)

[PATCH v2 nf] netfilter: don't track fragmented packets
 2017-03-08 17:30 UTC  (2+ messages)


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