netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-01-21 22:51:07 to 2009-01-23 17:09:08 UTC [more...]

[PATCH REPOST 0/6] convert arm platforms to smsc911x
 2009-01-23 17:07 UTC  (4+ messages)
` [PATCH 7/8] arm: convert omap ldp platform to use smsc911x

[GIT PULL -tip] fix 33 make headers_check warnings
 2009-01-23 17:09 UTC  (15+ messages)

speed regression in udp_lib_lport_inuse()
 2009-01-23 16:14 UTC  (12+ messages)

Mainline kernel OLTP performance update
 2009-01-23 16:01 UTC  (22+ messages)

[PATCH 0/21][next] qlge: Clean up and add firmware support
 2009-01-23 15:16 UTC  (22+ messages)
` [PATCH 01/21] [next] qlge: Change to device ID 8000 and corresponding flash access
` [PATCH 02/21] [next] qlge: Add new functions for signaling link up/down
` [PATCH 03/21] [next] qlge: Clean and optimize rx buf queue refill
` [PATCH 04/21] [next] qlge: Clean up adapter reset function
` [PATCH 05/21] [next] qlge: Add new function for MAC address and frame routing
` [PATCH 06/21] [next] qlge: Expand granularity on holding hardware semaphore
` [PATCH 07/21] [next] qlge: Remove lock protection in adapter up/down
` [PATCH 08/21] [next] qlge: Move interrupt enable to end of adapter up function
` [PATCH 09/21] [next] qlge: Upgrade print priority for hardware event handler
` [PATCH 10/21] [next] qlge: Cleanup rx buffer allocations
` [PATCH 11/21] [next] qlge: Cleanup spin lock usage for some register accesses
` [PATCH 12/21] [next] qlge: Clean up chip reset path
` [PATCH 13/21] [next] qlge: Cleanup MPI RISC "
` [PATCH 14/21] [next] qlge: Clean up MPI firware event handler
` [PATCH 15/21] [next] qlge: Get rid of local xgmac control
` [PATCH 16/21] [next] qlge: Add some constants for firmware support
` [PATCH 17/21] [next] qlge: Use new link up/down func FW event handler
` [PATCH 18/21] [next] qlge: Add new firmware event handlers for SFP
` [PATCH 19/21] [next] qlge: Set the MAC addr/frame routing after a firmware event
` [PATCH 20/21] [next] qlge: Add mailbox command support
` [PATCH 21/21] [next] qlge: Add port config mailbox command

[PATCH] sctp: regression bug fixes
 2009-01-23 14:52 UTC  (10+ messages)
` [PATCH 1/4] sctp: Fix crc32c calculations on big-endian arhes
` [PATCH 2/4] sctp: Correctly start rtx timer on new packet transmissions
` [PATCH 3/4] sctp: Properly timestamp outgoing data chunks for rtx purposes
` [PATCH 4/4] sctp: Fix another socket race during accept/peeloff

2.6.28: r8169: NETDEV WATCHDOG: eth0 (r8169): transmit timed out
 2009-01-23 13:06 UTC  (5+ messages)

[PATCH net-next 0/6] Phonet improvements
 2009-01-23 13:00 UTC  (7+ messages)
` [PATCH 1/6] Phonet: move to Networking options like other protocol stacks
` [PATCH 2/6] Phonet: check destination before delivering packets locally
` [PATCH 3/6] Phonet: allow phonet_device_init() to fail, put it to __init section
` [PATCH 4/6] Phonet: handle rtnetlink registration failure
` [PATCH 5/6] Phonet: remove useless locking in device cleanup
` [PATCH 6/6] Phonet: use per-namespace devices list

[PATCH] af_key: initialize xfrm encap_oa
 2009-01-23 12:30 UTC 

Please confirm (ownership)
 2009-01-23  9:45 UTC 

[PATCH] Fix missing ifdef in isdn_ppp
 2009-01-23  9:44 UTC 

[PATCH] af_key: parse and send SADB_X_EXT_NAT_T_OA extension
 2009-01-23  9:09 UTC  (21+ messages)

[PATCH 10/34]bnx2x: Compilation issue on IA64
 2009-01-23  8:42 UTC  (5+ messages)

[net-next PATCH 1/2] ixgbe: fix slow load times on 82598 nics
 2009-01-23  8:37 UTC  (2+ messages)
