netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-01-24 06:17:50 to 2007-01-26 19:44:46 UTC [more...]

[PATCH 0/5] sky2 v1.11.1 patches
 2007-01-26 19:38 UTC  (2+ messages)
` [PATCH 5/5] sky2: version 1.11.1

[PATCH] IPv6: Implement RFC 4429 Optimistic Duplicate Address Detection
 2007-01-26 19:18 UTC  (19+ messages)

2.6.20-rc6: known unfixed regressions (part 2)
 2007-01-26 19:08 UTC  (3+ messages)

spidernet: dynamic phy setup code
 2007-01-26 17:58 UTC  (2+ messages)

[PATCH 1/1] selinux: fix 2.6.20-rc6 build when no xfrm
 2007-01-26 16:58 UTC 

[USBNET] ASIX: Add IO-DATA ETG-US2 Support
 2007-01-26 16:51 UTC  (2+ messages)

[PATCH] RFC: Broadcom PHY forcing fix
 2007-01-26 16:19 UTC  (3+ messages)

[PATCH] net: Fix the fib trie iterator to work with a single entry routing tables
 2007-01-26 15:42 UTC  (6+ messages)

[PATCH] bonding: ARP monitoring broken on x86_64
 2007-01-26 14:46 UTC 

[PATCH] TCP: Replace __kfree_skb() with kfree_skb()
 2007-01-26 14:19 UTC  (12+ messages)

[USBNET] PEGASUS: Fix typo in Corega products
 2007-01-26 13:59 UTC 

[RFC PATCH] bcm43xx: set channel when the interface is brought up
 2007-01-26 13:45 UTC  (13+ messages)

r8169 problems on x86_64 (transmit timeout & crash)
 2007-01-26 13:35 UTC 

spidernet: add improved phy support in sungem_phy.c
 2007-01-26 13:07 UTC 

Info about the GSO support
 2007-01-26 10:58 UTC 

owner-Match in 2.6.20-rc5 (fwd)
 2007-01-26  9:05 UTC  (5+ messages)

[PATCH] bcm43xx-d80211: Interrogate hardware-enable switch and update LEDs
 2007-01-26  9:01 UTC  (3+ messages)

[PATCH] Fix sorting of SACK blocks
 2007-01-26  8:42 UTC  (7+ messages)

[rft] r8169: merge release 6.001.00 of Realtek's driver - take #1
 2007-01-26  8:35 UTC  (3+ messages)

[PATCH 2.6.20-rc5] IPV6: skb is unexpectedly freed
 2007-01-26  3:36 UTC  (5+ messages)

+ oops-in-drivers-net-shaperc.patch added to -mm tree
 2007-01-26  3:31 UTC 

wireless-dev updated 2007-01-25
 2007-01-26  2:43 UTC 

[PATCH] d80211: configure hardware when the interface is brought up
 2007-01-26  0:37 UTC 

[BUG] problem with BPF in PF_PACKET sockets, introduced in linux-2.6.19
 2007-01-25 23:53 UTC  (4+ messages)

[PATCH] decnet: handle a failure in neigh_parms_alloc
 2007-01-25 23:52 UTC  (6+ messages)
    ` [PATCH] net: decnet handle a failure in neigh_parms_alloc (take 2)

[BNX2]: Fix 2nd port's MAC address
 2007-01-25 23:50 UTC  (2+ messages)

[take34 0/10] kevent: Generic event handling mechanism
 2007-01-25 22:56 UTC  (12+ messages)
  ` [take34 1/10] kevent: Description
    ` [take34 2/10] kevent: Core files
      ` [take34 3/10] kevent: poll/select() notifications
        ` [take34 4/10] kevent: Socket notifications
          ` [take34 5/10] kevent: Timer notifications
            ` [take34 6/10] kevent: Pipe notifications
              ` [take34 7/10] kevent: Signal notifications
                ` [take34 8/10] kevent: Kevent posix timer notifications
                  ` [take34 9/10] kevent: Private userspace notifications
                    ` [take34 10/10] kevent: Kevent based AIO (aio_sendfile()/aio_sendfile_path())

[ANNOUNCE] PRO/1000 PCI-e Software Developer Manual is now available
 2007-01-25 22:05 UTC  (3+ messages)

[RFC PATCH 0/31] An introduction and A path for merging network namespace work
 2007-01-25 20:53 UTC  (38+ messages)
