netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-04-15 11:29:17 to 2008-04-16 09:06:33 UTC [more...]

2.6.25-rc8: FTP transfer errors
 2008-04-16  9:06 UTC  (27+ messages)
      ` about bisections (was: Re: 2.6.25-rc8: FTP transfer errors)
        ` about bisections
` Reporting bugs and bisection (was: Re: 2.6.25-rc8: FTP transfer errors)
  ` Reporting bugs and bisection
                      ` Work WAS(Re: "

[PATCH 0/8 net-2.6.26] [NETNS]: namespace refcounting cleanup
 2008-04-16  8:58 UTC  (11+ messages)
` [PATCH 1/8 net-2.6.26] [NETNS]: Make netns refconting debug like a socket one
` [PATCH 2/8 net-2.6.26] [NETNS]: Add netns refcnt debug for kernel sockets
` [PATCH 3/8 net-2.6.26] [NETNS]: Add netns refcnt debug for timewait buckets
` [PATCH 4/8 net-2.6.26] [NETNS]: Add netns refcnt debug into fib_info
` [PATCH 5/8 net-2.6.26] [NETNS]: Add netns refcnt debug for inet bind buckets
` [PATCH 6/8 net-2.6.26] [NETNS]: Add netns refcnt debug for dst ops
` [PATCH 7/8 net-2.6.26] [NETNS]: Add netns refcnt debug to fib rules
` [PATCH 8/8 net-2.6.26] [NETNS]: Add netns refcnt debug for network devices

netif_needs_gso behavior
 2008-04-16  8:38 UTC  (2+ messages)

[PATCH 0/5] [DCCP]: Queuing policies
 2008-04-16  8:36 UTC  (13+ messages)
  ` [DCCP] [RFC] [Patchv2 1/1]: Queuing policies -- reworked version of Tomasz's patch set
              ` [DCCP] [RFC] [Patchv3 "
          ` inconsistent lock state with kernel 2.6.24.4

A Linux TCP SACK Question
 2008-04-16  8:27 UTC  (22+ messages)
        `  "

[PATCH net-2.6.26 0/7][IP6TUNNEL]: Make ip6tunnel work in net namespaces
 2008-04-16  8:25 UTC  (9+ messages)
` [PATCH net-2.6.26 1/7][IP6TUNNEL]: Introduce empty ip6_tnl_net structure and net ops
` [PATCH net-2.6.26 2/7][IP6TUNNEL]: Add (ip6_tnl_)net argument to some calls
` [PATCH net-2.6.26 3/7][IP6TUNNEL]: Use proper net in hash-lookup functions
` [PATCH net-2.6.26 4/7][IP6TUNNEL]: Make the fallback tunnel device per-net
` [PATCH net-2.6.26 5/7][IP6TUNNEL]: Make tunnels hashes per-net
` [PATCH net-2.6.26 6/7][IP6TUNNEL]: Use proper net instead of init_net stubs
` [PATCH net-2.6.26 7/7][IP6TUNNEL]: Allow to create IP6 tunnels in net namespaces

[PATCH net-2.6.26 0/8][SIT]: Make SIT tunnel work in net namespaces
 2008-04-16  8:19 UTC  (10+ messages)
` [PATCH net-2.6.26 1/8][SIT]: Introduce empty struct sit_net and init/exit net ops
` [PATCH net-2.6.26 2/8][SIT]: Add net/sit_net argument to some functions
` [PATCH net-2.6.26 3/8][SIT]: Use proper net in hash-lookup functions
` [PATCH net-2.6.26 4/8][SIT]: Make the fallback tunnel device per-net
` [PATCH net-2.6.26 5/8][SIT]: Make tunnels hashes per-net
` [PATCH net-2.6.26 6/8][SIT]: Use proper net in routing calls
` [PATCH net-2.6.26 7/8][SIT]: Allow to create SIT tunnels in net namespaces
` [PATCH net-2.6.26 8/8][SIT]: Allow for IPPROTO_IPV6 protocol in namespaces

