netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-06-02 15:58:48 to 2008-06-03 19:09:43 UTC [more...]

pull request: wireless-2.6 2008-06-03
 2008-06-03 19:09 UTC 

pull request: wireless-next-2.6 2008-05-22
 2008-06-03 18:53 UTC  (2+ messages)

[PATCH v3 00/13] QLogic VNIC Driver
 2008-06-03 18:45 UTC  (14+ messages)
` [ofa-general] [PATCH v3 01/13] QLogic VNIC: Driver - netdev implementation
  ` [ofa-general] "
` [ofa-general] [PATCH v3 08/13] QLogic VNIC: sysfs interface implementation for the driver
  ` [ofa-general] "
      `  "

[PATCH] Fix routing tables with id > 255 for legacy software
 2008-06-03 18:42 UTC  (16+ messages)

[PATCH 1/2] IPV4: remove addresses and routes when carrier is lost
 2008-06-03 18:34 UTC  (17+ messages)
` [PATCH 1/2] IPV6: "

[PATCH] phylib: Don't allow core of phylib to build as a module
 2008-06-03 18:23 UTC  (27+ messages)
                ` [RFC] Make board force selection of PHYLIB

[2.6 patch] drivers/net/: remove CVS keywords
 2008-06-03 18:14 UTC  (3+ messages)

non-root, non-real network manipulation for netconf testing
 2008-06-03 17:43 UTC  (5+ messages)

: Emit event stream compat iw_point objects correctly
 2008-06-03 17:37 UTC  (5+ messages)

[linux-pm] [PATCH 0/4] Fix forcedeth hibernate/wake-on-lan problems
 2008-06-03 17:30 UTC  (5+ messages)

[PATCH 1/12] BE NIC driver - Header files and initialization functions
 2008-06-03 17:16 UTC  (2+ messages)

[PATCH 2/12] BE NIC driver - interrupt, ethtool, stack i/f functions
 2008-06-03 17:16 UTC  (2+ messages)

How do I use multiqueue tx
 2008-06-03 17:13 UTC  (3+ messages)

[PATCH 3/12] BE NIC driver - net_object i/f functions, Makefile
 2008-06-03 17:02 UTC  (2+ messages)

PATCH: fix bridged 802.3ad bonding
 2008-06-03 16:46 UTC  (3+ messages)

[PATCH] Fix corrupt TCP packets when options space overflows with MD5SIG enabled
 2008-06-03 16:44 UTC  (5+ messages)

[PATCH] [UDPv6] Possible dst leak in udpv6_sendmsg
 2008-06-03 16:36 UTC  (6+ messages)

[PATCH] Cleanup use of deprecated calls to save_and_cli and restore_flags
 2008-06-03 16:19 UTC 

Veth problems with bridge
 2008-06-03 16:17 UTC  (3+ messages)

[PATCH] SCTP: Move sctp_v4_dst_saddr out of loop
 2008-06-03 15:41 UTC  (2+ messages)

Tcpdump, packet sockets and order of timestamps
 2008-06-03 14:59 UTC 

[PATCH updated] net: add ability to clear per-interface network statistics via procfs
 2008-06-03 14:46 UTC  (16+ messages)
            ` [PATCH] net: add ability to clear stats via ethtool - e1000/pcnet32

