netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-10 12:01:21 to 2013-01-25 13:55:09 UTC [more...]

[PATCH 00/21] netfilter updates for net-next
 2013-01-25 13:54 UTC  (15+ messages)
` [PATCH 01/21] netfilter: nf_ct_sip: support Cisco 7941/7945 IP phones
` [PATCH 03/21] netfilter: ctnetlink: deliver labels to userspace
` [PATCH 04/21] netfilter: ctnetlink: allow userspace to modify labels
` [PATCH 06/21] netfilter: x_tables: add xt_bpf match
` [PATCH 07/21] netfilter: add missing xt_bpf.h header in installation
` [PATCH 08/21] netfilter: doc: add nf_conntrack sysctl api documentation
` [PATCH 10/21] netfilter: nf_conntrack: move initialization out of pernet operations
` [PATCH 11/21] netfilter: nf_ct_expect: move initialization out of pernet_operations
` [PATCH 16/21] netfilter: nf_ct_helper: "
` [PATCH 17/21] netfilter: nf_ct_labels: "
` [PATCH 18/21] netfilter: nf_ct_proto: "
` [PATCH 19/21] netfilter: nf_conntrack: refactor l3proto support for netns
` [PATCH 20/21] netfilter: nf_conntrack: refactor l4proto "
` [PATCH 21/21] netfilter: nf_conntrack: fix compilation if sysctl are disabled

BUG: unable to handle kernel paging request at 0000000000609920 in networking code on 3.2.23
 2013-01-25  8:28 UTC  (3+ messages)

[PATCH] netfilter: fix IPv6 NTP checksum calculation
 2013-01-24 22:49 UTC  (2+ messages)

Accumulated fixes
 2013-01-24 19:37 UTC  (9+ messages)
` [PATCH 1/8] build: also use libtool for install stage
` [PATCH 2/8] build: do not dereference symlinks on installation
` [PATCH 3/8] libxtables: centralize checking for a .save function
` [PATCH 4/8] extensions: eui64: set userspacesize=0
` [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 7/8] iptables: reword warning on using an alias
` [PATCH 8/8] build: fix libiptc build failure on old linux-glibc-devel headers

[PATCH next] extensions: add libxt_bpf extension
 2013-01-24  2:04 UTC  (5+ messages)
` [PATCH] "

[nf-next:master 10/20] net/netfilter/nf_conntrack_standalone.c:566:2: error: 'nf_ct_netfilter_header' undeclared
 2013-01-24  0:46 UTC  (3+ messages)

[PATCH nf-next 01/11] netfilter: move nf_conntrack initialize out of pernet operations
 2013-01-24  0:43 UTC  (23+ messages)
` [PATCH nf-next 02/11] netfilter: expect: move initial codes out of pernet_operations
` [PATCH nf-next 03/11] netfilter: acct: "
` [PATCH nf-next 04/11] netfilter: tstamp: "
` [PATCH nf-next 05/11] netfilter: ecache: "
` [PATCH nf-next 06/11] netfilter: timeout: "
` [PATCH nf-next 07/11] netfilter: helper: "
` [PATCH nf-next 08/11] netfilter: labels: "
` [PATCH nf-next 09/11] netfilter: proto: "
` [PATCH nf-next 10/11] netfilter: l3proto: refactor l3proto support for netns
` [PATCH nf-next 11/11] netfilter: l4proto: refactor l4proto "

[PATCH 0/4] libnetfilter_conntrack: connlabel support
 2013-01-23 22:38 UTC  (5+ messages)
` [PATCH 1/4] api: add nfct_bitmask object
` [PATCH 2/4] api: add connlabel api and attribute
` [PATCH 3/4] examples: add connlabel dump/set/clear demo programs
` [PATCH 4/4] api: add CTA_LABEL_MASK attribute handling

Add packet statistics to ipset?
 2013-01-23 19:20 UTC  (2+ messages)

[PATCH next v2] iptables: add xt_bpf match
 2013-01-23 18:56 UTC  (19+ messages)
` [PATCH next v3] "
      ` [PATCH next] "

state match is obsolete 1.4.17
 2013-01-23 10:08 UTC  (15+ messages)
              ` [PATCH]: Keep the "state" match as alias [Re: state match is obsolete 1.4.17]

Build fixes for old Linuxes
 2013-01-21 16:29 UTC  (7+ messages)
` [PATCH 1/2] build: fix libiptc build failure on old linux-glibc-devel headers
` [PATCH 2/2] parser: workaround glibc-2.3.2 bug 358

[patch v3] doc: add nf_conntrack sysctl api documentation
 2013-01-21 15:35 UTC  (3+ messages)

[PATCH RESEND 01/10] netfilter: move nf_conntrack initialize out of pernet operations
 2013-01-21  1:27 UTC  (12+ messages)
` [PATCH RESEND 02/10] netfilter: expect: move initial codes out of pernet_operations
` [PATCH RESEND 03/10] netfilter: acct: "
` [PATCH RESEND 04/10] netfilter: tstamp: "
` [PATCH RESEND 05/10] netfilter: ecache: "
` [PATCH RESEND 06/10] netfilter: timeout: "
` [PATCH RESEND 07/10] netfilter: helper: "
` [PATCH RESEND 08/10] netfilter: proto: "
` [PATCH RESEND 09/10] netfilter: l3proto: refactor l3proto support for netns
` [PATCH RESEND 10/10] netfilter: l4proto: refactor l4proto "

[ulogd patch 0/4] minor code cleaning
 2013-01-19  9:53 UTC  (5+ messages)
` [PATCH 1/4] Get rid of SVN tag in comment
` [PATCH 2/4] Fix warning on format
` [PATCH 3/4] base: fix warning on pointer handling
` [PATCH 4/4] graphite: fix warning about gnu extension usage

[ulogd patch 0/3] improve ulogd command line
 2013-01-19  9:50 UTC  (4+ messages)
` [PATCH 1/3] ulogd: add -v option to display message on stderr
` [PATCH 2/3] conf: add flag to allow option setup tuning
` [PATCH 3/3] Add -l option to set log level from command line

