netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-04-14 14:27:02 to 2007-04-18 12:37:01 UTC [more...]

kernel BUG at net/core/skbuff.c in linux-2.6.21-rc6
 2007-04-18 12:42 UTC  (8+ messages)

[RFC][PATCH -mm take4 0/6] proposal for dynamic configurable netconsole
 2007-04-18 12:14 UTC  (7+ messages)
` [RFC][PATCH -mm take4 1/6] marking __init
` [RFC][PATCH -mm take4 2/6] support multiple logging
` [RFC][PATCH -mm take4 3/6] add interface for netconsole using sysfs
` [RFC][PATCH -mm take4 4/6] using symlink for the net_device
` [RFC][PATCH -mm take4 5/6] switch function of netpoll
` [RFC][PATCH -mm take4 6/6] add ioctls for adding/removing target

[PATCH 2.6] WE-22 : prevent information leak on 64 bit
 2007-04-18 10:18 UTC  (7+ messages)

ESP interfamily tunnel bug?
 2007-04-18 10:10 UTC 

[NETLINK] Don't attach callback to a going-away netlink socket
 2007-04-18  9:29 UTC  (12+ messages)

[BRIDGE] Unaligned access on IA64 when comparing ethernet addresses
 2007-04-18  8:37 UTC  (11+ messages)

+ ppp_generic-fix-lockdep-warning.patch added to -mm tree
 2007-04-18  6:40 UTC  (5+ messages)

[PATCH] [0/4] pasemi_mac: fixes and enhancements
 2007-04-18  6:27 UTC  (13+ messages)
` [PATCH] [1/4] pasemi_mac: minor bugfixes
` [PATCH] [2/4] pasemi_mac: irq mapping changes
` [PATCH] [3/4] pasemi_mac: cleanups and rx performance improvements
` [PATCH] [4/4] pasemi_mac: phy support
` [PATCH] [0/5] [v2] pasemi_mac: fixes and enhancements
  ` [PATCH] [0/5] [v2] pasemi_mac: minor bugfixes
  ` [PATCH] [2/5] [v2] pasemi_mac: irq mapping changes
  ` [PATCH] [3/5] [v2] pasemi_mac: cleanups and rx performance improvements
  ` [PATCH] [4/5] [v2] pasemi_mac: phy support
  ` [PATCH] [5/5] [v2] pasemi_mac: use local-mac-address

[Bugme-new] [Bug 8349] New: Manually set IPv6 default route ignored
 2007-04-18  3:00 UTC 

bug in tcp?
 2007-04-18  0:03 UTC  (12+ messages)

r8169 2.2LK: Low link speed after suspend
 2007-04-17 23:39 UTC  (5+ messages)

TCP connection stops after high load
 2007-04-17 19:58 UTC  (16+ messages)

[PATCH 0/2] [SCTP] a few bugfixes (now with patches)
 2007-04-17 19:53 UTC  (5+ messages)
` [PATCH 1/2] [SCTP] Fix assertion (!atomic_read(&sk->sk_rmem_alloc)) failed message
` [PATCH 2/2] [SCTP] Unmap v4mapped addresses during SCTP_BINDX_REM_ADDR operation

[PATCH] Fix UDP checksum issue in net poll mode
 2007-04-17 19:41 UTC  (2+ messages)

[PATCH] KEY: Fix conversion between IPSEC_MODE_xxx and XFRM_MODE_xxx
 2007-04-17 19:38 UTC  (2+ messages)

[NET]: Get rid of alloc_skb code duplication
 2007-04-17 19:29 UTC  (4+ messages)

[PATCH] CONFIG_PACKET_MMAP should depend on MMU
 2007-04-17 19:02 UTC  (7+ messages)

[PATCH 2.6.21 2/2] cxgb3 - PHY interrupts and GPIO pins
 2007-04-17 18:06 UTC 

[PATCH 2.6.21 1/2] cxgb3 - Fix low memory conditions
 2007-04-17 18:06 UTC 

[PATCH 2.6.21 0/3] cxgb3 - bug fixes
 2007-04-17 18:06 UTC 

[RFT] e100 driver on ARM
 2007-04-17 17:35 UTC  (7+ messages)

[Patch driver tree] qeth: Remove usage of subsys.rwsem
 2007-04-17 16:52 UTC  (2+ messages)
