netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-17 23:29:52 to 2012-08-09 20:23:37 UTC [more...]

[PATCH 00/19] netfilter: IPv6 NAT
 2012-08-09 20:09 UTC  (19+ messages)
` [PATCH 01/19] netfilter: nf_ct_sip: fix helper name
` [PATCH 02/19] netfilter: nf_ct_sip: fix IPv6 address parsing
` [PATCH 03/19] netfilter: nf_nat_sip: fix via header translation with multiple parameters
` [PATCH 04/19] ipv4: fix path MTU discovery with connection tracking
` [PATCH 05/19] netfilter: nf_conntrack_ipv6: improve fragmentation handling
` [PATCH 06/19] netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containing fragments
` [PATCH 07/19] netfilter: nf_conntrack: restrict NAT helper invocation to IPv4
` [PATCH 08/19] netfilter: nf_nat: add protoff argument to packet mangling functions
` [PATCH 09/19] netfilter: add protocol independant NAT core
` [PATCH 10/19] netfilter: ipv6: expand skb head in ip6_route_me_harder after oif change
` [PATCH 11/19] net: core: add function for incremental IPv6 pseudo header checksum updates
` [PATCH 12/19] netfilter: ipv6: add IPv6 NAT support
` [PATCH 13/19] netfilter: ip6tables: add MASQUERADE target
` [PATCH 14/19] netfilter: ip6tables: add REDIRECT target
` [PATCH 15/19] netfilter: ip6tables: add NETMAP target
` [PATCH 17/19] netfilter: nf_nat: support IPv6 in amanda NAT helper
` [PATCH 18/19] netfilter: nf_nat: support IPv6 in SIP "
` [PATCH 19/19] netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation target

[PATCH 0/7] extensions: add IPv6 NAT support
 2012-08-09 20:11 UTC  (7+ messages)
` [PATCH 1/7] extensions: convert NAT target to use nf_nat.h
` [PATCH 3/7] extensions: add IPv6 SNAT extension
` [PATCH 4/7] extensions: add IPv6 DNAT target
` [PATCH 5/7] extensions: add IPv6 REDIRECT extension
` [PATCH 6/7] extensions: add IPv6 NETMAP extension
` [PATCH 7/7] extensions: add NPT extension

[iptables PATCH] libip6t_frag: match any frag id by default
 2012-08-08 18:17 UTC  (2+ messages)

skb_* function to get pointer to udp payload
 2012-08-08 18:03 UTC  (2+ messages)

CRYPT target patch for newer kernel ?
 2012-08-08 16:06 UTC  (8+ messages)

[PATCH 0/4] [nftables] Various compilation error fixes
 2012-08-06 12:44 UTC  (6+ messages)
` [PATCH 1/4] netlink: Use the right datatype for verdict
` [PATCH 2/4] evaluate: Remove useless variable in expr_evaluate_bitwise()
` [PATCH 3/4] erec: Handle returned value properly in erec_print
` [PATCH 4/4] expression: Differentiate expr among anonymous structures in struct expr

[ulogd2 PATCH] Fix bracket imbalance if IPPROTO_SCTP is defined
 2012-08-06 10:05 UTC  (3+ messages)

INQUIRY
 2012-08-03 14:21 UTC 

[ulogd patch 0/5] nfacct and pgsql update
 2012-08-03 14:54 UTC  (14+ messages)
` [PATCH 1/5] nfacct: add variable to not zero counter after read
` [PATCH 2/5] pgsql schema: add nfacct table
` [PATCH 3/5] pgsql schema: fix timestamp default value
` [PATCH 4/5] pgsql: only disable key if it starts with underscore
` [PATCH 5/5] nfacct: add timestamp option

Building xt_LOGMARK from xtables-addons fails
 2012-08-03 14:46 UTC  (3+ messages)

[PATCH] iptables-restore: move code to add_param_to_argv, cleanup (fix gcc-4.7)
 2012-08-03  9:15 UTC  (10+ messages)

[PATCH] conntrackd: don't resync expectations if such sync has been disabled
 2012-08-03  9:02 UTC  (2+ messages)

[ANNOUNCE] iptables 1.4.15 release
 2012-08-03  8:59 UTC  (3+ messages)

skb_warn_bad_offload with kernel 3.5 (maybe gso/bridge related ?)
 2012-08-03  8:00 UTC  (3+ messages)

Local port forwarding and IP_NF_NAT_LOCAL
 2012-08-02 21:15 UTC  (2+ messages)

[PATCH] fixed configure.ac. Now autogen.sh will work
 2012-08-02 15:50 UTC  (2+ messages)

[PATCH] TARPIT: fix memory leak when tarpit_generic() fails
 2012-08-02 15:48 UTC  (2+ messages)

[RFC ulogd patch 0/1] Implement conntrack event filter in NFCT input
 2012-08-02 11:23 UTC  (4+ messages)
` [RFC ulogd PATCH] nfct: implement src and dst filter

ulogd - long living connections
 2012-08-01 18:35 UTC  (4+ messages)

