messages from 2015-04-06 02:19:06 to 2015-04-11 13:43:12 UTC [more...]
[PATCH 00/14] netfilter: nf_tables: concatenation support
2015-04-11 13:47 UTC (16+ messages)
` [PATCH 01/14] netfilter: nf_tables: validate len in nft_validate_data_load()
` [PATCH 02/14] netfilter: nf_tables: rename nft_validate_data_load()
` [PATCH 03/14] netfilter: nft_lookup: use nft_validate_register_store() to validate types
` [PATCH 04/14] netfilter: nf_tables: kill nft_validate_output_register()
` [PATCH 05/14] netfilter: nf_tables: introduce nft_validate_register_load()
` [PATCH 06/14] netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
` [PATCH 07/14] netfilter: nf_tables: use struct nft_verdict within struct nft_data
` [PATCH 08/14] netfilter: nf_tables: convert expressions to u32 register pointers
` [PATCH 09/14] netfilter: nf_tables: kill nft_data_cmp()
` [PATCH 10/14] netfilter: nf_tables: convert sets to u32 data pointers
` [PATCH 11/14] netfilter: nf_tables: add register parsing/dumping helpers
` [PATCH 12/14] netfilter: nf_tables: switch registers to 32 bit addressing
` [PATCH 13/14] netfilter: nf_tables: support variable sized data in nft_data_init()
` [PATCH 14/14] netfilter: nf_tables: variable sized set element keys / data
[PATCH 00/20] Netfilter updates for net-next
2015-04-11 13:40 UTC (24+ messages)
` [PATCH 01/20] netfilter: nf_tables: add set timeout API support
` [PATCH 02/20] netfilter: nf_tables: add set element timeout support
` [PATCH 03/20] netfilter: nf_tables: add set garbage collection helpers
` [PATCH 04/20] netfilter: nf_tables: add GC synchronization helpers
` [PATCH 05/20] netfilter: nft_hash: add support for timeouts
` [PATCH 06/20] netfilter: x_tables: fix cgroup matching on non-full sks
` [PATCH 07/20] netfilter: nft_meta: fix cgroup matching
` [PATCH 08/20] netfilter: bridge: really save frag_max_size between PRE and POST_ROUTING
` [PATCH 09/20] netfilter: x_tables: don't extract flow keys on early demuxed sks in socket match
` [PATCH 10/20] netfilter: bridge: don't use nf_bridge_info data to store mac header
` [PATCH 11/20] netfilter: bridge: add helpers for fetching physin/outdev
` [PATCH 12/20] netfilter: physdev: use helpers
` [PATCH 13/20] netfilter: bridge: add and use nf_bridge_info_get helper
` [PATCH 14/20] netfilter: bridge: start splitting mask into public/private chunks
` [PATCH 15/20] netfilter: bridge: make BRNF_PKT_TYPE flag a bool
` [PATCH 16/20] netfilter: nf_tables: fix set selection when timeouts are requested
` [PATCH 17/20] netfilter: nf_tables: prepare set element accounting for async updates
` [PATCH 18/20] netfilter: nf_tables: support different set binding types
` [PATCH 19/20] netfilter: nf_tables: add support for dynamic set updates
` [PATCH 20/20] netfilter: nf_tables: support optional userdata for set elements
[PATCH 0/7 RFC] Netfilter/nf_tables ingress support
2015-04-11 13:32 UTC (21+ messages)
` [PATCH 1/7] net: refactor __netif_receive_skb_core
` [PATCH 2/7] netfilter: add nf_hook_list_active()
` [PATCH 3/7] netfilter: add hook list to nf_hook_state
` [PATCH 4/7] netfilter: cleanup struct nf_hook_ops struct indentation
` [PATCH 5/7] net: add netfilter ingress hook
` [PATCH 6/7] netfilter: nf_tables: allow to bind table to net_device
` [PATCH 7/7] netfilter: nf_tables: add netdev table to filter from ingress
[PATCH nft v3] src: restore interface to index cache
2015-04-11 13:12 UTC (2+ messages)
[PATCH 0/5] netfilter: nf_tables: dynamic stateful expression instantiation
2015-04-11 9:46 UTC (6+ messages)
` [PATCH 1/5] netfilter: nf_tables: add helper functions for expression handling
` [PATCH 2/5] netfilter: nf_tables: prepare for expressions associated to set elements
` [PATCH 3/5] netfilter: nf_tables: mark stateful expressions
` [PATCH 4/5] netfilter: nf_tables: add flag to indicate set contains expressions
` [PATCH 5/5] netfilter: nft_dynset: dynamic stateful expression instantiation
[PATCH 1/5 v2] netlink: Fix portid type in netlink_notify
2015-04-10 19:40 UTC (9+ messages)
` [PATCH 2/5 v2] nfc: Fix portid type in urelease_work
` [PATCH 3/5 v2] netfilter: Fix portid types
` [PATCH 4/5 v2] netfilter: Fix format string of nfnetlink_queue proc file
` [PATCH 5/5 v2] netfilter: Fix format string of nfnetlink_log "
Namespaces and NFLOG
2015-04-10 11:47 UTC
Re
2015-04-10 7:29 UTC
[PATCH v3] netfilter: Fix format string of nfnetlink_log proc file
2015-04-10 7:30 UTC
[PATCH] parser: add kludges for "param-problem" and "redirect"
2015-04-10 5:38 UTC (19+ messages)
` [PATCH v2] "
` nft parser and names for constants (was [PATCH v2] parser: add kludges for "param-problem" and "redirect")
Looking for extensible kernel database format
2015-04-10 0:57 UTC
[PATCH nft v2 1/3] include: cache ip_tables.h, ip6_tables.h, arp_tables.h and ebtables.h
2015-04-10 1:00 UTC (26+ messages)
` [PATCH nft v2 2/3] src: expose delinearize/linearize structures and stmt_error()
` [PATCH nft v2 3/3] src: add xt compat support
net: portid signedness and format string fixes
2015-04-09 21:58 UTC (8+ messages)
` [PATCH 4/4] netfilter: Fix format string of nfnetlink_queue proc file
[iptables PATCH] libxtables: extensions find based also on family
2015-04-09 17:05 UTC (2+ messages)
[nft PATCH 1/4] include: cache a copy of kernel ebtables.h
2015-04-09 15:47 UTC (9+ messages)
` [nft PATCH 2/4] src: expose delinearize/linearize structures and stmt_error()
` [nft PATCH 3/4] src: add xt compat support
` [nft PATCH 4/4] tests: regression: add xt compat tests
[PATCH nft v2] src: restore interface to index cache
2015-04-09 12:15 UTC
[iptables PATCH] list: fix prefetch dummy
2015-04-09 10:45 UTC (9+ messages)
[PATCH] Add NFPROTO_ARP for mark target
2015-04-09 10:41 UTC (5+ messages)
` [PATCH] Add NFPROTO_ARP for mark
` "
[PATCH 0/4] Prevent UDP tunnels from operating on garbage socket
2015-04-08 20:03 UTC (13+ messages)
[PATCH] netfilter: Fix switch statement warnings with recent gcc
2015-04-08 19:21 UTC (3+ messages)
[kernel PATCH] uapi: ebtables: don't include linux/if.h
2015-04-08 17:59 UTC (2+ messages)
[PATCH] Use stdlib uint* instead of u_int*
2015-04-08 17:54 UTC (2+ messages)
[PATCH v2 nf-next 0/6] netfilter: prepare for skb->nf_bridge removal
2015-04-08 17:10 UTC (3+ messages)
[PATCH -iptables] cgroup, man: improve man-page bits
2015-04-08 17:08 UTC (2+ messages)
[nft PATCH] monitor: fix missing space after chain name
2015-04-08 17:06 UTC (2+ messages)
[iptables PATCH] ebtables-compat: fix misplaced function attribute on ebt_print_error()
2015-04-08 17:03 UTC (2+ messages)
[PATCH] netfilter: nf_tables: support per element userdata
2015-04-08 17:00 UTC (2+ messages)
[PATCH nf-next] netfilter: x_tables: don't extract flow keys on early demuxed sks in socket match
2015-04-08 16:58 UTC (2+ messages)
[PATCH 0/4] netfilter: nf_tables: dynamic set updates
2015-04-08 16:57 UTC (2+ messages)
[PATCH 4/4] udp_tunnel: Pass UDP socket down through udp_tunnel{,6}_xmit_skb()
2015-04-08 15:03 UTC (9+ messages)
[PATCH 3/4] netfilter: Pass socket pointer down through okfn()
2015-04-07 19:18 UTC (7+ messages)
[PATCH 1/4] netfilter: Add nf_hook_state initializer function
2015-04-07 16:45 UTC (4+ messages)
[PATCH 1/9] netfilter: Create and use nf_hook_state
2015-04-07 14:27 UTC (2+ messages)
[PATCH nft 1/2] src: introduce netlink_init_error()
2015-04-06 12:58 UTC (5+ messages)
` [PATCH nft 2/2] src: restore interface to index cache
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).