question on rfkill_suspend
 2008-04-16  8:17 UTC 

[PATCH net-2.6.26 0/8][GRE]: Make IPGRE tunnel work in net namespaces
 2008-04-16  8:13 UTC  (10+ messages)
` [PATCH net-2.6.26 1/8][GRE]: Introduce empty ipgre_net structure and net init/exit ops
` [PATCH net-2.6.26 2/8][GRE]: Add net/gre_net argument to some functions
` [PATCH net-2.6.26 3/8][GRE]: Use proper net in hash-lookup functions
` [PATCH net-2.6.26 4/8][GRE]: Make the fallback tunnel device per-net
` [PATCH net-2.6.26 5/8][GRE]: Make tunnels hashes per-net
` [PATCH net-2.6.26 6/8][GRE]: Use proper net in routing calls
` [PATCH net-2.6.26 7/8][GRE]: Allow to create IPGRE tunnels in net namespaces
` [PATCH net-2.6.26 8/8][GRE]: Allow for IPPROTO_GRE protocol in namespaces

[PATCH net-2.6.26 0/8][IPIP]: Make IPIP tunnel work in net namespaces
 2008-04-16  8:08 UTC  (10+ messages)
` [PATCH net-2.6.26 1/8][IPIP]: Introduce empty ipip_net structure and net init/exit ops
` [PATCH net-2.6.26 2/8][IPIP]: Make the fallback tunnel device per-net
` [PATCH net-2.6.26 3/8][IPIP]: Add net/ipip_net argument to some functions
` [PATCH net-2.6.26 4/8][IPIP]: Use proper net in hash-lookup functions
` [PATCH net-2.6.26 5/8][IPIP]: Make tunnels hashes per net
` [PATCH net-2.6.26 6/8][IPIP]: Use proper net in (mostly) routing calls
` [PATCH net-2.6.26 7/8][IPIP]: Allow to create IPIP tunnels in net namespaces
` [PATCH net-2.6.26 8/8][IPIP]: Allow for IPPROTO_IPIP protocol in namespaces

[PATCH net-2.6.26 0/10][VLAN]: Make VLAN devices work in net namespaces
 2008-04-16  8:02 UTC  (24+ messages)
` [PATCH net-2.6.26 1/10][RTNL]: Relax for_each_netdev_safe in __rtnl_link_unregister
` [PATCH net-2.6.26 2/10][RTNL]: Introduce the rtnl_kill_links helper
` [PATCH net-2.6.26 3/10][VLAN]: Tag vlan_group_device with net device, not ifindex
` [PATCH net-2.6.26 4/10][VLAN]: Introduce the vlan_net structure and init/exit net ops
` [PATCH net-2.6.26 5/10][VLAN]: Add a net argument to proc init and cleanup calls
` [PATCH net-2.6.26 6/10][VLAN]: Create proc entries in the proper net
` [PATCH net-2.6.26 7/10][VLAN]: Make the /proc/net/vlan/conf file show per-net info
` [PATCH net-2.6.26 8/10][VLAN]: Make the vlan_name_type per-net
` [PATCH net-2.6.26 9/10][VLAN]: Allow vlan devices registration in net namespaces
` [PATCH net-2.6.26 10/10][VLAN]: Handle vlan devices net namespace changing

[PATCH net-2.6.26 0/3][TUN]: Make TUN devices work in net namespaces (v2)
 2008-04-16  7:50 UTC  (2+ messages)

[PATCH] Discard tcp out-of-order queue if system limit is reached
 2008-04-16  7:08 UTC  (6+ messages)

[PATCH] SCTP: Initialize partial_bytes_acked to 0, when all of the data is acked
 2008-04-16  6:55 UTC 

[PATCH] macb: Use semicolon instead of comma for statement
 2008-04-16  5:05 UTC  (3+ messages)

[PATCH] macb: Call phy_disconnect on removing
 2008-04-16  4:57 UTC  (5+ messages)

