netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-10-05 11:42:29 to 2009-10-07 09:10:00 UTC [more...]

[PATCH net-next-2.6] be2net: Get rid of net_device_stats from adapter
 2009-10-07  9:09 UTC 

[PATCH 00/11] Gigaset driver patches for 2.6.32 (v3)
 2009-10-07  8:30 UTC  (14+ messages)
` [PATCH 01/11] gigaset: fix reject/hangup handling
` [PATCH 02/11] gigaset: linearize skb
` [PATCH 03/11] gigaset: handle isoc frame errors more gracefully
` [PATCH 04/11] gigaset: announce if built with debugging
` [PATCH 05/11] gigaset: fix device ERROR response handling
  ` [PATCH 06/11] gigaset: improve error recovery
  ` [PATCH 07/11] gigaset: correct debugging output selection
  ` [PATCH 09/11] gigaset: prepare for CAPI implementation
  ` [PATCH 11/11] gigaset: add Kernel CAPI interface (v3)
` [PATCH 08/11] gigaset: add kerneldoc comments
` [PATCH 10/11] gigaset: allow building without I4L

[PATCH] dcb: data center bridging ops should be r/o
 2009-10-07  8:30 UTC  (3+ messages)

[PATCH v2] net: mark net_proto_ops as const
 2009-10-07  8:30 UTC  (2+ messages)

[PATCH] make TLLAO option for NA packets configurable
 2009-10-07  8:29 UTC  (4+ messages)

[PATCH] Use sk_mark for routing lookup in more places
 2009-10-07  8:29 UTC  (6+ messages)
  ` [PATCH] Use sk_mark for IPv6 routing lookups

[PATCH] ethtool: Add reset operation
 2009-10-07  8:29 UTC  (2+ messages)

[RFC][PATCH] ethtool: Add reset operation
 2009-10-07  8:28 UTC  (4+ messages)

[PATCH] net/ppp: fix comments - ppp_{sync,asynctty}_receive() may sleep
 2009-10-07  8:28 UTC  (2+ messages)

[RFC take2] pkt_sched: gen_estimator: Dont report fake rate estimators
 2009-10-07  8:27 UTC  (4+ messages)

[PATCH] Use sk_mark for routing lookup in more places
 2009-10-07  8:27 UTC  (4+ messages)

[PATCH net-next-2.6 v2] bonding: introduce primary_reselect option
 2009-10-07  8:25 UTC  (4+ messages)

[PATCH][RESEND 3] IPv6: 6rd tunnel mode
 2009-10-07  8:24 UTC  (3+ messages)

[PATCH] add vif using local interface index instead of IP
 2009-10-07  8:23 UTC  (2+ messages)

[PATCH net-next-2.6] bonding: remove useless assignment
 2009-10-07  8:05 UTC  (3+ messages)

[net-next-2.6 PATCH V2] can: add TI CAN (HECC) driver
 2009-10-07  7:15 UTC  (2+ messages)

[PATCH 0/4] ISDN patches for 2.6.32 (v3)
 2009-10-07  6:38 UTC  (7+ messages)
  ` [PATCH 1/4] Documentation: expand isdn/INTERFACE.CAPI document
` [PATCH 2/4] isdn: accept CAPI Informational Info values as success
` [PATCH 3/4] isdn: avoid races in capidrv
` [PATCH 4/4] isdn: make capidrv module parameter "debugmode" writeable

[RFC net-next-2.6] net: speedup sk_wake_async()
 2009-10-07  5:35 UTC  (8+ messages)
    ` [PATCH] udp: extend hash tables to 256 slots

[PATCH] netxen: Fix Unlikely(x) > y
 2009-10-07  5:34 UTC  (2+ messages)

[PATCH net-next] myri10ge: add adaptive coalescing
 2009-10-07  5:25 UTC  (5+ messages)

skb_shinfo(skb)->nr_frags > 0 while skb_is_gso(skb) == 0?
 2009-10-07  1:37 UTC  (3+ messages)

[PATCH 3/3] be2net: Bug fix to properly update ethtool tx-checksumming after ethtool -K <ifname> tx off
 2009-10-07  0:35 UTC  (2+ messages)

[PATCH 2/3] be2net: Fix a typo in be_cmds.h
 2009-10-07  0:35 UTC  (2+ messages)

[PATCH 1/3] be2net: Bug Fix while accounting of multicast frames during netdev stats update
 2009-10-07  0:35 UTC  (2+ messages)

[net-2.6 PATCH 0/3] qlge: Fixes for qlge
 2009-10-07  0:35 UTC  (5+ messages)
` [net-2.6 PATCH 1/3] qlge: Fix some bit definitions for reset register
` [net-2.6 PATCH 2/3] qlge: Fix queueing of firmware handler in ISR
` [net-2.6 PATCH 3/3] qlge: Fix lock/mutex warnings