` [net-next PATCH 2/2] ixgbe: add support KX/KX4 device

net-next-2.6 is live
 2009-01-23  7:39 UTC  (3+ messages)

[PATCH net-next] gre: optimize hash lookup
 2009-01-23  6:02 UTC 

[PANIC] lro + iscsi or lro + skb text search causes panic
 2009-01-23  4:29 UTC  (7+ messages)

[patch 28/46] netfilter: x_tables: fix match/target revision lookup
 2009-01-23  1:12 UTC  (3+ messages)
  ` [patch 29/46] netfilter: ebtables: fix inversion in match code
  ` [patch 30/46] netfilter: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endian

[PATCH] am79c961a: fix spin_lock usage
 2009-01-23  0:16 UTC  (6+ messages)

[PATCH] IPv6 multicast routing
 2009-01-22 23:30 UTC  (3+ messages)

[PATCH] gre: strict physical device binding
 2009-01-22 22:11 UTC  (2+ messages)

[PATCHv2] phy: Add suspend/resume support to SMSC PHYs
 2009-01-22 22:07 UTC  (2+ messages)

[PATCH] au1000: reorder functions
 2009-01-22 22:07 UTC  (2+ messages)

[PATCH 0/9] netns: IPv4 multicast routing per-namespace
 2009-01-22 22:05 UTC  (11+ messages)
` [PATCH 1/9] netns: ipmr: allocate mroute_socket per-namespace
` [PATCH 2/9] netns: ipmr: dynamically allocates vif_table
` [PATCH 3/9] netns: ipmr: store netns in struct mfc_cache
` [PATCH 4/9] netns: ipmr: dynamically allocates mfc_cache_array
` [PATCH 5/9] netns: ipmr: declare counter cache_resolve_queue_len per-namespace
` [PATCH 6/9] netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespace
` [PATCH 7/9] netns: ipmr: declare reg_vif_num per-namespace
` [PATCH 8/9] netns: ipmr: declare ipmr /proc/net entries per-namespace
` [PATCH 9/9] netns: ipmr: enable namespace support in ipv4 multicast routing code

sky2 hang with 2.6.28 and 2.6.29-rc2
 2009-01-22 22:04 UTC  (3+ messages)

[PATCH net-next-2.6] net: pppoe - get rid of DECLARE_MAC_BUF
 2009-01-22 21:52 UTC  (2+ messages)

[PATCH] phylib: Fix oops in suspend/resume paths
 2009-01-22 21:51 UTC  (2+ messages)

[PATCH] sctp/ipv6.c: use ipv6_addr_copy
 2009-01-22 21:50 UTC  (3+ messages)

[PATCH 0/4]bnx2x: additional bug fixes
 2009-01-22 21:47 UTC  (2+ messages)

[PATCH 18/34]bnx2x: Reset HW before use
 2009-01-22 21:45 UTC  (4+ messages)

pull request: wireless-2.6 2009-01-22
 2009-01-22 21:42 UTC  (2+ messages)

[PATCH 9/9] bnx2x: annotate nvram dword reading/writing
 2009-01-22 20:57 UTC  (4+ messages)

2.6.28 headers break kbd and net-tools userspace builds
 2009-01-22 19:12 UTC 

[PATCH 8/9] bnx2x: further annotations
 2009-01-22 18:17 UTC  (3+ messages)

[PATCH 3/9] bnx2x: annotate addr_hi/addr_lo as le32
 2009-01-22 18:13 UTC  (3+ messages)

[PATCH 1/9] bnx2x: remove a few trivial macros
 2009-01-22 17:50 UTC  (5+ messages)

[PATCH 2/9] bnx2x: annotate struct eth_tx_db_data
 2009-01-22 17:49 UTC  (2+ messages)

RFC: Mandatory Access Control for sockets aka "personal firewalls"
 2009-01-22 17:08 UTC  (7+ messages)

2.6.29-rc2-git1: Reported regressions 2.6.27 -> 2.6.28
 2009-01-22 16:43 UTC  (2+ messages)

[PATCH 4/4]bnx2x: Version
 2009-01-22 16:01 UTC 

[PATCH 3/4]bnx2x: loopback test failure
 2009-01-22 16:01 UTC 

[PATCH 2/4]bnx2x: Missing rmb when waiting for FW response
 2009-01-22 16:01 UTC 

[PATCH 1/4]bnx2x: Calling napi_del
 2009-01-22 16:01 UTC 

RFC: Latency reducing TCP modifications for thin-stream interactive applications
 2009-01-22 14:13 UTC  (6+ messages)

[PATCH 4/4]bnx2x: Carrier off first call
 2009-01-22 13:37 UTC 

[PATCH 3/4]bnx2x: Handling load failures
 2009-01-22 13:37 UTC 

[PATCH 2/4]bnx2x: Disable napi
 2009-01-22 13:37 UTC 

[PATCH 1/4]bnx2x: Reset HW before use
 2009-01-22 13:37 UTC 

help with cbq scheduling
 2009-01-22 11:15 UTC 

iproute2 / htb / question
 2009-01-22  9:45 UTC  (3+ messages)
  ` [PATCH] iproute2 : invalid burst/cburst calculation with hrtimers

cxgb3: Replace LRO with GRO
 2009-01-22  9:42 UTC  (3+ messages)

[PATCH v2] tcp: splice as many packets as possible at once
 2009-01-22  9:04 UTC  (5+ messages)
      ` [PATCH v3] "

why usr/include/linux/if_frad.h is required
 2009-01-22  5:37 UTC  (5+ messages)

[PATCH] gre: strict physical device binding
 2009-01-22  5:34 UTC  (4+ messages)

ip monitoring
 2009-01-22  0:56 UTC  (2+ messages)

[PATCH] phy: Add suspend/resume support to SMSC PHYs
 2009-01-22  0:05 UTC  (2+ messages)

igb regression (interface hang) with latest -git
 2009-01-22  0:03 UTC  (5+ messages)

[PATCH 0/10] Tun fixes and netns migration
 2009-01-22  0:03 UTC  (2+ messages)

[PATCH 0/5] ppp,pppoe,pppol2tp -- introduce namespace functionality v2
 2009-01-21 23:56 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).