netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-03-14 22:53:42 to 2011-03-15 23:57:38 UTC [more...]

[Bloat] shaper team forming up
 2011-03-15 23:56 UTC  (12+ messages)
      ` ECN + pfifo_fast borked? (Was Re: [Bloat] shaper team forming up)
        ` [PATCH] net_sched: fix ip_tos2prio

[PATCH] Disable rp_filter for IPsec packets
 2011-03-15 23:35 UTC  (6+ messages)

[PATCH] ipv4: Cache source address in nexthop entries
 2011-03-15 23:02 UTC  (6+ messages)

net-next-2.6 status
 2011-03-15 23:01 UTC 

IPsec tunnel forwarding in net-next-2.6 since 452edd59
 2011-03-15 22:51 UTC  (5+ messages)

[RFC v3 0/6] CAN: add SAE J1939 protocol
 2011-03-15 22:19 UTC  (10+ messages)
` [RFC v3 3/6] can: make struct proto const

linux-next: build failure after merge of the net tree
 2011-03-15 22:07 UTC  (11+ messages)

[PATCH net-next-2.6] be2net: Fix UDP packet detected status in RX compl
 2011-03-15 21:57 UTC  (2+ messages)

[PATCH] Phonet: fix aligned-mode pipe socket buffer header reserve
 2011-03-15 21:56 UTC  (2+ messages)

[PATCHv2 NEXT 1/1] netxen: support for GbE port settings
 2011-03-15 21:55 UTC  (2+ messages)

[PATCH] smsc911x: Fix build error when SMSC_TRACE() used
 2011-03-15 21:52 UTC  (2+ messages)

[net-next-2.6 0/2][pull request] Intel Wired LAN Driver Update
 2011-03-15 21:51 UTC  (4+ messages)
` [net-next-2.6 1/2] igb: fix hw timestamping
` [net-next-2.6 2/2] igb: Add messaging for thermal sensor events on i350 devices

[PATCH] Fix overflow of name in struct net_device, replaced sprintf with snprintf
 2011-03-15 21:48 UTC  (2+ messages)

Multicast Fails Over Multipoint GRE Tunnel
 2011-03-15 21:35 UTC  (7+ messages)

[PATCH 01/17] cgroup, rcu: convert call_rcu(free_css_set_rcu) to kfree_rcu()
 2011-03-15 21:04 UTC  (13+ messages)
    ` [PATCH 02/17] cgroup, rcu: convert call_rcu(free_cgroup_rcu) "
    ` [PATCH 03/17] cgroup, rcu: convert call_rcu(__free_css_id_cb) "
    ` [PATCH 04/17] net,rcu: convert call_rcu(tcf_common_free_rcu) "
    ` [PATCH 05/17] net,rcu: convert call_rcu(tcf_police_free_rcu) "
  ` [PATCH 06/17] net,rcu: convert call_rcu(in6_dev_finish_destroy_rcu) "
  ` [PATCH 07/17] net,rcu: convert call_rcu(inet6_ifa_finish_destroy_rcu) "
    ` [PATCH 08/17] net,rcu: convert call_rcu(listeners_free_rcu) "
    ` [PATCH 11/17] net,rcu: convert call_rcu(sctp_local_addr_free) "
    ` [PATCH 15/17] net,rcu: convert call_rcu(ha_rcu_free) "
  ` [PATCH 16/17] net,rcu: convert call_rcu(dn_dev_free_ifa_rcu) "
    ` [PATCH 17/17] net,act_police,rcu: remove rcu_barrier()

pull request: wireless-next-2.6 2011-03-15
 2011-03-15 20:57 UTC  (2+ messages)

[PATCH 00/37] netfilter: netfilter update
 2011-03-15 19:58 UTC  (39+ messages)
