netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-12-12 16:37:49 to 2008-12-15 09:01:15 UTC [more...]

[NET-NEXT PATCH] ixgbe: fix dma mapping unbalance
 2008-12-15  9:01 UTC  (2+ messages)

[PATCH] smsc9420: add ethtool register dump support
 2008-12-15  9:00 UTC  (2+ messages)

[PATCH net] Phonet: ensure GPRS device does not go away during TX work
 2008-12-15  8:54 UTC  (3+ messages)
` [PATCH net-2.6] Phonet: keep TX queue disabled when the device is off

[patch 0/4] s390: qeth fixes 2.6.29
 2008-12-15  8:46 UTC  (2+ messages)

[problem] Duplicate IP and MAC address ARP issue
 2008-12-15  8:45 UTC  (2+ messages)
  `  "

[PATCH 1/1] SCHED: netem: Correct documentation comment in code
 2008-12-15  8:39 UTC  (2+ messages)

[PATCH] AF_VMCHANNEL address family for guest<->host communication
 2008-12-15  8:27 UTC  (6+ messages)

[PATCH] replace deprecated RW_LOCK_UNLOCKED in net/dccp/proto.c
 2008-12-15  8:20 UTC  (3+ messages)
  ` [PATCH] update rwlock initialization for nat_table

[Bugme-new] [Bug 12228] New: D-Link 530 TX Rev. C2 not working
 2008-12-15  8:18 UTC 

bnx2x machine check in bnx2x_ack_int()
 2008-12-15  8:03 UTC  (2+ messages)

IFF_RUNNING without carrier after reboot
 2008-12-15  7:36 UTC  (4+ messages)

[PATCH 00/11]: error/return path joining
 2008-12-15  7:20 UTC  (14+ messages)
` [PATCH 01/11] icsk: join error paths using goto
  ` [PATCH 02/11] xfrm6_tunnel: "
    ` [PATCH 03/11] ipv6/mcast: "
      ` [PATCH 04/11] ip6mr: use goto to common label instead of opencoding
        ` [PATCH 05/11] xfrm: join error paths
          ` [PATCH 06/11] can: merge "
            ` [PATCH 07/11] ax25: join the return paths that free skb
              ` [PATCH 08/11] bt/rfcomm/tty: join error paths
                ` [PATCH 09/11] irda: merge exit paths
                  ` [PATCH 10/11] nf/dccp: merge errorpaths
                    ` [PATCH 11/11] rpc/rdma: goto instead of copypaste

[RFC PATCH 0/9] IrDA 2.6.28 bug fix
 2008-12-15  7:08 UTC  (11+ messages)