[Bugme-new] [Bug 14336] New: [Pardus] Soft Lockup Problem with Attansic Ethernet Card
 2009-10-06 23:39 UTC  (3+ messages)

[net-next-2.6 PATCH 1/9] vxge: Modify __vxge_hw_device_is_privilaged() to not assume function-0 as the privileged function: Resubmit#1
 2009-10-06 23:22 UTC  (3+ messages)

alt1c: ethernet driver bug
 2009-10-06 23:10 UTC 

[net-next-2.6 PATCH 01/15] igb: remove unused temp variable from stats clearing path
 2009-10-06 22:22 UTC  (31+ messages)
` [net-next-2.6 PATCH 02/15] igb: update comments for serdes config and update to handle duplex
` [net-next-2.6 PATCH 03/15] igb: update the approach taken to acquiring and releasing the phy lock
` [net-next-2.6 PATCH 04/15] igb: add locking to reads of the i2c interface
` [net-next-2.6 PATCH 05/15] igb: add combined function for setting rar and pool bits
` [net-next-2.6 PATCH 06/15] igb: make use of the uta to allow for promiscous mode filter
` [net-next-2.6 PATCH 07/15] igb: add support for 82576NS SerDes adapter
` [net-next-2.6 PATCH 08/15] igb: add function to handle mailbox lock
` [net-next-2.6 PATCH 09/15] igb: fix a few items where weren't correctly setup for mbx timeout
` [net-next-2.6 PATCH 10/15] igb: change how we handle alternate mac addresses
` [net-next-2.6 PATCH 11/15] igb: remove microwire support from igb
` [net-next-2.6 PATCH 12/15] igb: move the generic copper link setup code into e1000_phy.c
` [net-next-2.6 PATCH 13/15] igb: add code to retry a phy read in the event of failure on link check
` [net-next-2.6 PATCH 14/15] igb: add additional error handling to the phy code
` [net-next-2.6 PATCH 15/15] igb: add flushes between RAR writes when setting mac address

[PATCH 1/5] rndis_host: support ETHTOOL_GPERMADDR
 2009-10-06 22:01 UTC  (3+ messages)
` Just "[PATCH]..." -- "

r8169 chips on some Intel D945GSEJT boards fail to work after PXE boot
 2009-10-06 21:56 UTC  (5+ messages)

[PATCH] ipv4: arp_notify address list bug
 2009-10-06 21:19 UTC  (7+ messages)

[PATCH RFC] isdn/capi: fix up CAPI subsystem workaround locking a bit
 2009-10-06 21:01 UTC  (7+ messages)

[PATCH] sb1250-mac: duplicate setting of bit V_MAC_RX_PL_THRSH(4) in sbmac_channel_start()
 2009-10-06 20:07 UTC 

[PATCH] au1000_eth: Duplicate test of RX_OVERLEN bit in update_rx_stats()
 2009-10-06 19:54 UTC  (2+ messages)

[PATCH 7/8] [RFC] CAIF Protocol Stack
 2009-10-06 19:41 UTC  (3+ messages)
` [7/8,RFC] "

[PATCH 2.6.32-rc3] net: VMware virtual Ethernet NIC driver: vmxnet3
 2009-10-06 19:12 UTC 

[PATCH 6/8] [RFC] CAIF Protocol Stack
 2009-10-06 19:06 UTC  (3+ messages)
` [6/8,RFC] "

[PATCH 5/8] [RFC] CAIF Protocol Stack
 2009-10-06 19:01 UTC  (3+ messages)
` [5/8,RFC] "

[PATCH 1/8] [RFC] CAIF Protocol Stack
 2009-10-06 19:00 UTC  (3+ messages)
` [1/8,RFC] "

Support of multiple default routes in Linux ?
 2009-10-06 18:02 UTC  (2+ messages)

[PATCH] iproute2 add hoplimit and reordering route options usage and parsing
 2009-10-06 17:34 UTC  (6+ messages)
    ` [PATCH] iproute2 add hoplimit parsing and update usage and documentation