X or AF_UNIX and order 3 allocation
 2008-04-16  4:51 UTC  (2+ messages)

followup on tcp_ack warnings
 2008-04-16  4:45 UTC 

[PATCH net-2.6.26] [TCP]: Remove superflushious skb == write_queue_tail() check
 2008-04-16  3:37 UTC  (2+ messages)

TG3 network data corruption regression 2.6.24/2.6.23.4
 2008-04-16  3:31 UTC  (12+ messages)

[PATCH] [ETHTOOL]: Add support for large eeproms
 2008-04-16  2:24 UTC  (7+ messages)

pull request: wireless-2.6 2008-04-15
 2008-04-16  2:20 UTC  (2+ messages)

[PATCH net-2.6.26] CAN: use hrtimers in can-bcm protocol
 2008-04-16  2:09 UTC  (2+ messages)

[PATCH v2.6.26 0/2] Dynamic TBIPA for gianfar
 2008-04-16  2:06 UTC 

[PATCH 0/7 net-2.6.26] [TIPC]: Ref table and message buffer changes
 2008-04-16  2:05 UTC  (15+ messages)
` [PATCH 1/7 net-2.6.26] [TIPC]: Remove inlining of reference table locking routines
` [PATCH 2/7 net-2.6.26] [TIPC]: Optimized initialization of TIPC reference table
` [PATCH 3/7 net-2.6.26] [TIPC]: Cleanup of TIPC reference table code
` [PATCH 4/7 net-2.6.26] [TIPC]: Remove redundant NULL check when discarding buffers
` [PATCH 5/7 net-2.6.26] [TIPC]: Use fast buffer cloning to improve performance
` [PATCH 6/7 net-2.6.26] [TIPC]: Force linearization of non-linear sk_buffs
` [PATCH 7/7 net-2.6.26] [TIPC]: Enhance validation of format on incoming messages

[PATCH 0/7] Final ADSL-optimizer patch series
 2008-04-15 23:41 UTC  (5+ messages)
` [PATCH 2/7] ATM cell alignment

[RFC] Patch to option HSO driver to the kernel
 2008-04-15 22:49 UTC  (34+ messages)

[PATCH] [TULIP] Fix for MTU problems with 802.1q tagged frames
 2008-04-15 21:18 UTC 

Bad network performance over 2Gbps
 2008-04-15 21:05 UTC  (4+ messages)

HTB and ingress scheduler SMP Soft Lockup in 2.6.23-2.6.25-rc8
 2008-04-15 19:29 UTC  (12+ messages)
` [PATCH][NET_SCHED] sch_api: fix qdisc_tree_decrease_qlen() loop

Netfilter and IPSec
 2008-04-15 18:45 UTC  (5+ messages)

[PATCH 1/3] ixgbe: save and restore pcie/msi state to support EEH recovery
 2008-04-15 17:57 UTC  (3+ messages)
` [PATCH 2/3] e1000e: "
` [PATCH 3/3] igb: "

[PATCH v2.6.26 0/2] Dynamic TBIPA for gianfar
 2008-04-15 16:49 UTC  (3+ messages)
` [PATCH v2.6.26 1/2] phylib: factor out get_phy_id from within get_phy_device
  ` [PATCH v2.6.26 2/2] gianfar: Determine TBIPA value dynamically

bugreport: The r8169.c driver is calling netif_receive_skb from hardirq and with interrupts off
 2008-04-15 16:34 UTC  (5+ messages)

fec_mpc5200: reset FEC on error
 2008-04-15 15:44 UTC 

Why MLDv2 Report packet is freed ?
 2008-04-15 14:48 UTC  (2+ messages)

2.6.25-rc9: Reported regressions from 2.6.24
 2008-04-15 13:16 UTC  (6+ messages)

[TOMOYO #7 30/30] Hooks for SAKURA and TOMOYO
 2008-04-15 13:00 UTC  (9+ 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).