netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-06-04 10:54:03 to 2008-06-05 17:01:03 UTC [more...]

[PATCH v3 00/13] QLogic VNIC Driver
 2008-06-05 17:01 UTC  (10+ messages)
` [ofa-general] [PATCH v3 08/13] QLogic VNIC: sysfs interface implementation for the driver
  ` [ofa-general] "

[PATCH 12/12] BE NIC driver - Kconfig, Makefile, MAINTAINERS
 2008-06-05 16:49 UTC 

[PATCH 11/12] BE NIC driver - f/w header files
 2008-06-05 16:47 UTC 

[PATCH 10/12] BE NIC driver - f/w header files
 2008-06-05 16:46 UTC 

[PATCH 9/12] BE NIC driver - f/w header files
 2008-06-05 16:45 UTC 

[PATCH 8/12] BE NIC driver - beclib functions
 2008-06-05 16:44 UTC 

[PATCH 7/12] BE NIC driver - beclib functions
 2008-06-05 16:41 UTC 

[PATCH 6/12] BE NIC driver - beclib functions
 2008-06-05 16:40 UTC 

[PATCH 5/12] BE NIC driver - beclib header files
 2008-06-05 16:39 UTC 

[PATCH 4/12] BE NIC driver - beclib (h/w access lib) header files
 2008-06-05 16:37 UTC 

[PATCH] New maintainer for the mv643xx_eth driver
 2008-06-05 16:13 UTC  (2+ messages)

[PATCH 3/12] BE NIC driver - net_object i/f functions, Makefile
 2008-06-05 16:36 UTC 

[PATCH 2/12] BE NIC driver - interrupt, ethtool, stack i/f functions
 2008-06-05 16:35 UTC 

[PATCH 1/12] BE NIC driver - header and initialization functions
 2008-06-05 16:34 UTC 

[PATCH] firmware: convert Ambassador ATM driver to request_firmware()
 2008-06-05 16:06 UTC 

[PATCH][ATM] iphase: doesn't call phy->start due to a bogus #ifndef
 2008-06-05 16:17 UTC 

[PATCH][ATM] iphase: move suni_priv to suni.h
 2008-06-05 16:15 UTC 

[PATCH][ATM] iphase: set drvdata before enabling interrupts
 2008-06-05 16:14 UTC 

[PATCH][ATM] iphase: BUG: sleeping function called from invalid context
 2008-06-05 16:12 UTC 

[PATCH][ATM] he: fix for the dreaded "HBUF_ERR" bug
 2008-06-05 16:11 UTC 

[PATCH][ATM] br2684: Fix oops due to skb->dev being NULL
 2008-06-05 15:43 UTC 

DM9000 issue with mem resource management
 2008-06-05 15:42 UTC 

[dccp] [RFC/RFT] [Patch 0/2]: Test-tree update to handle retransmissions correctly
 2008-06-05 14:47 UTC  (4+ messages)
          ` [dccp] [RFC/RFT] [Patch 1/2]: Allow to distinguish original and retransmitted packets
              ` [dccp] [RFC/RFT] [Patch 2/2]: Combine the functionality of enqeueing and cloning

[PATCH] NET: DCB generic netlink interface
 2008-06-05 14:43 UTC  (6+ messages)
` [PATCH 1/3] [NET-NEXT]: Add DCB netlink interface definition

[PATCH] ipv6 addrconf: Ignore requests to set NODAD flag when changing addresses
 2008-06-05 14:32 UTC  (4+ messages)

[PATCH 00/39] mv643xx_eth: complete overhaul
 2008-06-05 14:08 UTC  (81+ 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

[PATCH net-next] netlink: Remove nonblock parameter from netlink_attachskb
 2008-06-05 14:24 UTC 

[fixed] [patch] Re: [bug] stuck localhost TCP connections, v2.6.26-rc3+
 2008-06-05 14:22 UTC  (10+ messages)

TCP_SKB_CB(skb)->flags = iph->tos ?
 2008-06-05 11:55 UTC  (3+ messages)

[PATCH 0/3] NET: Add support for VLAN feature flag propagation
 2008-06-05 11:07 UTC  (4+ messages)
` [PATCH 1/3] ixbge: allow vlan devices to use TSO and TCP CSUM offload
` [PATCH 2/3] igb: "
` [PATCH 3/3] e1000e: allow VLAN "