query: TCPCT setsockopt kmalloc's
 2009-10-06 16:31 UTC  (2+ messages)

[PATCH net-next-2.6 0/3] bonding: TLB / ALB changes
 2009-10-06 16:27 UTC  (5+ messages)
` [PATCH 1/3] bonding: allow previous slave to be used when re-balancing traffic on tlb/alb interfaces

[PATCH] pasemi_mac: ethtool get settings fix
 2009-10-06 16:11 UTC  (6+ messages)
  ` [PATCH] pasemi_mac: ethtool set settings support

[PATCH] net: add support for STMicroelectronics Ethernet controllers
 2009-10-06 13:42 UTC  (5+ messages)

[PATCH] ethoc: limit the number of buffers to 128
 2009-10-06 13:25 UTC 

Adding to linux-next?
 2009-10-06 11:57 UTC  (2+ messages)

[PATCH] net/hamradio: fix test in receive()
 2009-10-06 11:20 UTC 

Claims Of 1,000,000.00 GBP
 2009-10-06 10:11 UTC 

[PATCH] connector: Fix incompatible pointer type warning
 2009-10-06  8:40 UTC  (2+ messages)

[PATCH] ethtool: add register dump support for the stmmac driver
 2009-10-06  7:51 UTC 

[net-next-2.6 PATCH 6/9] vxge: Check if FCS stripping is disabled by the firmware
 2009-10-06  6:47 UTC  (5+ messages)

[r8169.c] support for 8168D/DP was Re: r8169 chips on some Intel D945GSEJT boards fail to work after
 2009-10-06  6:05 UTC 

[PATCH net-2.6 V2] tg3: Fix phylib locking strategy
 2009-10-06  5:45 UTC  (2+ messages)

[PATCH 0/4][RFC]: coding convention for CCID-struct prefixes
 2009-10-06  5:36 UTC  (5+ messages)

tg3: bug report, driver freeze (transmit timed out), ifdown+ifup makes interface work again
 2009-10-06  4:21 UTC  (2+ messages)

[net-next-2.6 PATCH 8/9] vxge: Acquire correct lock based on interrupt context
 2009-10-06  4:18 UTC  (6+ messages)

[PATCH net-2.6] tg3: Fix phylib locking strategy
 2009-10-06  0:03 UTC  (3+ messages)

[PATCH 00/21] pr_dbg, pr_fmt
 2009-10-05 21:28 UTC  (5+ messages)
` [PATCH 21/21] drivers/net/tlan.h: Convert printk(KERN_DEBUG to pr_dbg(

[PATCH net-next-2.6] bonding: fix a parameter name in error message
 2009-10-05 20:11 UTC 

[PATCH] Wireless / ath5k: Simplify suspend and resume callbacks
 2009-10-05 19:40 UTC  (2+ messages)

[PATCH] TCPCT+1: initial SYN exchange with SYNACK data
 2009-10-05 17:42 UTC  (5+ messages)

[PATCH 1/7] mlx4: Added interrupts test support
 2009-10-05 16:18 UTC  (4+ messages)

[PATCH] add maintainer for network drop monitor kernel service
 2009-10-05 13:56 UTC 

[PATCH] Add sk_mark route lookup support for IPv4 listening sockets, and for IPv4 multicast forwarding
 2009-10-05 13:46 UTC 

[net-next-2.6 PATCH 9/9] vxge: Version update
 2009-10-05 11:59 UTC 

[net-next-2.6 PATCH 7/9] vxge: Allow multiple functions with INTA
 2009-10-05 11:57 UTC 

[net-next-2.6 PATCH 5/9] vxge: Removed unused functions
 2009-10-05 11:55 UTC 

[net-next-2.6 PATCH 4/9] vxge: Fixed crash in PAE system due to wrong typecasting
 2009-10-05 11:54 UTC 

[net-next-2.6 PATCH 3/9] vxge: Removed accessing non-supported registers
 2009-10-05 11:53 UTC 

[net-next-2.6 PATCH 2/9] vxge: Update driver_config->vpath_per_dev for each function in probe
 2009-10-05 11:52 UTC 

[PATCH] Use sk_mark for routing lookup in more places
 2009-10-02  6:08 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).