` [RFC PATCH 1/9] irda: Introduce irda_alloc_skb
` [RFC PATCH 2/9] irda: stack should call irda_get_skb_cb()
` [RFC PATCH 3/9] irda: IrDA drivers "
` [RFC PATCH 4/9] irda: reserve irda_skb on sock_alloc_send_skb() skbs
` [RFC PATCH 5/9] irda: Introduce irda_dev_alloc_skb
` [RFC PATCH 6/9] irda: Drivers should use irda_dev_alloc_skb() on the RX path
` [RFC PATCH 7/9] irda: Stack RX path callers should use irda_dev_alloc_skb
` [RFC PATCH 8/9] irda: Add a WARN_ON when our head room is too small
` [RFC PATCH 9/9] irda: Fix irda_skb_cb size

kernel panics with net_rx_action on kernels >2.6.26
 2008-12-15  6:48 UTC 

Detecting backup slaves of bonding interface in network driver
 2008-12-15  5:08 UTC  (4+ messages)

[0/8] net: Generic Receive Offload
 2008-12-15  3:40 UTC  (45+ messages)
` [PATCH 1/8] net: Add frag_list support to skb_segment
` [PATCH 3/8] net: Add Generic Receive Offload infrastructure
` [PATCH 4/8] ipv4: Add GRO infrastructure
` [PATCH 6/8] tcp: Add GRO support
` [PATCH 7/8] ethtool: Add GGRO and SGRO ops
  ` [PATCH 2/8] net: Add frag_list support to GSO
  ` [PATCH 5/8] net: Add skb_gro_receive
  ` [PATCH 8/8] e1000e: Add GRO support

[RFC] Add /proc/sys/net/sctp/sctp_ecn ECN control
 2008-12-15  1:12 UTC  (2+ messages)

info
 2008-12-14 23:07 UTC 

[PATCH] isdn: eicon: fix sparse warning: make global functions static
 2008-12-14 22:19 UTC  (2+ messages)

[PATCH] net: Remove a noisy printk
 2008-12-14 20:15 UTC  (6+ messages)

[PATCH] l2tp: fix UDP checksum support
 2008-12-14 16:41 UTC 

BUG - ath9k keep on disconnecting in 2.6.28-rc8
 2008-12-14 15:14 UTC  (4+ messages)

[PATCH 7/7] dccp ccid-2: Phase out the use of boolean Ack Vector sysctl
 2008-12-14 14:50 UTC  (10+ messages)
` net-next-2.6 [PATCH 0/5] dccp: Feature negotiation part III -- complete
  ` [PATCH 1/5] dccp: Initialisation framework for feature negotiation
    ` [PATCH 2/5] dccp: Auto-load (when supported) CCID plugins for negotiation
      ` [PATCH 3/5] dccp: Implement both feature-local and feature-remote Sequence Window feature
        ` [PATCH 4/5] dccp: Initialisation and type-checking of feature sysctls
          ` [PATCH 5/5] dccp: Debugging functions for feature negotiation

[RFC PATCH 0/2] unify full duplex flow control resolution
 2008-12-14 12:38 UTC  (3+ messages)
` [RFC PATCH 1/2] move flow control definitions to mii.h
  ` [RFC PATCH 2/2] refactor full duplex flow control resolution

BUG - ath9k keep on disconnecting in 2.6.28-rc8-tip
 2008-12-14  8:14 UTC 

linux-next: Tree for December 12 (netdev ops)
 2008-12-14  5:26 UTC 

[PATCH] ipmr: merge common code
 2008-12-13 19:59 UTC 

[PATCH] hp100: use roundup instead of open coding
 2008-12-13 19:35 UTC 

[PATCH 00/11]: error/return path joining
 2008-12-13 19:21 UTC  (12+ messages)
` [PATCH 01/11] icsk: join error paths using goto
  ` [PATCH 02/11] xfrm6_tunnel: "
    ` [PATCH 03/11] ipv6/mcast: "
      ` [PATCH 04/11] ip6mr: use goto to common label instead of opencoding
        ` [PATCH 05/11] xfrm: join error paths
          ` [PATCH 06/11] can: merge "
            ` [PATCH 07/11] ax25: join the return paths that free skb
              ` [PATCH 08/11] bt/rfcomm/tty: join error paths
                ` [PATCH 09/11] irda: merge exit paths
                  ` [PATCH 10/11] nf/dccp: merge errorpaths
                    ` [PATCH 11/11] rpc/rdma: goto instead of copypaste

[Patch] Micrel KS8695 intergrated ethernet driver
 2008-12-13 19:07 UTC  (4+ messages)

2.6.28-rc8-git1: Reported regressions from 2.6.27
 2008-12-13 16:33 UTC  (2+ messages)
` [Bug #12160] networking oops after resume from s2ram (2.6.28-rc6)

[PATCH 00/33] sfc version 2.3
 2008-12-13 14:01 UTC  (74+ messages)
  ` [PATCH 01/33] sfc: Board support fixes
  ` [PATCH 02/33] sfc: Change SPI lengths to type size_t
  ` [PATCH 03/33] sfc: Do not use pci_disable_device() to disable bus mastering
  ` [PATCH 04/33] sfc: Remove unneeded register write
  ` [PATCH 05/33] sfc: Correct interpretation of second param to ethtool phys_id()
  ` [PATCH 06/33] sfc: Make reset_workqueue driver-global rather than per-NIC
  ` [PATCH 07/33] sfc: Clean up waits for flash/EEPROM operations
  ` [PATCH 08/33] sfc: Work around unreliable strap pins
  ` [PATCH 09/33] sfc: Restore phy_flash_cfg module parameter
  ` [PATCH 13/33] sfc: Don't count RX checksum errors during loopback self-test
  ` [PATCH 14/33] sfc: Remove MII extension cruft
  ` [PATCH 15/33] sfc: Add support for MMDs numbered >15
  ` [PATCH 16/33] sfc: Add phy_type device attribute
  ` [PATCH 17/33] sfc: Clean up board identification
  ` [PATCH 18/33] sfc: Clean up MDIO flag setting
  ` [PATCH 19/33] sfc: Add support for sub-10G speeds
  ` [PATCH 20/33] sfc: Implement auto-negotiation
  ` [PATCH 21/33] sfc: Rework MAC, PHY and board event handling
  ` [PATCH 22/33] sfc: Add support for Solarflare 10Xpress SFT9001
  ` [PATCH 23/33] sfc: Add support for SFN4111T
  ` [PATCH 25/33] sfc: Generate unique names for per-NIC workqueues
  ` [PATCH 26/33] sfc: Remove leading spaces
  ` [PATCH 27/33] sfc: Specify a meaningful component for loopback RX-side and PHY tests
  ` [PATCH 28/33] sfc: Use mutex_lock_interruptible() for ethtool EEPROM access
  ` [PATCH 29/33] sfc: Use model numbers for PHY type names
  ` [PATCH 30/33] sfc: Treat probe as unsuccessful if it scheduled a reset
  ` [PATCH 31/33] sfc: Use kzalloc() to ensure struct efx_spi_device is fully initialised