ulogd - NACCT data - only download data
 2012-08-01 16:55 UTC  (2+ messages)

ulogd - maximum polling time interval - without risk of losing data
 2012-08-01  8:42 UTC 

iptables: Mostly Parser Fixes
 2012-07-31 12:13 UTC  (11+ messages)
` [PATCH 1/7] iptables-restore: warn about -t in rule lines
` [PATCH 2/7] doc: grammatical updates to libxt_SET
` [PATCH 3/7] libxt_u32: do bounds checking for @'s operands
` [PATCH 4/7] libxt_devgroup: consolidate devgroup specification parsing
` [PATCH 5/7] libxt_devgroup: guard against negative numbers
` [PATCH 6/7] libxt_LED: "
` [PATCH 7/7] libxt_*limit: avoid division by zero

ulogd - polling handler - code clarification
 2012-07-31 11:27 UTC  (2+ messages)

[ANNOUNCE] conntrack-tools 1.2.2 release
 2012-07-31 11:22 UTC 

replace nf_nat_seqofs_lock with spin_lock of nf_conn
 2012-07-31  7:03 UTC 

Building iptables from source with kernel source
 2012-07-30 12:32 UTC  (4+ messages)

[PATCH] netfilter: PTR_RET can be used
 2012-07-29 12:14 UTC  (3+ messages)

[PATCH] iptables: xt_recent: Add optional mask option for xt_recent
 2012-07-29  6:13 UTC  (3+ messages)

ulogd - does it work with ip_conntrack_netlink?
 2012-07-28  0:22 UTC  (2+ messages)

Your webmail quota has exceeded
 2012-07-27  0:27 UTC 

Your webmail quota has exceeded
 2012-07-27  0:26 UTC 

ulogd - cpu usage statistics measurement
 2012-07-25 22:01 UTC 

NFCT filter and IPv6
 2012-07-25 11:16 UTC  (2+ messages)

net-next closed
 2012-07-24 21:02 UTC 

KGDB over ethernet
 2012-07-24 19:23 UTC  (3+ messages)

nf_conntrack and nf_conntrack_ipv4 for RHEL5
 2012-07-24 17:22 UTC  (3+ messages)

[GIT PULL nf-next] IPVS
 2012-07-24  1:11 UTC  (9+ messages)
` [PATCH 1/5] ipvs: ip_vs_ftp depends on nf_conntrack_ftp helper
` [PATCH 2/5] ipvs: generalize app registration in netns
` [PATCH 3/5] ipvs: fixed sparse warning
` [PATCH 4/5] ipvs: implement passive PMTUD for IPIP packets
` [PATCH 5/5] ipvs: add pmtu_disc option to disable IP DF for TUN packets

[GIT PULL nf-next] IPVS
 2012-07-23 23:11 UTC  (7+ messages)
` [PATCH 1/2] ipvs: ip_vs_ftp depends on nf_conntrack_ftp helper

Hash table implementation
 2012-07-23 20:06 UTC  (2+ messages)

Hash table implementation
 2012-07-23 10:07 UTC 

ulogd - will there be a network latency?
 2012-07-23  5:32 UTC 

[PATCH][xt-addons] extensions: fix ipv6_find_hdr upstream change fallout
 2012-07-21 13:42 UTC  (2+ messages)

ipv6 address comparison
 2012-07-21 12:09 UTC 

Problem with iptables accounting in Ubuntu Precise 12.04 LTS
 2012-07-20 23:06 UTC  (4+ messages)

netfilter,rcu: hang in nf_conntrack_net_exit
 2012-07-20 18:43 UTC 

nf_conntrack and nf_conntrack_ipv4 modules are missing
 2012-07-20 18:25 UTC 

What happened to NIPQUAD and friends?
 2012-07-20 12:23 UTC  (2+ messages)

Ulogd crashes - NFCT polling mode + NACCT
 2012-07-20  8:09 UTC  (6+ messages)
    ` [PATCH 0/1] Fix NFCT crash
      ` [PATCH] Fix crash when the same NFCT is used by two stacks

nf_conntrack & nf_conntrack_ipv4 are not loaded
 2012-07-20  8:07 UTC  (2+ messages)

Unable to post - Ulogd / NFCT - Request for changes
 2012-07-20  3:57 UTC  (4+ messages)

ulogd - rpm file generation
 2012-07-20  0:35 UTC  (14+ messages)

[PATCH v2 0/3] iptables: change 'iface' part in hash:net,iface set
 2012-07-19 22:52 UTC  (24+ messages)
` [PATCH v2 3/3] ipset: "

[PATCH v2] ipvs: fixed sparse warning
 2012-07-19  1:43 UTC  (2+ messages)

That's pretty much it for 3.5.0
 2012-07-18 18:33 UTC  (10+ messages)

[GIT PULL net] IPVS
 2012-07-18  0:01 UTC  (6+ messages)

pgsql-ulogd2
 2012-07-17 23:29 UTC  (10+ 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).