netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-02-06 20:19:17 to 2010-02-09 09:20:15 UTC [more...]

[PATCH 00/13] net: simplify seq_file code, revised
 2010-02-09  9:20 UTC  (8+ messages)
` [PATCH 01/13] seq_file: Add helpers for iteration over a hlist
` [PATCH 02/13] net: add a wrapper sk_entry()
` [PATCH 03/13] net: x25: use seq_hlist_foo() helpers
` [PATCH 04/13] net: rose: "
` [PATCH 05/13] net: packet: "
` [PATCH 07/13] net: ax25: "
` [PATCH 08/13] net: appletalk: "

[Bugme-new] [Bug 15239] New: Problem with network performance after a while
 2010-02-09  7:46 UTC  (11+ messages)

Problem wit route cache
 2010-02-09  7:31 UTC  (22+ messages)
              ` [PATCH] dst: call cond_resched() in dst_gc_task()

[GIT]: Networking
 2010-02-09  6:59 UTC 

[PATCH 00/13] net: simplify seq_file code
 2010-02-09  6:57 UTC  (4+ messages)
` [PATCH 11/13] net: irda: use seq_list_foo() helpers

Pull request: bluetooth-2.6 2010-02-05
 2010-02-09  6:50 UTC  (2+ messages)

[PATCH 8/11] drivers/net: Correct NULL test
 2010-02-09  6:44 UTC  (2+ messages)

[PATCH] MAINTAINERS: networking drivers - Add git net-next tree
 2010-02-09  6:42 UTC  (2+ messages)

[PATCH] net/sched: Fix module name in Kconfig
 2010-02-09  6:41 UTC  (3+ messages)

[PATCH net-2.6] cxgb3: fix GRO checksum check
 2010-02-09  6:37 UTC  (2+ messages)

[net-next PATCH v2 2/3] net: TCP thin linear timeouts
 2010-02-09  6:31 UTC  (3+ messages)

[PATCH 1/2] IPv6: keep permanent addresses on admin down
 2010-02-09  5:48 UTC  (2+ messages)
` [PATCH 2/2] IPv6: remove trivial nested _bh suffix

[PATCH net-next-2.6] be2net: bug fix in be_read_eeprom
 2010-02-09  3:51 UTC 

[PATCH 0/3 v3] macvtap driver
 2010-02-09  3:25 UTC  (7+ messages)
