netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-26 18:38:45 to 2013-02-19 00:11:18 UTC [more...]

[PATCH 0/7] netfilter updates for net-next
 2013-02-19  0:10 UTC  (8+ messages)
` [PATCH 1/7] netfilter: fix missing dependencies for NETFILTER_XT_MATCH_CONNLABEL
` [PATCH 2/7] netfilter: xt_conntrack: Add flag to support aliases
` [PATCH 3/7] netfilter: xt_CT: merge common code of revision 0 and 1
` [PATCH 4/7] netfilter: xt_CT: add alias flag
` [PATCH 5/7] netfilter: nfnetlink: add mutex per subsystem
` [PATCH 6/7] netfilter: nf_ct_pptp: Fix comment referring to incorrect RFC
` [PATCH 7/7] netfilter: nf_ct_helper: better logging for dropped packets

[nf-next/nf_tables8] Unable to compile kernel
 2013-02-18 23:12 UTC  (9+ messages)

[nftables 1/9] netfilter: nf_tables: fix compilation if CONFIG_COMPAT is disabled
 2013-02-18 17:17 UTC  (10+ messages)
` [nftables 2/9] netfilter: nf_tables: fix chain after rule deletion
` [nftables 3/9] netfilter: nf_tables: atomic rule updates and dumps
` [nftables 4/9] netfilter: nf_tables: fix error path in newchain
` [nftables 5/9] netfilter: nf_tables: add packet and byte counters per chain
` [nftables 6/9] netfilter: nf_tables: add protocol and flags for xtables over nf_tables
` [nftables 7/9] netfilter: nf_tables: add trace support
` [nftables 8/9] netfilter: nf_tables: add missing code in route chain type
` [nftables 9/9] netfilter: nf_tables: statify chain definition to fix sparse warning

[PATCH] ulog: add protection when remove ipt_ULOG
 2013-02-18 16:52 UTC  (5+ messages)
` [PATCH 2/2] netfilter: ipt_ULOG: make spinlock per nlgroup

[ulogd patch] small code cleaning
 2013-02-18 15:04 UTC  (11+ messages)
` [PATCH 1/7] Update TODO
` [PATCH 2/7] Suppress dead FIXME
` [PATCH 3/7] Use access to ensure readability of config gile
` [PATCH 4/7] Fix typo in comments
` [PATCH 5/7] Add handling of too long arguments
` [PATCH 6/7] logemu: return error if configuration is invalid
` [PATCH 7/7] conf: error handling for too long line

[RFC PATCH net-next (V2, RESENT)] ipv6: Queue fragments per interface for multicast/link-local addresses
 2013-02-18 13:19 UTC  (2+ messages)

[PATCH next v2] iptables: add xt_bpf match
 2013-02-18  3:52 UTC  (12+ messages)
` [PATCH next v3] "
                  ` [PATCH] utils: bpf_compile

[RFC]: extend iptables' AUDIT target functionality
 2013-02-17 19:18 UTC 

[PATCH 0/3] netfilter fixes for 3.7-rc8
 2013-02-14 18:18 UTC  (5+ messages)
` [PATCH 1/3] netfilter: ctnetlink: don't permit ct creation with random tuple
` [PATCH 2/3] netfilter: nf_ct_helper: don't discard helper if it is actually the same
` [PATCH 3/3] netfilter: nf_ct_reasm: fix per-netns sysctl initialization

[libnftables PATCH] change XML output format to element better than attributes
 2013-02-14  8:34 UTC  (2+ messages)

tcp_use_frto crashes on empty tcp_write_queue
 2013-02-13 21:10 UTC  (2+ messages)

[GIT PULL nf] IPVS fixes #2
 2013-02-13 20:13 UTC  (6+ messages)
` [PATCH] ipvs: sctp: fix checksumming on snat and dnat handlers

[PATCH nf-next] netfilter: nf_ct_reasm: fix per-netns sysctl initialization
 2013-02-13 19:49 UTC  (2+ messages)

[libnftables PATCH] Delete unused includes
 2013-02-12 23:56 UTC  (2+ messages)

limit the number of source ips connected?
 2013-02-12 23:21 UTC  (2+ messages)

[PATCH 1/1] netfilter: nf_ct_helper: don't discard helper if it is actually the same
 2013-02-12 22:36 UTC  (2+ messages)

[PATCH 1/1] netfilter: ctnetlink: don't permit ct creation with random tuple
 2013-02-12 22:35 UTC  (5+ messages)

[libnftables] Examples of XML output
 2013-02-12 22:31 UTC  (3+ messages)
` [libnftables PATCH] Added examples of functionality to print XML output of nftables rule/chain/table