` [PATCH RFC 1/31] net: Add net_namespace_type.h to allow for per network namespace variables
` [PATCH RFC 2/31] net: Implement a place holder network namespace
` [PATCH RFC 3/31] net: Add a network namespace parameter to tasks
` [PATCH RFC 4/31] net: Add a network namespace tag to struct net_device
` [PATCH RFC 5/31] net: Add a network namespace parameter to struct sock
` [PATCH RFC 6/31] net: Add a helper to get a reference to the initial network namespace
` [PATCH RFC 7/31] net: Make /proc/net per "
` [PATCH RFC 8/31] net: Make /sys/class/net handle multiple network namespaces
` [PATCH RFC 9/31] net: Implement the per network namespace sysctl infrastructure
` [PATCH RFC 10/31] net: Make socket creation namespace safe
` [PATCH RFC 11/31] net: Initialize the network namespace of network devices
` [PATCH RFC 12/31] net: Make packet reception network namespace safe
` [PATCH RFC 13/31] net: Make device event notification "
` [PATCH RFC 14/31] net: Support multiple network namespaces with netlink
` [PATCH RFC 15/31] net: Make the loopback device per network namespace
` [PATCH RFC 16/31] net: Make the device list and device lookups per namespace
` [PATCH RFC 17/31] net: Factor out __dev_alloc_name from dev_alloc_name
` [PATCH RFC 18/31] net: Implment network device movement between namespaces
` [PATCH RFC 19/31] net: sysfs interface support for moving devices between network namespaces
` [PATCH RFC 20/31] net: Implement CONFIG_NET_NS
` [PATCH RFC 21/31] net: Implement the guts of the network namespace infrastructure
` [PATCH RFC 22/31] net: Add network namespace clone support
` [PATCH RFC 23/31] net: Modify all rtnetlink methods to only work in the initial namespace
` [PATCH RFC 24/31] net: Make rtnetlink network namespace aware
` [PATCH RFC 25/31] net: Make wireless netlink event generation handle multiple network namespaces
` [PATCH RFC 26/31] net: Make the netlink methods in rtnetlink "
` [PATCH RFC 27/31] net: Make the xfrm sysctls per network namespace
` [PATCH RFC 28/31] net: Make the SOMAXCONN sysctl "
` [PATCH RFC 29/31] net: Make AF_PACKET handle multiple network namespaces
` [PATCH RFC 30/31] net: Make AF_UNIX per network namespace safe
` [PATCH RFC 31/31] net: Add etun driver

Possible bugs in SACK processing
 2007-01-25 19:19 UTC 

Fw: Intermittent SCTP multihoming breakage
 2007-01-25 16:37 UTC  (7+ messages)
        ` [Lksctp-developers] "

[RFC: 2.6 patch] net/tipc/: possible cleanups
 2007-01-25 16:08 UTC  (2+ messages)
` [tipc-discussion] "

Marvell Libertas 8388 802.11 USB - added to Orbit
 2007-01-25 15:25 UTC  (2+ messages)

bonding: bug in balance-alb mode (incorrect update-ARP-replie s)
 2007-01-25 14:41 UTC 

[PATCH 0/12] L2 network namespace (v3)
 2007-01-25  7:58 UTC  (5+ messages)
` [PATCH 1/12] L2 network namespace (v3): current network namespace operations

[PATCH 0/4] spidernet: add support for Celleb
 2007-01-25  7:11 UTC  (2+ messages)

[patch] scrub non-__GLIBC__ checks in linux/socket.h and linux/stat.h
 2007-01-25  6:30 UTC  (3+ messages)

bonding: bug in balance-alb mode (incorrect update-ARP-replies)
 2007-01-25  1:27 UTC  (2+ messages)

[PATCH REPOST 1/2] NET: Accurate packet scheduling for ATM/ADSL (kernel)
 2007-01-25  0:55 UTC  (21+ messages)

Nvidia MCP55 Machine reboots on ixgb driver load
 2007-01-24 23:30 UTC  (2+ messages)

[PATCH] Marvell Libertas 8388 802.11b/g USB driver (v2)
 2007-01-24 20:13 UTC  (12+ messages)

2.6.19.2 sky2/acpi crashes
 2007-01-24 17:44 UTC 

2.6.20-rc5: known regressions with patches (v3)
 2007-01-24 15:50 UTC 

dscape doesn't auto associate
 2007-01-24 15:31 UTC  (7+ messages)

[PATCH] [FS_ENET] OF-related fixup for FEC and SCC MAC's
 2007-01-24 14:33 UTC 

2.6.20-rc4-mm1: PCI=n: drivers/net/3c59x.c compile error
 2007-01-24 14:12 UTC  (2+ messages)

linux-2.6.20-rc5-g419dd837 build #224 failed in drivers/net/tokenring/3c359.o
 2007-01-24 13:25 UTC 

[IPV6] RAW: Add checksum default defines for MH
 2007-01-24 10:39 UTC  (7+ messages)

Retransmission and packet handling in the TCP-code
 2007-01-24 10:24 UTC 

[2.6 patch] process include/linux/if_{addr,link}.h with unifdef
 2007-01-24 10:20 UTC  (3+ messages)

[PATCH][NET_SCHED] sch_htb: htb_class optimization
 2007-01-24  9:43 UTC 

[PATCH] d80211: select CRC32 functions
 2007-01-24  9:35 UTC 

[PATCH 0/59] Cleanup sysctl
 2007-01-24  9:00 UTC  (5+ messages)
` [PATCH 25/59] sysctl: C99 convert arch/frv/kernel/pm.c

Can someone please try
 2007-01-24  8:43 UTC  (4+ messages)

Bluetooth fixes for 2.6.20-rc5
 2007-01-24  8:33 UTC  (5+ messages)

A Professional GUI
 2007-01-24  7:00 UTC 

What's in netdev-2.6.git
 2007-01-24  7:27 UTC 

[git patch] net driver fix
 2007-01-24  7:21 UTC 

[PATCH 10/12] forcedeth: tx max work
 2007-01-24  7:17 UTC  (2+ messages)

[PATCH 2/4] [SCTP]: Verify some mandatory parameters
 2007-01-24  6:32 UTC  (3+ messages)

why would EPIPE cause socket port to change?
 2007-01-24  6:30 UTC  (5+ messages)

[IP] TUNNEL: Fix to be built with user application
 2007-01-24  6:17 UTC  (2+ 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).