` [PATCH 10/33] sfc: Add option to use a separate channel for TX completions
` [PATCH 11/33] sfc: Provide hints to irqbalance daemon
` [PATCH 12/33] sfc: Abbreviate self-test names so they are not truncated
` [PATCH 24/33] sfc: Fix format arguments for warning about MSI-X allocation
` [PATCH 32/33] sfc: Fix synchronisation of efx_mtd_{probe,rename,remove}
` [PATCH 33/33] sfc: Version 2.3

pull request: wireless-next-2.6 2008-12-12
 2008-12-13  6:36 UTC  (3+ messages)

[PATCH 0/2] Additions to new smsc9420 driver
 2008-12-13  6:32 UTC  (5+ messages)
` [PATCH 1/2] smsc9420: add netpoll support
  ` [PATCH 2/2] smsc9420: add ethtool eeprom support

[PATCH] smsc911x: make smsc911x_poll_controller static
 2008-12-13  6:31 UTC  (2+ messages)

[PATCH 9/9][v2] mISDN: hfcmulti: use __iomem address space modifier
 2008-12-13  5:20 UTC  (2+ messages)

[PATCH 8/9][v2] mISDN: timerdev: use __user for mISDN_read's buffer argument
 2008-12-13  5:19 UTC  (2+ messages)

[PATCH 7/9][v2] mISDN: comment out unused symbols
 2008-12-13  5:18 UTC  (2+ messages)

[PATCH 6/9][v2] mISDN: fix sparse warning: symbol 'id' shadows an earlier one
 2008-12-13  5:17 UTC  (2+ messages)

[PATCH 5/9][v2] mISDN: fix sparse warning: symbol 'nskb' shadows an earlier one
 2008-12-13  5:17 UTC  (2+ messages)

[PATCH 4/9][v2] mISDN: un-export symbol 'plx_lock'
 2008-12-13  5:16 UTC  (2+ messages)

[PATCH 3/9][v2] mISDN: make global symbols static or include header files
 2008-12-13  5:15 UTC  (2+ messages)

[PATCH 2/9][v2] mISDN: consistently define 'debug' as '*u_int'
 2008-12-13  5:14 UTC  (2+ messages)

[PATCH 1/9][v2] mISDN: use NULL pointer instead of plain integer
 2008-12-13  5:13 UTC  (2+ messages)

[PATCH v2 0/5] fs: Scalability of sockets/pipes allocation/deallocation on SMP
 2008-12-13  2:07 UTC  (7+ messages)
  ` [PATCH v3 6/7] fs: struct file move from call_rcu() to SLAB_DESTROY_BY_RCU

[PATCH 2.6.29] cxgb3 - Add multiple Tx queue support
 2008-12-13  1:47 UTC 

networking probs in next-20081203
 2008-12-12 21:40 UTC  (14+ messages)
  ` [E1000-devel] "

[Bugme-new] [Bug 12201] New: long wait in call_usermodehelper() / queue_work() / wait_for_completion()
 2008-12-12 19:51 UTC  (7+ messages)

[PATCH][RFC 0/23] New SCSI target framework (SCST) and 4 target drivers
 2008-12-12 19:37 UTC  (10+ messages)
` [PATCH][RFC 21/23]: iSCSI target driver
` [PATCH][RFC 23/23]: Support for zero-copy TCP transmit of user space data

[PATCH 1/2] IPROUTE: add support for skbedit action
 2008-12-12 18:44 UTC  (3+ messages)

[PATCH] net: eliminate warning from NETIF_F_UFO on bridge
 2008-12-12 18:27 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).