netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-04 12:33:41 to 2013-04-12 10:13:28 UTC [more...]

[PATCH 0/4] netfilter fixes for net
 2013-04-12 10:13 UTC  (3+ messages)
` [PATCH 1/4] netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the packet
` [PATCH 2/4] netfilter: ipset: list:set: fix reference counter update

[PATCH] netfilter: nf_nat: fix race when unloading protocol modules
 2013-04-12 10:13 UTC  (3+ messages)

Fwd: Re: [BUG] Fatal exception in interrupt - nf_nat_cleanup_conntrack during IPv6 tests
 2013-04-11 10:40 UTC  (8+ messages)

[PATCH 1/3 nfnetlink_acct] numerous changes and improvements to the kernel code
 2013-04-11 10:18 UTC  (6+ messages)

[PATCH 0/2] ipset bugfix patches
 2013-04-11  8:17 UTC  (5+ messages)
` [PATCH 1/2] netfilter: ipset: list:set: fix reference counter update
` [PATCH 2/2] netfilter: ipset: hash:*net*: nomatch flag not excluded on set resize

[PATCH] iptables manpage: Update REDIRECT target
 2013-04-10 16:48 UTC  (2+ messages)

[PATCH] iptables manpage: Update SNAT target
 2013-04-10 16:49 UTC  (2+ messages)

[PATCH] iptables manpage: Update NETMAP target
 2013-04-10 16:49 UTC  (2+ messages)

[PATCH] iptables manpage: Update LOG target
 2013-04-10 16:47 UTC  (2+ messages)

[PATCH] iptables manpage: Update DNAT target
 2013-04-10 16:47 UTC  (2+ messages)

[PATCH] iptables manpage: Update MASQUERADE target
 2013-04-10 16:45 UTC  (2+ messages)

[libnftables PATCH 0/5] XML works
 2013-04-10 16:40 UTC  (6+ messages)
` [libnftables PATCH 1/5] src: rule: small fix XML output
` [libnftables PATCH 2/5] src: expr: XML printing for binary data in targer and match
` [libnftables PATCH 3/5] src: xml printing: delete text format
` [libnftables PATCH 4/5] src: expr: print flags in XML
` [libnftables PATCH 5/5] src: support for XML parsing

documentation bug: missing nat targets in man
 2013-04-10 13:20 UTC  (6+ messages)

[PATCH] libipt6_mh.man: Correct command to display named mh types
 2013-04-10 11:24 UTC  (4+ messages)

Netfilter's tree at git.kernel.org
 2013-04-10  0:44 UTC  (2+ messages)

[libnftables PATCH] src: rule: fix compat XML output
 2013-04-09 20:34 UTC  (3+ messages)

[libnftables PATCH v2] Basic support for printing nft_data_reg in XML format
 2013-04-09 20:26 UTC  (3+ messages)

[PATCH 00/15] ipset patches for nf-next
 2013-04-09 20:03 UTC  (17+ messages)
` [PATCH 01/15] netfilter: ipset: list:set: fix reference counter update
` [PATCH 02/15] netfilter: ipset: hash:*net*: nomatch flag not excluded on set resize
` [PATCH 03/15] netfilter: ipset: Make possible to test elements marked with nomatch
` [PATCH 04/15] netfilter: ipset: Move often used IPv6 address masking function to header file
` [PATCH 05/15] netfilter: ipset: Introduce extensions to elements in the core
` [PATCH 06/15] netfilter: ipset: Unified bitmap type generation
` [PATCH 07/15] netfilter: ipset: Bitmap types using the unified code base
` [PATCH 08/15] netfilter: ipset: Unified hash type generation
` [PATCH 09/15] netfilter: ipset: Hash types using the unified code base
` [PATCH 10/15] netfilter: ipset: list:set type using the extension interface
` [PATCH 11/15] netfilter: ipset: Introduce the counter extension in the core
` [PATCH 12/15] netfilter: ipset: The bitmap types with counter support
` [PATCH 13/15] netfilter: ipset: The hash "
` [PATCH 14/15] netfilter: ipset: The list:set type "
` [PATCH 15/15] netfilter: ipset: set match: add support to match the counters

[PATCH] libxt_multiport.man: Update list of valid protocols
 2013-04-09 18:51 UTC 

[PATCH 00/51] netfilter updates for net-next
 2013-04-08 16:06 UTC  (56+ messages)