[PATCH] ipv6 netns: init net is used to set bindv6only for new sock
 2008-06-05 10:37 UTC 

[PATCH] Net: reorder udp_iter_state to remove padding on 64bit builds
 2008-06-05 10:33 UTC 

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

PATCH: fix bridged 802.3ad bonding
 2008-06-05 10:13 UTC  (9+ messages)

multicast with multiple devices
 2008-06-05  9:54 UTC  (2+ messages)

[patch 0/3] iucv / af_iucv patches for net-2.6.26
 2008-06-05  9:08 UTC  (4+ messages)
` [patch 1/3] iucv: fix section mismatch warning
` [patch 2/3] iucv: prevent cpu hotplug when walking cpu_online_map
` [patch 3/3] af_iucv: exploit target message class support of IUCV

[PATCH 12/12]: wext: Emit event stream entries correctly when compat
 2008-06-05  7:43 UTC  (4+ messages)

How I can reset TCP sockets after long suspend/resume cyscle
 2008-06-05  7:13 UTC  (10+ messages)

PATCH 2.6.27 update first comment in tulip files
 2008-06-05  6:38 UTC 

howto use ioremap_wc?
 2008-06-05  4:53 UTC  (3+ messages)

smc911x: Add AP325RXA board support
 2008-06-05  3:00 UTC  (2+ messages)

[PATCH 0/4] Fix forcedeth hibernate/wake-on-lan problems
 2008-06-05  2:38 UTC  (4+ messages)

[PATCH] ipv6 addrconf: Fix memory leak when deleting addresses
 2008-06-05  2:26 UTC 

[PATCH 00/13 net-next-2.6] [TIPC]: More minor fixes and enhancements
 2008-06-05  1:21 UTC  (2+ messages)

[PATCH] ipv4 addr: Send netlink notification for address label changes
 2008-06-05  0:02 UTC 

[GIT]: Networking
 2008-06-05  0:01 UTC 

[PATCH] ipv6 addrconf: Fix memory leak when deleting addresses
 2008-06-04 23:50 UTC 

[PATCH] forcedeth: msi interrupts
 2008-06-04 23:00 UTC  (3+ messages)

commit header lines
 2008-06-04 22:56 UTC 

[PATCH 2/2 try#2] L2TP: Fix possible oops if transmitting or receiving when tunnel goes down
 2008-06-04 22:55 UTC  (2+ messages)

[PATCH 0/12]: Proper compat WEXT support
 2008-06-04 22:48 UTC  (3+ messages)

[PATCH] Fix for race condition introduced by the temporary drop of the socket lock in skb_splice_bits
 2008-06-04 22:45 UTC  (3+ messages)
  ` [PATCH] Fix for race condition_introduced_by_the_temporary_drop_of_the_socket_ "

[PATCH 1/2][L2TP]: Fix possible WARN_ON from socket code when UDP socket is closed
 2008-06-04 22:36 UTC  (5+ messages)

WARNING: at net/ipv4/tcp_input.c:2213
 2008-06-04 22:29 UTC  (3+ messages)

[PATCH] net: via-velocity.c fix sleep-with-spinlock bug during MTU change
 2008-06-04 21:59 UTC  (4+ messages)

[PATCH] tcp: Increment OUTRSTS in tcp_send_active_reset()
 2008-06-04 22:20 UTC  (2+ messages)

[PATCH net-2.6] [RAW]: Raw socket leak
 2008-06-04 22:16 UTC  (2+ messages)

pull request: wireless-2.6 2008-06-04
 2008-06-04 22:04 UTC  (2+ messages)

RFC: Custom PHY device detection functions
 2008-06-04 20:55 UTC 

pull request: wireless-2.6 2008-06-03
 2008-06-04 20:54 UTC  (3+ messages)

[PATCH 2/2][L2TP]: Fix possible oops if transmitting or receiving when tunnel goes down
 2008-06-04 20:56 UTC 

[PATCH 0/6] [SCTP] Bug fixes
 2008-06-04 19:40 UTC  (13+ messages)