` [PATCH 0/3 v4] "

linux-next: manual merge of the net tree with the wireless-current tree
 2010-02-09  3:20 UTC  (2+ messages)

[PATCH 1/1 net-next] virtio_net: remove send queue
 2010-02-09  0:14 UTC 

PROBLEM: oops w/ bridge in 2.6.32.7
 2010-02-08 23:47 UTC  (2+ messages)

MAX_SKB_FRAGS and GRO
 2010-02-08 22:21 UTC  (7+ messages)

[PATCH 0/3][v2] tcp: fix ICMP-RTO war
 2010-02-08 21:58 UTC  (4+ messages)

[PATCH 2.6.33 3/3] net: Makefile change for KSZ884X driver
 2010-02-08 21:40 UTC 

[PATCH 2.6.33 2/3] net: Kconfig change for KSZ884X driver
 2010-02-08 21:38 UTC 

[PATCH v2 00/41] CAPI: Major rework, tons of bug fixes
 2010-02-08 21:38 UTC  (43+ messages)
` [PATCH v2 01/41] CAPI: Fix leaks in capifs_new_ncci
` [PATCH v2 02/41] CAPI: Sanitize capifs API
` [PATCH v2 03/41] CAPI: Eliminate capifs_root variable
` [PATCH v2 04/41] CAPI: Pin capifs instead of mounting it
` [PATCH v2 05/41] CAPI: Reduce chattiness during module loading/removal
` [PATCH v2 06/41] CAPI: Call a controller 'controller', not 'card'
` [PATCH v2 07/41] CAPI: Convert capi drivers rwlock into mutex
` [PATCH v2 08/41] CAPI: Rework capi_ctr_ready/down
` [PATCH v2 09/41] CAPI: Rework controller state notifier
` [PATCH v2 10/41] CAPI: Rework locking of controller data structures
` [PATCH v2 11/41] CAPI: Rework application locking
` [PATCH v2 12/41] CAPI: Reduce #ifdef mess around CONFIG_ISDN_CAPI_MIDDLEWARE
` [PATCH v2 13/41] CAPI: Convert capidev_list_lock into a mutex
` [PATCH v2 14/41] CAPI: Clean up capi_open/release
` [PATCH v2 15/41] CAPI: Rework locking of capidev members
` [PATCH v2 16/41] CAPI: Use non-atomic allocation during NCCI setup
` [PATCH v2 17/41] CAPI: Fix racy capi_read
` [PATCH v2 18/41] CAPI: Switch NCCI list to standard doubly linked list
` [PATCH v2 19/41] CAPI: Switch capiminor list to array
` [PATCH v2 20/41] CAPI: Clean up capinc_tty_init/exit
` [PATCH v2 21/41] CAPI: Dynamically register minor devices
` [PATCH v2 22/41] CAPI: Use dynamic major for NCCI TTYs by default
` [PATCH v2 23/41] CAPI: Use kref on capiminor
` [PATCH v2 24/41] CAPI: Establish install/cleanup handlers for capiminor TTYs
` [PATCH v2 25/41] CAPI: Use tty_port to keep track of capiminor's tty
` [PATCH v2 26/41] CAPI: Drop remaining NULL checks on tty->driver_data
` [PATCH v2 27/41] CAPI: Issue synchronous hangup on capincci_free_minor
` [PATCH v2 28/41] CAPI: Drop obsolete nccip from capiminor struct
` [PATCH v2 29/41] CAPI: Clean up capiminors_lock
` [PATCH v2 30/41] CAPI: Drop atomic ttyopencount
` [PATCH v2 31/41] CAPI: Drop handle_minor_recv from capinc_tty_write
` [PATCH v2 32/41] CAPI: Rework capiminor RX handler
` [PATCH v2 33/41] CAPI: Rename datahandle_queue -> ackqueue_entry
` [PATCH v2 34/41] CAPI: Use atomics for capiminor's datahandle and msgid
` [PATCH v2 35/41] CAPI: Drop capiminor's unused inbytes counter
` [PATCH v2 36/41] CAPI: Fix locking around capiminor's output queue and drop workaround_lock
` [PATCH v2 37/41] CAPI: Clean up capiminor_*_ack
` [PATCH v2 38/41] CAPI: Drop return value of handle_minor_send
` [PATCH v2 39/41] CAPI: Drop special controller lookup from capi20_put_message
` [PATCH v2 40/41] CAPI: Schedule capifs for removal
` [PATCH v2 41/41] CAPI: Remove experimental tag from middleware feature

[PATCH 2.6.33 1/3] net: Micrel KSZ8841/2 PCI Ethernet driver
 2010-02-08 21:36 UTC 

netconsole dumbs the system (in initramfs with bonding and vlan)
 2010-02-08 21:01 UTC 

2.6.33-rc7: Reported regressions from 2.6.32
 2010-02-08 20:34 UTC  (3+ messages)
      ` [Bug #15196] kmem_cache_create: duplicate cache ccid2_h

netfilter 00/05: netfilter fixes
 2010-02-08 19:15 UTC  (7+ messages)
` netfilter 01/05: nf_conntrack: fix memory corruption with multiple namespaces
` netfilter 02/05: nf_conntrack: per netns nf_conntrack_cachep
` netfilter 03/05: nf_conntrack: restrict runtime expect hashsize modifications
` netfilter 04/05: xtables: compat out of scope fix
` netfilter 05/05: nf_conntrack: fix hash resizing with namespaces

VLAN egress performance
 2010-02-08 16:58 UTC  (4+ messages)

[RFC Patch] net: reserve ports for applications using fixed port numbers
 2010-02-08 16:51 UTC  (6+ messages)

[RFC]: xfrm by mark
 2010-02-08 15:56 UTC  (7+ messages)

ipv6: fib: fix crash when changing large fib while dumping it
 2010-02-08 15:19 UTC 