` [PATCH 01/51] ipvs: avoid routing by TOS for real server
` [PATCH 02/51] ipvs: prefer NETDEV_DOWN event to free cached dsts
` [PATCH 03/51] ipvs: convert the IP_VS_XMIT macros to functions
` [PATCH 04/51] ipvs: rename functions related to dst_cache reset
` [PATCH 05/51] ipvs: no need to reroute anymore on DNAT over loopback
` [PATCH 06/51] ipvs: do not use skb_share_check
` [PATCH 07/51] ipvs: consolidate all dst checks on transmit in one place
` [PATCH 08/51] ipvs: optimize dst usage for real server
` [PATCH 09/51] ipvs: convert app locks
` [PATCH 10/51] ipvs: remove rs_lock by using RCU
` [PATCH 11/51] ipvs: convert locks used in persistence engines
` [PATCH 12/51] ipvs: convert connection locking
` [PATCH 13/51] ipvs: reorder keys in connection structure
` [PATCH 14/51] ipvs: avoid kmem_cache_zalloc in ip_vs_conn_new
` [PATCH 15/51] ipvs: change ip_vs_sched_lock to mutex
` [PATCH 16/51] ipvs: preparations for using rcu in schedulers
` [PATCH 17/51] ipvs: add ip_vs_dest_hold and ip_vs_dest_put
` [PATCH 18/51] ipvs: convert dh scheduler to rcu
` [PATCH 19/51] ipvs: convert lblc "
` [PATCH 20/51] ipvs: convert lblcr "
` [PATCH 21/51] ipvs: convert lc "
` [PATCH 22/51] ipvs: convert nq "
` [PATCH 23/51] ipvs: convert rr "
` [PATCH 24/51] ipvs: convert sed "
` [PATCH 25/51] ipvs: convert sh "
` [PATCH 26/51] ipvs: convert wlc "
` [PATCH 27/51] ipvs: convert wrr "
` [PATCH 28/51] ipvs: reorganize dest trash
` [PATCH 29/51] ipvs: do not expect result from done_service
` [PATCH 30/51] ipvs: convert sched_lock to spin lock
` [PATCH 31/51] ipvs: convert dests to rcu
` [PATCH 32/51] ipvs: convert services "
` [PATCH 33/51] ipvs: do not disable bh for long time
` [PATCH 34/51] netfilter: use IS_ENABLE to replace if defined in TRACE target
` [PATCH 35/51] netfilter: xt_NFQUEUE: introduce CPU fanout
` [PATCH 36/51] netfilter: xt_NFQUEUE: coalesce IPv4 and IPv6 hashing
` [PATCH 37/51] netfilter: fix struct ip6t_frag field description
` [PATCH 38/51] netfilter: make /proc/net/netfilter pernet
` [PATCH 39/51] netfilter: nf_log: prepare net namespace support for loggers
` [PATCH 40/51] netfilter: ebt_log: add net namespace support for ebt_log
` [PATCH 41/51] netfilter: xt_LOG: add net namespace support for xt_LOG
` [PATCH 42/51] netfilter: ebt_ulog: add net namespace support for ebt_ulog
` [PATCH 43/51] netfilter: ipt_ULOG: add net namespace support for ipt_ULOG
` [PATCH 44/51] netfilter: nfnetlink_log: add net namespace support for nfnetlink_log
` [PATCH 45/51] netfilter: enable per netns support for nf_loggers
` [PATCH 46/51] netfilter: nfnetlink_queue: add net namespace support for nfnetlink_queue
` [PATCH 47/51] netfilter: remove unneeded variable proc_net_netfilter
` [PATCH 48/51] netfilter: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handling
` [PATCH 49/51] netfilter: ipv4: propagate routing errors from ip_route_me_harder()
` [PATCH 50/51] netfilter: ipv6: propagate routing errors from ip6_route_me_harder()
` [PATCH 51/51] netfilter: nat: propagate errors from xfrm_me_harder()

[PATCH] iptables manpage: Update protocol list for MASQUERADE and REDIRECT
 2013-04-08 11:30 UTC 

[PATCH] - libxt_bpf: use correct shell term in man page description
 2013-04-08  8:14 UTC 

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

[PATCH 1/2] iptables (userspace): add secmark match
 2013-04-08  2:32 UTC  (4+ messages)

[PATCH] netfilter: don't reset nf_trace in nf_reset()
 2013-04-08  1:11 UTC  (5+ messages)

iptables nfacct match question
 2013-04-06 16:14 UTC  (15+ messages)

[PATCH] netfilter: add my copyright statements
 2013-04-06 13:24 UTC 

[PATCH] netfilter: nf_conntrack_sip: don't drop packets with offsets pointing outside the packet
 2013-04-06 12:04 UTC  (2+ messages)

[PATCH 0/3] netfilter: propagate routing and XFRM errors
 2013-04-06 12:02 UTC  (5+ messages)
` [PATCH 1/3] netfilter: ipv4: propagate routing errors from ip_route_me_harder()
` [PATCH 2/3] netfilter: ipv6: propagate routing errors from ip6_route_me_harder()
` [PATCH 3/3] netfilter: nat: propagate errors from xfrm_me_harder()

[PATCH] iptables: Update copyright time range in license header
 2013-04-06 11:43 UTC  (3+ messages)

[PATCH] iptables manpage: Fix missing space for recent match --mask option
 2013-04-06 11:04 UTC  (3+ messages)

[PATCH] xtables: Update copyright time range in license header
 2013-04-06  9:04 UTC 

[PATCH RFC 0/2] icmpv6: match any ICMPv6 error/informational type
 2013-04-05 19:19 UTC  (3+ messages)

[Ulog2 PATCH] Exec libmnl config check only if nfacct is enabled
 2013-04-05 16:28 UTC 

[ulogd2] lower netfilter library requirements
 2013-04-05 16:23 UTC  (11+ messages)
` [Ulogd2 PATCH 1/3] Remove configure check for libmnl, it is not used
` [Ulogd2 PATCH 2/3] Lower libnfnetlink requirement to 1.0.0
` [Ulogd2 PATCH 3/3] Lower libnetfilter_conntrack requirement to 0.9.1

[libnftables PATCH] Basic support for printing nft_data_reg in XML format
 2013-04-05 12:45 UTC  (2+ messages)

[PATCH 0/5] netfilter updates for net
 2013-04-04 21:42 UTC  (7+ messages)
` [PATCH 1/5] netfilter: reset nf_trace in nf_reset
` [PATCH 2/5] netfilter: nfnetlink_queue: fix error return code in nfnetlink_queue_init()
` [PATCH 3/5] netfilter: nfnetlink_acct: return -EINVAL if object name is empty
` [PATCH 4/5] netfilter: nf_conntrack: fix error return code
` [PATCH 5/5] netfilter: ip6t_NPT: Fix translation for non-multiple of 32 prefix lengths

[libnftables PATCH 0/2]
 2013-04-04 12:33 UTC  (7+ messages)
` [libnftables PATCH 2/2] Basic support for printing nft_data_reg in XML format


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