` [PATCH 1/6] SCTP: retran_path update bug fix
` [PATCH 2/6] SCTP: Move sctp_v4_dst_saddr out of loop
` [PATCH 3/6] SCTP: Correctly implement Fast Recovery cwnd manipulations
` [PATCH 4/6] SCTP: Start T3-RTX timer when fast retransmitting lowest TSN
` [PATCH 5/6] SCTP: Flush the queue only once during fast retransmit
` [PATCH 6/6] [SCTP]: Fix ECN markings for IPv6

[GIT PULL] IPv6 Fixes (Take 3)
 2008-06-04 19:36 UTC  (2+ messages)

[GIT PULL net-2.6] IPv6 fixes
 2008-06-04 19:17 UTC  (7+ messages)

WARNING: at net/ipv4/tcp_input.c
 2008-06-04 19:08 UTC  (4+ messages)
  ` [PATCH] tcp: fix skb vs fack_count out-of-sync condition

[PATCH] Cleanup use of deprecated calls to save_and_cli and restore_flags
 2008-06-04 19:06 UTC  (2+ messages)

[RFC PATCH] [XFRM] xfrm_algo: correct usage of RIPEMD-160
 2008-06-04 19:05 UTC  (4+ messages)

[git patches] net driver updates .27
 2008-06-04 19:03 UTC  (2+ messages)

[git patches] net driver fixes .26
 2008-06-04 18:55 UTC  (2+ messages)

[Bugme-new] [Bug 10790] New: driver "sunhme" experiences corrupt packets if machine has more than 2GB of memory
 2008-06-04 18:33 UTC  (4+ messages)

[PATCH] gianfar: Fix error in mdio reset timeout
 2008-06-04 18:20 UTC 

[Bugme-new] [Bug 10767] New: Seg Fault Instead of Swapping
 2008-06-04 18:20 UTC  (4+ messages)

[PATCH] macb: use random mac if stored address in EEPROM is invalid
 2008-06-04 17:44 UTC 

[GIT PULL 2.6.25.4] IPv6 Updates (Take 2)
 2008-06-04 17:38 UTC 

[GIT PULL net-2.6] IPv6 Updates (Take 2)
 2008-06-04 17:38 UTC 

Confirm Your Winning Amount
 2008-06-04 17:36 UTC 

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

[PATCH] SMSC LAN911x and LAN921x vendor driver
 2008-06-04 16:34 UTC  (2+ messages)

[PATCH] irda: driver for Freescale FIRI controller
 2008-06-04 15:45 UTC 

[PATCH 0/2] HTB scheduler HTB_HYSTERESIS modifications
 2008-06-04 15:31 UTC  (4+ messages)

[PATCH 1/1] [DCCP][QPOLICY]: Make information about qpolicies available to userspace
 2008-06-04 15:09 UTC  (4+ messages)

[bug] stuck localhost TCP connections, v2.6.26-rc3+
 2008-06-04 15:09 UTC  (12+ messages)

[PATCH net-next 2/13]bnx2x: Adding bnx2x_link
 2008-06-04 14:34 UTC  (4+ messages)
    ` MDIO clause 45 (was Re: [PATCH net-next 2/13]bnx2x: Adding bnx2x_link)

[RFC] Running single tests via ethtool
 2008-06-04 14:13 UTC  (3+ messages)

non-root, non-real network manipulation for netconf testing
 2008-06-04  9:13 UTC  (5+ messages)

[PATCH 1/2] IPV4: remove addresses and routes when carrier is lost
 2008-06-04 13:53 UTC  (7+ messages)

[net-2.6 patch 0/2][NETNS] netns fixes
 2008-06-04 13:50 UTC  (4+ messages)
` [net-2.6 patch 1/2][NETNS] fix device renaming for sysfs

Veth problems with bridge
 2008-06-04 13:42 UTC  (5+ messages)

[PATCH 1/3] [IPV6]: Do not change protocol for raw IPv6 sockets
 2008-06-04 12:57 UTC  (6+ messages)
` [PATCH 2/3] [IPV6]: inet_sk(sk)->cork.opt leak
` [PATCH 3/3] [IPV6]: Do not change protocol for UDPv6 sockets with pending sent data

[PATCH 9/12]: wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.c
 2008-06-04 12:20 UTC  (2+ messages)

[patch -v3 10/22] airo: use simple_read_from_buffer
 2008-06-04 11:56 UTC 

[PATCH][IPROUTE2] Support device movement between network namespaces
 2008-06-04 11:27 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).