team driver MAC NAT
 2013-02-12 15:12 UTC  (2+ messages)

OSD need a picture of you
 2013-02-11 10:24 UTC 

[PATCH] netfilter: nf_ct_helper: better logging for dropped packets
 2013-02-11 10:02 UTC 

[PATCH 0/5] Netfilter/IPVS fixes for 3.8-rc7
 2013-02-11  1:44 UTC  (7+ messages)
` [PATCH 1/5] ipvs: freeing uninitialized pointer on error
` [PATCH 2/5] ipvs: sctp: fix checksumming on snat and dnat handlers
` [PATCH 3/5] netfilter: ip6t_NPT: Fix adjustment calculation
` [PATCH 4/5] netfilter: ip6t_NPT: Fix prefix mangling
` [PATCH 5/5] netfilter: ip6t_NPT: Ensure to check lower part of prefixes are zero

Assorted fixes v3
 2013-02-08  1:11 UTC  (7+ messages)
` [PATCH 1/4] build: bump SONAME for libxtables
` [PATCH 2/4] libxtables: centralize checking for a .save function
` [PATCH 3/4] extensions: eui64: set userspacesize=0
` [PATCH 4/4] iptables: fall back to using save function when print is not defined

[PATCH 01/10] netfilter: make /proc/net/netfilter pernet
 2013-02-07 18:39 UTC  (13+ messages)
` [PATCH 03/10] netfilter: ebt_log: add net namespace support for ebt_log
  ` [PATCH 02/10] netfilter: nf_log: prepar net namespace support for nf_log
  ` [PATCH 04/10] netfilter: xt_LOG: add net namespace support for xt_LOG
  ` [PATCH 05/10] netfilter: ebt_ulog: add net namesapce support for ebt_ulog
` [PATCH 06/10] netfilter: ipt_ulog: add net namespace support for ipt_ulog
` [PATCH 07/10] netfilter: nfnetlink_log: add net namespace support for nfnetlink_log
` [PATCH 08/10] netfilter: nf_log: enable nflog in un-init net namespace
` [PATCH 09/10] netfilter: nfnetlink_queue: add net namespace support for nfnetlink_queue
` [PATCH 10/10] netfilter: remove useless variable proc_net_netfilter

[RFC PATCH 2/4] netfilter: ip6t_NPT: Use csum_partial()
 2013-02-07 18:16 UTC  (2+ messages)

[RFC PATCH 4/4] netfilter: ip6t_NPT: Do not mix two prefixes
 2013-02-07 18:15 UTC  (2+ messages)

[RFC PATCH 3/4] netfilter ip6t_NPT: Ensure to check lower part of prefixes are zero
 2013-02-07 18:14 UTC  (2+ messages)

[RFC PATCH 1/4] netfilter: ip6t_NPT: Fix checksuming
 2013-02-07 18:14 UTC  (7+ messages)

[PATCH net] ipvs: sctp: fix checksumming on snat and dnat handlers
 2013-02-05 21:41 UTC  (2+ messages)

[PATCH net] ipvs: sctp: fix checksumming by adding hardware offload support
 2013-02-05  8:54 UTC  (3+ messages)

Accumulated fixes v2
 2013-02-05  3:30 UTC  (10+ messages)
` [PATCH 1/6] build: also use libtool for install stage
` [PATCH 2/6] build: do not dereference symlinks on installation
` [PATCH 3/6] libxtables: centralize checking for a .save function
` [PATCH 4/6] extensions: eui64: set userspacesize=0
` [PATCH 5/6] iptables: fall back to using save function when print is not defined
` [PATCH 6/6] iptables: reword warning on using an alias

linux-next: Tree for Feb 2 (netfilter)
 2013-02-05  3:00 UTC  (4+ messages)
  ` [PATCH] netfilter: fix missing dependencies for NETFILTER_XT_MATCH_CONNLABEL

[GIT PULL nf] IPVS
 2013-02-05  2:58 UTC  (3+ messages)
` [PATCH] ipvs: freeing uninitialized pointer on error

[PATCH 2/4] api: add connlabel api and attribute
 2013-02-03 12:02 UTC  (4+ messages)