[PATCH net-next-2.6] macb: straighten out macb_mii_probe function
 2010-02-08 15:12 UTC 

smsc911x suspend/resume
 2010-02-08 15:10 UTC  (11+ messages)

rps: question
 2010-02-08 15:09 UTC  (3+ messages)

[net-next PATCH v2 0/3] net: TCP thin-stream latency-improving modifications
 2010-02-08 14:25 UTC 

[PATCH for 2.6.33] conntrack: restrict runtime hashsize modifications
 2010-02-08 14:35 UTC  (8+ messages)

[PATCH net-next-2.6] net: use netdev_mc_count and netdev_mc_empty when appropriate
 2010-02-08 14:30 UTC 

[net-next PATCH v2 3/3] net: TCP thin dupack
 2010-02-08 14:25 UTC 

[net-next PATCH v2 1/3] net: TCP thin-stream detection
 2010-02-08 14:25 UTC 

[PATCH] IPv6:Send an ICMPv6 "Fragment Reassembly Timeout" message when enabling connection track
 2010-02-08 14:20 UTC  (4+ messages)

[PATCH] [V2] net: emaclite: adding MDIO and phy lib support
 2010-02-08 14:09 UTC 

Flooded with bonding: bond0: doing slave updates when interface is down
 2010-02-08 13:20 UTC 

[RFC 0/4] bond hashing revised
 2010-02-08 13:11 UTC  (5+ messages)
` [RFC 3/4] bond: support more Layer 4 protocols

[PATCH] vhost-net: switch to smp barriers
 2010-02-08  8:19 UTC  (6+ messages)

[PATCH 1/1] dccp: allow probing of CCID-array length
 2010-02-08  6:20 UTC 

linux-next: build failure after merge of the net tree
 2010-02-08  3:58 UTC  (3+ messages)

inet: Remove bogus IGMPv3 report handling
 2010-02-08  3:26 UTC 

[RFC Patch v2] net: reserve ports for applications using fixed port numbers
 2010-02-08  3:15 UTC  (5+ messages)
    ` [RFC Patch v2] net: reserve ports for applications using fixedport numbers

[PATCH 0/3] net: fec fixes
 2010-02-08  2:55 UTC  (3+ messages)
` [PATCH 1/3] fec: fix uninitialized rx buffer usage

2.6.33-rc7: Reported regressions 2.6.31 -> 2.6.32
 2010-02-08  0:13 UTC 

[2.6.33-rc only] kerneloops.org report for the week of Feb 7 2010 for the 2.6.33-rc kernel series
 2010-02-07 19:38 UTC 

[PATCH 1/3] sky2: resume clocks
 2010-02-07 16:28 UTC  (3+ messages)
` [PATCH 2/3]: sky2: disable ASF on Yukon Supreme
` [PATCH 3/3] sky2: receive checksum refactoring

[PATCH] tcp: fix ICMP-RTO war
 2010-02-07 10:28 UTC  (4+ messages)

[PATCH 2/2] sky2: Allocate initial skbs in sky2_alloc_buffers
 2010-02-07  9:56 UTC  (4+ messages)

Null dereference in uli526x_rx_packet()
 2010-02-07  7:15 UTC  (5+ messages)

bonding forwarding perf issues in 2.6.32.7 & 2.6.29.6
 2010-02-07  6:52 UTC  (3+ messages)

[PATCH 2/2] X25: Dont let x25_bind use addresses containing characters
 2010-02-06 23:17 UTC 

[PATCH 1/2] X25: Fix x25_create errors for bad protocol and ENOBUFS
 2010-02-06 23:16 UTC 

Some fixes and cleanups for DMFE nework driver
 2010-02-06 20:19 UTC  (6+ messages)
` [PATCH 2/6] DMFE: move pci ID definitions into pci_ids.h and clean up the code
` [PATCH 3/6] dmfe: workaround chipset bug
` [PATCH 4/6] DMFE: WOL fixes:
` [PATCH 5/6] DMFE: add .shutdown
` [PATCH 6/6] DMFE: don't reinitialize the hardware if device wasn't open


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