` [PATCH 01/37] netfilter: ipset: fix the compile warning in ip_set_create
` [PATCH 02/37] netfilter: x_tables: misuse of try_then_request_module
` [PATCH 03/37] netfilter: x_tables: return -ENOENT for non-existant matches/targets
` [PATCH 04/37] netfilter: nf_conntrack: fix sysctl memory leak
` [PATCH 05/37] ipvs: avoid lookup for fwmark 0
` [PATCH 06/37] ipvs: remove _bh from percpu stats reading
` [PATCH 07/37] netfilter:ipvs: use kmemdup
` [PATCH 08/37] IPVS: Fix variable assignment in ip_vs_notrack
` [PATCH 09/37] ipvs: move struct netns_ipvs
` [PATCH 10/37] ipvs: reorganize tot_stats
` [PATCH 11/37] ipvs: properly zero stats and rates
` [PATCH 12/37] ipvs: remove unused seqcount stats
` [PATCH 13/37] ipvs: optimize rates reading
` [PATCH 14/37] ipvs: rename estimator functions
` [PATCH 15/37] IPVS: Add ip_vs_route_me_harder()
` [PATCH 16/37] IPVS: Add sysctl_snat_reroute()
` [PATCH 17/37] IPVS: Add sysctl_nat_icmp_send()
` [PATCH 18/37] IPVS: Add {sysctl_sync_threshold,period}()
` [PATCH 19/37] IPVS: Add sysctl_sync_ver()
` [PATCH 20/37] IPVS: Add sysctl_expire_nodest_conn()
` [PATCH 21/37] IPVS: Add expire_quiescent_template()
` [PATCH 22/37] IPVS: Conditinally use sysctl_lblc{r}_expiration
` [PATCH 23/37] IPVS: ip_vs_todrop() becomes a noop when CONFIG_SYSCTL is undefined
` [PATCH 24/37] IPVS: Conditional ip_vs_conntrack_enabled()
` [PATCH 25/37] IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefined
` [PATCH 26/37] IPVS: Conditionally define and use ip_vs_lblc{r}_table
` [PATCH 27/37] IPVS: Add __ip_vs_control_{init,cleanup}_sysctl()
` [PATCH 28/37] IPVS: Conditionally include sysctl members of struct netns_ipvs
` [PATCH 29/37] netfilter: xt_connlimit: fix daddr connlimit in SNAT scenario
` [PATCH 30/37] netfilter: xt_connlimit: use kmalloc() instead of kzalloc()
` [PATCH 31/37] netfilter: xt_connlimit: use hlist instead
` [PATCH 32/37] netfilter: xt_connlimit: remove connlimit_rnd_inited
` [PATCH 33/37] netfilter: arp_tables: fix infoleak to userspace
` [PATCH 34/37] netfilter: ip_tables: "
` [PATCH 35/37] ipv6: netfilter: ip6_tables: "
` [PATCH 36/37] netfilter: ipt_addrtype: rename to xt_addrtype
` [PATCH 37/37] netfilter: xt_addrtype: ipv6 support

[PATCH] tcp: avoid cwnd moderation in undo
 2011-03-15 18:50 UTC  (8+ messages)

[PATCH][v3] dev : fix mtu check when TSO is enabled
 2011-03-15 18:17 UTC  (4+ messages)

ethtool 2.6.38 released
 2011-03-15 17:45 UTC 

[ANNOUNCE] pymnl 0.1
 2011-03-15 16:11 UTC 

[GIT] Networking
 2011-03-15 15:43 UTC  (11+ messages)

[PATCH] Fix overflow of name in struct net_device, replaced str* and sprintf with strn* and snprintf respectivly
 2011-03-15 15:32 UTC  (3+ messages)

Bug inkvm_set_irq
 2011-03-15 14:58 UTC  (12+ messages)

[PATCHv2 0/9] macb: add support for Cadence GEM
 2011-03-15 12:44 UTC  (16+ messages)
` [PATCHv2 1/9] at91: provide macb clks with "pclk" and "hclk" name
` [PATCHv2 2/9] macb: remove conditional clk handling
` [PATCHv2 3/9] macb: unify at91 and avr32 platform data
` [PATCHv2 4/9] macb: convert printk to netdev_ and friends
` [PATCHv2 5/9] macb: initial support for Cadence GEM
` [PATCHv2 6/9] macb: support higher rate GEM MDIO clock divisors
` [PATCHv2 7/9] macb: support statistics for GEM devices
` [PATCHv2 8/9] macb: support DMA bus widths > 32 bits
` [PATCHv2 9/9] macb: allow GEM to have configurable receive buffer size

[PATCH] ipv6: netfilter: ip6_tables: fix infoleak to userspace
 2011-03-15 12:37 UTC  (2+ messages)

[PATCH] ipv4: netfilter: ip_tables: fix infoleak to userspace
 2011-03-15 12:36 UTC  (2+ messages)

[PATCH] ipv4: netfilter: arp_tables: fix infoleak to userspace
 2011-03-15 12:35 UTC  (2+ messages)

[PATCH] ipv4: netfilter: ipt_CLUSTERIP: fix buffer overflow
 2011-03-15 12:33 UTC  (3+ messages)

[PATCH 1/4] netfilter: xt_connlimit: fix daddr connlimit in SNAT scenario
 2011-03-15 12:26 UTC  (16+ messages)
