messages from 2009-08-28 22:05:21 to 2009-08-31 11:38:41 UTC [more...]
[PATCH] net-next:can: add TI CAN (HECC) driver
2009-08-31 10:43 UTC (5+ messages)
[PATCH resend] drop_monitor: fix trace_napi_poll_hit()
2009-08-31 11:12 UTC (3+ messages)
[PATCH] sky2: Don't try to turn led off in sky2_down()
2009-08-31 9:58 UTC (6+ messages)
[PATCH 1/5] ucc_geth: Fix NULL pointer dereference in uec_get_ethtool_stats()
2009-08-31 9:35 UTC (3+ messages)
[PATCH] net: Fix sock freeing before sock_init_data() with __sk_free()
2009-08-31 9:30 UTC (9+ messages)
` [PATCH] net: sk_free() should be allowed right after sk_alloc()
iproute2 / tbf with large burst seems broken again
2009-08-31 9:05 UTC (12+ messages)
` [PATCH] "
[PATCH resend] tracing/events: convert NAPI's tracepoint via TRACE_EVENT
2009-08-31 8:49 UTC (2+ messages)
[PATCH] au1000_eth: possible NULL dereference of aup->mii_bus->irq in au1000_probe()
2009-08-31 8:40 UTC
[patch, v2] IPVS: Add handling of incoming ICMPV6 messages
2009-08-31 7:59 UTC
[PATCH 0/9] drivers/net/s2io.c: Cleanups
2009-08-31 5:35 UTC (5+ messages)
[RFC PATCH] sched: Fix resource limiting in pfifo_fast
2009-08-31 5:19 UTC (7+ messages)
[PATCH] net: convert one non-symbolic return value in dev_queue_xmit
2009-08-31 5:18 UTC (2+ messages)
[PATCH] netdevice: Use existing macros
2009-08-31 5:15 UTC (2+ messages)
[PATCH net-next-2.6] can: use correct NET_RX_ return values
2009-08-31 5:13 UTC (2+ messages)
[PATCH][net-next] LRO: improve aggregation in case of zero TSecr packets
2009-08-31 5:11 UTC (2+ messages)
[PATCH]gianfar: gfar_remove needs to call unregister_netdev()
2009-08-31 5:04 UTC (2+ messages)
[PATCH] WAN: bit and/or confusion
2009-08-31 5:02 UTC (4+ messages)
[PATCH 1/3] drop_monitor: fix trace_napi_poll_hit()
2009-08-31 4:57 UTC (2+ messages)
[PATCH 0/3] [v3] Revert Backoff on ICMP destination unreachable
2009-08-31 4:56 UTC (2+ messages)
Pull request: bluetooth-next-2.6 2009-08-30
2009-08-31 4:47 UTC (49+ messages)
` [PATCH 01/47] Bluetooth: Add proper shutdown support to SCO sockets
` [PATCH 02/47] Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is received
` [PATCH 03/47] Bluetooth: Improve USB driver throughput by increasing the frame size
` [PATCH 04/47] Bluetooth: Disconnect HIDRAW devices on disconnect
` [PATCH 05/47] Bluetooth: Add extra device reference counting for connections
` [PATCH 06/47] Bluetooth: Let HIDP grab the device reference "
` [PATCH 07/47] Bluetooth: Add btmrvl driver for Marvell Bluetooth devices
` [PATCH 08/47] Bluetooth: Add Marvell BT-over-SDIO driver
` [PATCH 09/47] Bluetooth: Add debugfs support to btmrvl driver
` [PATCH 10/47] Bluetooth: Add documentation for Marvell Bluetooth driver
` [PATCH 11/47] Bluetooth: Fix Kconfig "
` [PATCH 12/47] Bluetooth: Fix compilation of Marvell driver without debugfs
` [PATCH 13/47] Bluetooth: Remove pointless ifdef protection for Marvell header files
` [PATCH 14/47] Bluetooth: Remove pointless casts from Marvell debugfs support
` [PATCH 15/47] Bluetooth: Some coding style cleanup for Marvell core driver
` [PATCH 16/47] Bluetooth: Fix complicated assignment of firmware for Marvell devices
` [PATCH 17/47] Bluetooth: Fix module description strings for Marvell driver
` [PATCH 18/47] Bluetooth: Remove private device name of Marvell SDIO driver
` [PATCH 19/47] Bluetooth: Fix Marvell driver to use skb_put and hci_opcode_pack
` [PATCH 20/47] Bluetooth: Fix last few compiler warning within Marvell core driver
` [PATCH 21/47] Bluetooth: Remove Enter/Leave debug statements from Marvell driver
` [PATCH 22/47] Bluetooth: Fix incorrect alignment in Marvell BT-over-SDIO driver
` [PATCH 23/47] Bluetooth: Add missing kmalloc NULL tests to Marvell driver
` [PATCH 24/47] Bluetooth: Convert hdev->req_lock to a mutex
` [PATCH 25/47] Bluetooth: Coding style cleanup from previous rfcomm_init bug fix
` [PATCH 26/47] Bluetooth: Add module option to enable L2CAP ERTM support
` [PATCH 27/47] Bluetooth: Allow setting of L2CAP ERTM via socket option
` [PATCH 28/47] Bluetooth: Add L2CAP RFC option if ERTM is enabled
` [PATCH 29/47] Bluetooth: Add configuration support for ERTM and Streaming mode
` [PATCH 30/47] Bluetooth: Create separate l2cap_send_disconn_req() function
` [PATCH 31/47] Bluetooth: Add initial support for ERTM packets transfers
` [PATCH 32/47] Bluetooth: Add support for Segmentation and Reassembly of SDUs
` [PATCH 33/47] Bluetooth: Initial support for retransmission of packets with REJ frames
` [PATCH 34/47] Bluetooth: Add support for Retransmission and Monitor Timers
` [PATCH 35/47] Bluetooth: Enable Streaming Mode for L2CAP
` [PATCH 36/47] Bluetooth: Add support for FCS option to L2CAP
` [PATCH 37/47] Bluetooth: Add support for L2CAP SREJ exception
` [PATCH 38/47] Bluetooth: Full support for receiving L2CAP SREJ frames
` [PATCH 39/47] Bluetooth: Fix rejected connection not disconnecting ACL link
` [PATCH 40/47] Bluetooth: Add locking scheme to L2CAP timeout callbacks
` [PATCH 41/47] Bluetooth: Use proper *_unaligned_le{16,32} helpers for L2CAP
` [PATCH 42/47] Bluetooth: Fix false errors from bcsp_pkt_cull function
` [PATCH 43/47] Bluetooth: Add USB autosuspend support to btusb driver
` [PATCH 44/47] Bluetooth: Add missing selection of CONFIG_CRC16 for L2CAP layer
` [PATCH 45/47] Bluetooth: Acknowledge L2CAP packets when receiving RR-frames (F-bit=1)
` [PATCH 46/47] Bluetooth: Handle L2CAP case when the remote receiver is busy
` [PATCH 47/47] Bluetooth: Add support for L2CAP 'Send RRorRNR' action
[PATCH] r8169: Reduce looping in the interrupt handler
2009-08-30 20:53 UTC (12+ messages)
r8169 NETDEV WATCHDOG: eth0: transmit timed out [0/8]
2009-08-30 20:26 UTC (2+ messages)
[PATCH] tun: reuse struct sock fields
2009-08-30 17:04 UTC
2.6.31-rc7-git2: Reported regressions from 2.6.30
2009-08-30 12:37 UTC (4+ messages)
` [Bug #14016] mm/ipw2200 regression
` ipw2200: firmware DMA loading rework
[PATCH 03/13] TProxy: move dst_cookie to the first cacheline in ipv6_pinfo
2009-08-30 6:52 UTC
[PATCH 2/2 next] sky2: B0_Y2LED controls the LEDs for both ports
2009-08-30 3:58 UTC
[PATCH 1/2 next] sky2: Fix B0_Y2LED to match vendor driver
2009-08-30 3:58 UTC
UDP multicast packet loss not reported if TX ring overrun?
2009-08-30 0:21 UTC (5+ messages)
netconsole as normal console for userspace messages?
2009-08-30 0:12 UTC
[PATCH 00/17] tg3: 5717 support part 1
2009-08-29 22:44 UTC (2+ messages)
[PATCH 17/17] tg3: Update version to 3.101
2009-08-29 0:03 UTC
[PATCH 16/17] tg3: Move per-int tx members to a per-int struct
2009-08-29 0:03 UTC
[PATCH 12/17] tg3: Convert ISR parameter to tnapi
2009-08-29 0:01 UTC
[PATCH 09/17] tg3: Use ext rx bds
2009-08-29 0:00 UTC
[PATCH 13/17] tg3: Convert napi handlers to use tnapi
2009-08-29 0:02 UTC
[PATCH 14/17] tg3: Move general int members to a per-int struct
2009-08-29 0:02 UTC
[PATCH 15/17] tg3: Move per-int rx members to per-int struct
2009-08-29 0:03 UTC
[PATCH 05/17] tg3: Move the JUMBO_CAPABLE and SUPPORT_MSI flags
2009-08-28 23:58 UTC
[PATCH 08/17] tg3: Create a new prodring_set structure
2009-08-29 0:00 UTC
[PATCH 01/17] tg3: Delay mdio bus init until fw finishes
2009-08-28 22:27 UTC
[PATCH 06/17] tg3: Clarify rx buffer relationships
2009-08-28 23:58 UTC
[PATCH 10/17] tg3: Cleanup interrupt setup / teardown
2009-08-29 0:01 UTC
[PATCH 11/17] tg3: Move napi to per-int struct
2009-08-29 0:01 UTC
[PATCH 03/17] tg3: Reformat NVRAM case statements
2009-08-28 22:29 UTC
[PATCH 04/17] tg3: Break out mini producer ring handling
2009-08-28 23:57 UTC
[PATCH 07/17] tg3: Create rx producer ring setup routines
2009-08-28 23:59 UTC
[PATCH 02/17] tg3: Add new 5785 10/100 only device ID
2009-08-28 22:28 UTC
[PATCH] netns: embed ip6_dst_ops directly
2009-08-29 20:27 UTC (2+ messages)
[PATCH] atm: dereference of he_dev->rbps_virt in he_init_group()
2009-08-29 18:59 UTC (2+ messages)
[PATCH next] sky2: Create buffer alloc and free helpers
2009-08-29 13:13 UTC
[Linux-ATM-General] [PATCH] br2684 testing needed for packet loss and performance
2009-08-29 11:24 UTC (3+ messages)
` [PATCH] atm/br2684: netif_stop_queue() when atm device busy and netif_wake_queue() when we can send packets again
Crypto oops in async_chainiv_do_postponed
2009-08-29 10:46 UTC
[PATCH] can: switch to seq_file
2009-08-29 8:09 UTC (3+ messages)
[PATCH] tipc: fix test of bearer_priority range in tipc_register_media()
2009-08-29 7:21 UTC (2+ messages)
[PATCH] net: sh_eth: add value of ether_link pin in platform_data
2009-08-29 7:20 UTC (2+ messages)
[PATCH] TI DaVinci EMAC: delay DaVinci EMAC initialization
2009-08-29 7:20 UTC (2+ messages)
[PATCH] lib/vsprintf.c: Add "%pI6c" - print pointer as compressed ipv6 address
2009-08-29 7:20 UTC (4+ messages)
` [PATCH V2] "
[PATCH net-next-2.6] tcp: Remove redundant copy of MD5 authentication key
2009-08-29 7:19 UTC (2+ messages)
[PATCH v2] Speed-up pfifo_fast lookup using a private bitmap
2009-08-29 7:19 UTC (2+ messages)
100Mbit ethernet performance on embedded devices
2009-08-29 7:05 UTC (5+ messages)
[PATCH] Update Neighbor Cache when IPv6 RA is received on a router
2009-08-29 7:04 UTC (2+ messages)
[PATCH net-next] bnx2: Update firmware to 5.0.0.j3
2009-08-29 7:03 UTC
multicast routing and multiple interfaces with same IP
2009-08-29 7:01 UTC (3+ messages)
[PATCH] tcp: fix premature termination of FIN_WAIT2 time-wait sockets
2009-08-29 7:00 UTC (3+ messages)
[PATCH net-next-2.6] fib_trie: resize rework
2009-08-29 6:57 UTC (3+ messages)
[PATCH] sit: 6to4: honour routing table
2009-08-29 6:55 UTC (2+ messages)
[PATCH] sit: allow ip fragmentation when using nopmtudisc to fix package loss
2009-08-29 6:54 UTC (2+ messages)
[PATCH net-next-2.6] net: ip_rt_send_redirect() optimization
2009-08-29 6:52 UTC (2+ messages)
[PATCH net-next-2.6] tcp: keepalive cleanups
2009-08-29 6:49 UTC (2+ messages)
[PATCH net-next 1/2] cnic: Put rx/tx ring allocation in separate function
2009-08-29 6:47 UTC (4+ messages)
` [PATCH net-next 2/2] cnic: Put uio init "
[PATCH net-next-2.6] ipv4: af_inet.c cleanups
2009-08-29 6:45 UTC (2+ messages)
[PATCH 00/14] pktgen update for net-next (2.6.32)
2009-08-29 6:42 UTC (3+ messages)
UDP multicast packet loss not reported if TX ring overrun?
2009-08-29 6:38 UTC (4+ messages)
` [PATCH net-next-2.6] ip: Report qdisc packet drops
[PATCH] pktgen: use proc_create_data()
2009-08-29 6:34 UTC (2+ messages)
[net-next PATCH 0/3] qlge: Allow running MSIx with fewer vectors
2009-08-29 6:23 UTC (2+ messages)
Subject: [PATCH 1/9] bna: Brocade 10Gb Ethernet device driver
2009-08-29 6:18 UTC (2+ messages)
pull request: wireless-next-2.6 2009-08-28
2009-08-29 6:06 UTC (2+ messages)
pull request: wireless-2.6 2009-08-28
2009-08-29 6:05 UTC (2+ messages)
[PATCH 08/14] pktgen: reorganize transmit loop
2009-08-29 6:04 UTC (4+ messages)
[PATCH REPOST net-next-2.6 0/4] bonding: Four patches
2009-08-29 6:02 UTC (9+ messages)
` [PATCH REPOST net-next 1/4] bonding: propogate vlan_features to bonding master
` [PATCH REPOST net-next-2.6 2/4] bonding: use compare_ether_addr
` [PATCH REPOST net-next-2.6 3/4] bonding: Fix useless test: int > INT_MAX
` [PATCH REPOST net-next-2.6 4/4] bonding: Have bond_check_dev_link examine netif_running
Subject: [PATCH 3/9] bna: Brocade 10Gb Ethernet device driver
2009-08-29 5:18 UTC
Subject: [PATCH 9/9] bna: Brocade 10Gb Ethernet device driver
2009-08-29 5:18 UTC
Subject: [PATCH 5/9] bna: Brocade 10Gb Ethernet device driver
2009-08-29 5:18 UTC
Subject: [PATCH 6/9] bna: Brocade 10Gb Ethernet device driver
2009-08-29 5:18 UTC
Subject: [PATCH 7/9] bna: Brocade 10Gb Ethernet device driver
2009-08-29 5:18 UTC
Subject: [PATCH 2/9] bna: Brocade 10Gb Ethernet device driver
2009-08-29 5:18 UTC
Subject: [PATCH 4/9] bna: Brocade 10Gb Ethernet device driver
2009-08-29 5:18 UTC
Subject: [PATCH 8/9] bna: Brocade 10Gb Ethernet device driver
2009-08-29 5:18 UTC
[PATCH] skb: Augment skb_copy_datagram_iovec TRACE_EVENT to dump more info
2009-08-28 23:17 UTC (3+ messages)
[PATCH 1/9] task_struct: add PF_NONOTIFY for fanotify to use
2009-08-28 22:50 UTC (4+ messages)
[PATCH 0/2] New LSM hooks for the TUN driver
2009-08-28 22:46 UTC (4+ messages)
` [PATCH 1/2] lsm: Add hooks to "
` [PATCH 2/2] selinux: Support for the new TUN LSM hooks
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).