[bug] stuck localhost TCP connections, v2.6.26-rc3+
 2008-06-03 14:41 UTC  (12+ messages)
                  ` [fixed] [patch] "

[WEXT 8/12]: Pull top-level ioctl dispatch logic into helper function
 2008-06-03 14:34 UTC  (3+ messages)

[PATCH 0/2] HTB scheduler HTB_HYSTERESIS modifications
 2008-06-03 14:06 UTC  (3+ messages)
` [PATCH 1/2] HTB scheduler, change default hysteresis mode to off
` [PATCH 2/2] Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis

[PATCH net-next 2/13]bnx2x: Adding bnx2x_link
 2008-06-03 13:46 UTC  (4+ messages)

[PATCH v1.2.26] wan: new driver retina
 2008-06-03 12:08 UTC  (5+ messages)

[PATCH 00/39] mv643xx_eth: complete overhaul
 2008-06-03 11:02 UTC  (40+ messages)
` [PATCH 01/39] mv643xx_eth: reverse topological sort of functions
` [PATCH 02/39] mv643xx_eth: trim unnecessary includes
` [PATCH 03/39] mv643xx_eth: shorten reg names
` [PATCH 04/39] mv643xx_eth: get rid of individual port config register bit defines
` [PATCH 05/39] mv643xx_eth: get rid of individual port config extend "
` [PATCH 06/39] mv643xx_eth: delete unused SDMA config "
` [PATCH 07/39] mv643xx_eth: delete unused port serial control "
` [PATCH 08/39] mv643xx_eth: nuke port status "
` [PATCH 09/39] mv643xx_eth: remove unused DESC_SIZE define
` [PATCH 10/39] mv643xx_eth: clarify irq masking and unmasking
` [PATCH 11/39] mv643xx_eth: move PHY wait defines into callers
` [PATCH 12/39] mv643xx_eth: get rid of RX_BUF_OFFSET
` [PATCH 13/39] mv643xx_eth: move MIB offset defines into their only user
` [PATCH 14/39] mv643xx_eth: remove port serial status register bit defines
` [PATCH 15/39] mv643xx_eth: clean up rx/tx descriptor field defines
` [PATCH 16/39] mv643xx_eth: get rid of ETH_/ethernet_/eth_ prefixes
` [PATCH 17/39] mv643xx_eth: use 'mv643xx_eth_' prefix consistently
` [PATCH 18/39] mv643xx_eth: kill superfluous comments
` [PATCH 19/39] mv643xx_eth: kill ->rx_resource_err
` [PATCH 20/39] mv643xx_eth: get rid of hungarian variable naming
` [PATCH 21/39] mv643xx_eth: move port_receive() into its only caller
` [PATCH 22/39] mv643xx_eth: move rx_return_buff() "
` [PATCH 23/39] mv643xx_eth: kill FUNC_RET_STATUS/pkt_info
` [PATCH 24/39] mv643xx_eth: kill private unused instance of struct net_device_stats
` [PATCH 25/39] mv643xx_eth: massively simplify multicast address crc8 computation
` [PATCH 26/39] mv643xx_eth: split out rx queue state
` [PATCH 27/39] mv643xx_eth: split out tx "
` [PATCH 28/39] mv643xx_eth: remove write-only interrupt coalescing variables
` [PATCH 29/39] mv643xx_eth: general cleanup
` [PATCH 30/39] mv643xx_eth: add tx rate control
` [PATCH 31/39] mv643xx_eth: allow multiple RX queues
` [PATCH 32/39] mv643xx_eth: allow multiple TX queues
` [PATCH 33/39] mv643xx_eth: work around TX hang hardware issue
` [PATCH 34/39] mv643xx_eth: detect extended rx coal register field
` [PATCH 35/39] mv643xx_eth: detect alternate TX BW control register location
` [PATCH 36/39] mv643xx_eth: be more agressive about RX refill
` [PATCH 37/39] mv643xx_eth: don't read from upper parts of 64-bit mib registers
` [PATCH 38/39] mv643xx_eth: add PHY-less mode
` [PATCH 39/39] mv643xx_eth: update driver version and author fields

netlink receive error No buffer space available (105)
 2008-06-03 11:54 UTC 

[Uclinux-dist-devel] [PATCH 01/01] smsc911x: fix MAC addresssetting after reset
 2008-06-03 10:01 UTC  (3+ messages)

[PATCH 12/12] BE NIC driver - Kconfig, Makefile, MAINTAINERS
 2008-06-03  9:52 UTC 

[PATCH 11/12] BE NIC driver - f/w header files
 2008-06-03  9:52 UTC 

[PATCH 10/12] BE NIC driver - f/w header files
 2008-06-03  9:50 UTC 

[PATCH 9/12] BE NIC driver - f/w header files
 2008-06-03  9:49 UTC 

[PATCH 8/12] BE NIC driver - beclib functions
 2008-06-03  9:48 UTC 

[PATCH 7/12] BE NIC driver - beclib functions
 2008-06-03  9:47 UTC 

[PATCH 6/12] BE NIC driver - beclib functions
 2008-06-03  9:44 UTC 

[PATCH 5/12] BE NIC driver - beclib header files
 2008-06-03  9:43 UTC 

[PATCH 4/12] BE NIC driver - beclib (h/w access lib) header files
 2008-06-03  9:42 UTC 

[PATCH 2/3] [2.6.26] ehea: Add dependency to Kconfig
 2008-06-03  8:07 UTC  (3+ messages)

[PATCH] IPv6: fix bug when specifying the non-exist outgoing interface
 2008-06-03  7:04 UTC  (14+ messages)
  ` [PATCH v2] "

[PATCH 0/5] sky2: driver update
 2008-06-03  6:16 UTC  (4+ messages)
` [PATCH 2/5] sky2: don't warn if page allocation fails

howto use ioremap_wc?
 2008-06-03  2:18 UTC  (5+ messages)

[PATCH 1/1] [DCCP][QPOLICY]: Make information about qpolicies available to userspace
 2008-06-02 21:56 UTC  (3+ messages)

[PATCH] SMSC LAN911x and LAN921x vendor driver
 2008-06-02 19:03 UTC  (8+ messages)

[PATCH] correct handling of return value from platform_device_register_simple
 2008-06-02 18:46 UTC 

[RFC] Running single tests via ethtool
 2008-06-02 17:46 UTC  (3+ messages)

Broadcast 3D Character Generator SD and HD free Demo release
 2008-06-02 16:54 UTC 


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).