`  "

[ 82/89] netfilter: xt_hashlimit: fix race that results in duplicated entries
 2013-02-01 17:47 UTC 

[stable-3.7] netfilter: xt_CT: fix unset return value if conntrack zone are disabled
 2013-02-01 17:18 UTC 

[stable-3.7 00/14] netfilter stable fixes for 3.7
 2013-02-01 16:39 UTC  (19+ messages)
` [stable-3.7 01/14] netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP reset
` [stable-3.7 02/14] netfilter: nf_ct_reasm: fix conntrack reassembly expire code
` [stable-3.7 03/14] netfilter: nfnetlink_log: fix mac address for 6in4 tunnels
` [stable-3.7 04/14] netfilter: nfnetlink_log: fix possible compilation issue due to missing include
` [stable-3.7 05/14] netfilter: xt_CT: recover NOTRACK target support
` [stable-3.7 06/14] netfilter: fix missing dependencies for the NOTRACK target
` [stable-3.7 07/14] netfilter: xt_recent: fix namespace destroy path
` [stable-3.7 08/14] netfilter: xt_recent: avoid high order page allocations
` [stable-3.7 09/14] netfilter: xt_hashlimit: fix namespace destroy path
` [stable-3.7 10/14] netfilter: xt_hashlimit: fix race that results in duplicated entries
` [stable-3.7 11/14] netfilter: xt_CT: fix unset return value if conntrack zone are disabled
` [stable-3.7 12/14] netfilter: nf_conntrack: fix BUG_ON while removing nf_conntrack with netns
` [stable-3.7 13/14] netfilter: x_tables: print correct hook names for ARP
` [stable-3.7 14/14] netfilter: ctnetlink: fix leak in error path of ctnetlink_create_expect

New target to manage L2 QoS (802.1p) in a no VLAN (i.e home user) environment
 2013-02-01  9:28 UTC  (2+ messages)

[v2] netfilter: nfnetlink: add mutex per subsystem
 2013-01-31 23:22 UTC 

[v2-nftables 1/2] netfilter: nf_tables: add packet and byte counters per chain
 2013-01-31 23:20 UTC  (2+ messages)
` [v2-nftables 2/2] netfilter: nf_tables: add trace support

[PATCH 0/3] Introduce aliases for matches and targets
 2013-01-31 19:40 UTC  (8+ messages)
` [PATCH 1/3] Introduce match/target aliases
` [PATCH 2/3] Add the "state" alias to the "conntrack" match
` [PATCH 3/3] Add the "NOTRACK" alias to the "CT" target

[PATCH] netfilter: nfnetlink: add mutex per subsystem
 2013-01-31  0:49 UTC 

[nftables 01/10] netfilter: nf_tables: fix alias for xtables over nftables module
 2013-01-31  0:01 UTC 

[PATCH 1/2] netfilter: xt_CT: merge common code of revision 0 and 1
 2013-01-30 21:39 UTC  (3+ messages)
` [PATCH 2/2] netfilter: xt_CT: add alias flag

[iptables-nftables PATCH v2] nft: Split nft core to become family independant
 2013-01-30 13:33 UTC 

[iptables-nftables RFC PATCH] nft: Split nft core to become family independant
 2013-01-30 12:35 UTC 

[PATCH] netfilter: fix IPv6 NTP checksum calculation
 2013-01-29 14:50 UTC  (5+ messages)

[PATCH 0/1] netfilter: iptables alias support
 2013-01-28 20:44 UTC  (2+ messages)
` [PATCH 1/1] netfilter: Add flags and compatibility revision in order to support aliases

Accumulated fixes
 2013-01-28 13:39 UTC  (13+ messages)
` [PATCH 1/8] build: also use libtool for install stage
` [PATCH 3/8] libxtables: centralize checking for a .save function
` [PATCH 5/8] extensions: S/DNPT: add missing save function
` [PATCH 6/8] iptables: fall back to using save function when print is not defined
` [PATCH 8/8] build: fix libiptc build failure on old linux-glibc-devel headers

[PATCH] iptables: extensions: fix iptables extensions build error in cross-compilation environments
 2013-01-28 11:29 UTC  (2+ messages)

[iptables PATCH] configure: display summary at end of configure
 2013-01-27 14:09 UTC  (2+ messages)

[iptables PATCH] configure: display summary at end of configure
 2013-01-27  8:26 UTC  (2+ messages)
` [iptables PATCH v2] "

[PATCH 00/21] netfilter updates for net-next
 2013-01-27  5:56 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).