[ANNOUNCE] 9th Netfilter Workshop in Copenhagen, Denmark
 2013-01-19  7:51 UTC  (3+ messages)

[patch net-next v2] doc: add nf_conntrack sysctl api documentation
 2013-01-18  1:12 UTC  (3+ messages)

[PATCH next V2] netfilter connlabel extension
 2013-01-17 23:39 UTC  (7+ messages)
` [PATCH 1/3] netfilter: add connlabel conntrack extension
` [PATCH 2/3] netfilter: ctnetlink: deliver labels to userspace
` [PATCH 3/3] netfilter: ctnetlink: allow userspace to modify labels

[PATCH] netfilter: add include file to nf_conntrack_snmp.c
 2013-01-17 23:36 UTC  (2+ messages)

[PATCH v4] netfilter: nf_conntrack_sip: Handle Cisco 7941/7945 IP phones
 2013-01-17 23:35 UTC  (2+ messages)

[PATCH] iptables: extensions: fix iptables extensions build error in cross-compilation environments
 2013-01-16 19:07 UTC 

[patch net-next] doc: add nf_conntrack sysctl api documentation
 2013-01-16 13:37 UTC  (3+ messages)

[PATCH] net: netfilter/xt_CT.c: fix uninitialized variable
 2013-01-15 19:18 UTC  (4+ messages)

[PATCH 0/3] netfilter fixes for 3.8-rc3
 2013-01-14 23:27 UTC  (5+ messages)
` [PATCH 1/3] netfilter: xt_CT: fix unset return value if conntrack zone are disabled
` [PATCH 2/3] netfilter: nf_conntrack: fix BUG_ON while removing nf_conntrack with netns
` [PATCH 3/3] netfilter: x_tables: print correct hook names for ARP

[libnetfilter_queue PATCH 1/2] doxygen: improve fail-open documentation
 2013-01-13 22:49 UTC  (2+ messages)
  ` [libnetfilter_queue PATCH 2/2] doxygen: improve documentation

[iptables-nftables RFC PATCH 0/6] IPv6 Support
 2013-01-13 19:23 UTC  (9+ messages)
` [iptables-nftables RFC PATCH 1/6] nft: Add a family attribute to nft_handle
` [iptables-nftables RFC PATCH 2/6] xtables: Combine IPv6 support with IPv4 support
  ` [iptables-nftables RFC PATCH - v2 - "
` [iptables-nftables RFC PATCH 3/6] nft: Use handle's family attribute instead of hardcoded AF_INET one
` [iptables-nftables RFC PATCH 4/6] nft: Support IPv6 rules manipulation
` [iptables-nftables RFC PATCH 5/6] nft: Use the right payload parsing function when saving a rule
` [iptables-nftables RFC PATCH 6/6] nft: Handle IPv6 when printing out firewall rules

[libnftables PATCH] rule: Add a function to get rule's family
 2013-01-13 19:08 UTC  (2+ messages)

[PATCH] netfilter: x_tables: print correct hook names for ARP
 2013-01-13 15:07 UTC  (2+ messages)

[PATCH 01/19] netfilter: move nf_conntrack initialize out of pernet operations
 2013-01-13 15:07 UTC  (4+ messages)

warning: (BRIDGE_NF_EBTABLES) selects NETFILTER_XTABLES which has unmet direct dependencies (NET && INET && NETFILTER)
 2013-01-13  6:47 UTC 

iptables: build fixes
 2013-01-12  2:49 UTC  (4+ messages)
` [PATCH 1/2] build: also use libtool for install stage
` [PATCH 2/2] build: do not dereference symlinks on installation

[PATCH] build: resolve link failure for ip6t_NETMAP
 2013-01-12  1:37 UTC  (5+ messages)

[PATCH next] extensions: add connlabel match
 2013-01-11 16:35 UTC 

[RELEASE] arptables v0.0.4
 2013-01-10 20:46 UTC 

[PATCH 1/7] netfilter: nf_tables: nft_compat: release cached matches/targets
 2013-01-10 16:20 UTC  (13+ messages)
` [PATCH 2/7] netfilter: nf_tables: move filter chain definition to layer 3 modules
` [PATCH 3/7] netfilter: nf_tables: remove hook definitions from struct nft_af_info
` [PATCH 4/7] netfilter: nf_tables: move specific layer 3 compat code to nf_tables_ipv[4|6]
` [PATCH 5/7] netfilter: nf_tables: x_tables support as a compile time option
` [PATCH 6/7] netfilter: nf_tables: support 32bits-64bits x_tables compat
` [PATCH 7/7] netfilter: nf_tables: fix alias for xtables over nftables module

xtadm 1.5.0 released
 2013-01-10 15:54 UTC 

v3.8-rc3: uninitialized warnings in net/netfilter/xt_CT.c
 2013-01-10 12:16 UTC  (4+ 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).