` patch qeth-remove-usage-of-subsys_rwsem.patch added to gregkh-2.6 tree

[PATCH 6/7] NetXen: Fixes for Power PC architecture
 2007-04-17 16:44 UTC  (3+ messages)

[PATCH 3/7] NetXen: Multi PCI support for Quad cards
 2007-04-17 16:40 UTC  (4+ messages)

intermittant petabyte usage reported with broadcom nic
 2007-04-17 15:58 UTC  (7+ messages)

[Bugme-new] [Bug 8338] New: NAT of TCP connections broken
 2007-04-17 13:00 UTC  (2+ messages)

[Bugme-new] [Bug 8320] New: replacing route in kernel doesn't send netlink message
 2007-04-17 12:58 UTC  (6+ messages)

2.6.20.4: NETDEV WATCHDOG and lockups
 2007-04-17 12:36 UTC  (6+ messages)

[PATCH net-2.6.22 1/3] [TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...)
 2007-04-17 11:54 UTC  (13+ messages)
` [PATCH 2/3] [TCP]: Fix unused variable warnings (tcp_sock *tp no longer needed)
  ` [PATCH 3/3] [TCP]: Added emptylines after the new tcp_sock *tp initialization

[PATCH 0/6] SNMP: new statistics specified in RFC4293
 2007-04-17 11:14 UTC  (7+ messages)
` [PATCH 1/6] SNMP: Add definitions for {In,Out}BcastPkts
` [PATCH 2/6] [IPV4] SNMP: Support InNoRoutes
` [PATCH 3/6] [IPV4] SNMP: Support InTruncatedPkts
` [PATCH 4/6] [IPV4] SNMP: Support InMcastPkts and InBcastPkts
` [PATCH 5/6] [IPV4] SNMP: Support OutMcastPkts and OutBcastPkts
` [PATCH 6/6] [IPV4] SNMP: Display new statistics at /proc/net/snmp

[NETLINK 00/04]: Consistent dump callback locking
 2007-04-17 10:40 UTC  (10+ messages)
` [NETLINK 01/04]: Switch cb_lock spinlock to mutex and allow to override it
` [RTNETLINK 02/04]: Hold rtnl_mutex during netlink dump callbacks
` [RTNETLINK 03/04]: Remove unnecessary locking in "
` [NET_SCHED 04/04]: Eliminate qdisc_tree_lock

[PATCH] parse ip:port strings correctly in in4_pton
 2007-04-17  8:27 UTC  (4+ messages)

[PATCH 2.6.20] networking: bonding documentation fix for multiple bonding interfaces
 2007-04-17  7:49 UTC 

[PATCH] Fix sparse errors in drivers/net/ibmveth.c
 2007-04-17  3:12 UTC 

[1/2] 2.6.21-rc7: known regressions
 2007-04-17  0:41 UTC  (4+ messages)

[NET_SCHED]: ingress: switch back to using ingress_lock
 2007-04-17  0:07 UTC  (2+ messages)

2.6.21rc7 e1000 media-detect oddness
 2007-04-16 20:12 UTC  (3+ messages)

[BUG] netconsole hangs machine 2.6.20
 2007-04-16 18:02 UTC 

[PATCH] Don't attach callback to a going-away netlink socket
 2007-04-16 12:55 UTC  (3+ messages)

udp checksum issue in netpoll mode
 2007-04-16 10:02 UTC  (3+ messages)

[IPv4] fib: Fix out of bound access of fib_props[]
 2007-04-16  8:45 UTC  (6+ messages)

PROBLEM: tg3 spitting out uninitialized memory
 2007-04-16  6:43 UTC  (4+ messages)

[KJ][PATCH]sb1250-mac.c-kzalloc
 2007-04-16  6:05 UTC 

[Bugme-new] [Bug 8325] New: -j REDIRECT --to-ports 1000-1009, always first choosen
 2007-04-16  5:52 UTC  (6+ messages)

[kvm-devel] QEMU PIC indirection patch for in-kernel APIC work
 2007-04-16  5:13 UTC  (16+ messages)
                            `  "

{Spam?} [PATCH] NET: Remove obsolete traffic shaper code
 2007-04-15 13:37 UTC  (8+ messages)
  ` {Spam?} "
      ` {Spam?} "

phylib usage
 2007-04-13 18:00 UTC  (6+ 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).