` [PATCH 2/4] netfilter: xt_connlimit: use kmalloc() instead of kzalloc()
` [PATCH 3/4] netfilter: xt_connlimit: use hlist instead
` [PATCH 4/4] netfilter: xt_connlimit: remove connlimit_rnd_inited

[GIT PULL nf-next-2.6] IPVS
 2011-03-15 12:16 UTC  (26+ messages)
` [PATCH 01/24] ipvs: avoid lookup for fwmark 0
` [PATCH 02/24] ipvs: remove _bh from percpu stats reading
` [PATCH 03/24] netfilter:ipvs: use kmemdup
` [PATCH 04/24] IPVS: Fix variable assignment in ip_vs_notrack
` [PATCH 05/24] ipvs: move struct netns_ipvs
` [PATCH 06/24] ipvs: reorganize tot_stats
` [PATCH 07/24] ipvs: properly zero stats and rates
` [PATCH 08/24] ipvs: remove unused seqcount stats
` [PATCH 09/24] ipvs: optimize rates reading
` [PATCH 10/24] ipvs: rename estimator functions
` [PATCH 11/24] IPVS: Add ip_vs_route_me_harder()
` [PATCH 12/24] IPVS: Add sysctl_snat_reroute()
` [PATCH 13/24] IPVS: Add sysctl_nat_icmp_send()
` [PATCH 14/24] IPVS: Add {sysctl_sync_threshold,period}()
` [PATCH 15/24] IPVS: Add sysctl_sync_ver()
` [PATCH 16/24] IPVS: Add sysctl_expire_nodest_conn()
` [PATCH 17/24] IPVS: Add expire_quiescent_template()
` [PATCH 18/24] IPVS: Conditinally use sysctl_lblc{r}_expiration
` [PATCH 19/24] IPVS: ip_vs_todrop() becomes a noop when CONFIG_SYSCTL is undefined
` [PATCH 20/24] IPVS: Conditional ip_vs_conntrack_enabled()
` [PATCH 21/24] IPVS: Minimise ip_vs_leave when CONFIG_SYSCTL is undefined
` [PATCH 22/24] IPVS: Conditionally define and use ip_vs_lblc{r}_table
` [PATCH 23/24] IPVS: Add __ip_vs_control_{init,cleanup}_sysctl()
` [PATCH 24/24] IPVS: Conditionally include sysctl members of struct netns_ipvs

[PATCH v6] xen network backend driver
 2011-03-15 10:06 UTC 

[GIT/PATCH v5] xen network backend driver
 2011-03-15 10:06 UTC  (3+ messages)

[PATCH] can: wrong index used in inner loop
 2011-03-15  9:02 UTC  (3+ messages)

Stale entries in RT_TABLE_LOCAL
 2011-03-15  8:47 UTC  (5+ messages)

sky2, vlan and nat/masquerading
 2011-03-15  7:56 UTC  (6+ messages)

[PATCH] xen: netfront: ethtool stats fields should be unsigned long
 2011-03-15  7:12 UTC  (5+ messages)

[GIT/PATCH v5] xen network backend driver
 2011-03-15  7:09 UTC  (5+ messages)

[PATCHv2 NEXT 0/1]nexten: bug fixes
 2011-03-15  6:52 UTC  (2+ messages)
` [PATCHv2 NEXT 1/1] netxen: support for GbE port settings

dccp test-tree [RFC] [Patch 1/1] dccp: Only activate NN values after receiving the Confirm option
 2011-03-15  4:53 UTC  (7+ messages)
    ` dccp test-tree [RFC] [Patch 2/2] dccp: CCID2 check ack ratio when reducing cwnd

r8169 disable ASPM patch
 2011-03-15  2:13 UTC  (5+ messages)

[PATCH 0/2] publish last used index (was Re: TX from KVM guest virtio_net to vhost issues)
 2011-03-15  0:21 UTC  (3+ messages)
` [PATCH 1/2] virtio: put last seen used index into ring itself

[net-next-2.6 PATCH 1/3] net: dcbnl: Update copyright dates
 2011-03-15  0:03 UTC  (6+ messages)
` [net-next-2.6 PATCH 2/3] net: dcbnl: Fix misspellings
` [net-next-2.6 PATCH 3/3] net: dcbnl: Add IEEE app selector value definitions

[PATCH v2 0/2] CS89x0: add QQ2440 networking support
 2011-03-14 23:49 UTC  (2+ messages)

[GIT PULL nf-next-2.6] IPVS
 2011-03-14 23:13 UTC  (3+ messages)

[PATCH 0/7] TCP CUBIC Hystart fixes
 2011-03-14 22:58 UTC  (2+ messages)

[PATCH NEXT 2/2] netxen: support for GbE port settings
 2011-03-14 22:54 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).