messages from 2009-06-10 17:25:39 to 2009-06-11 21:36:50 UTC [more...]
[2.6.31 00/21] WiMAX pull request
2009-06-11 21:35 UTC (19+ messages)
` [2.6.31 01/21] wimax/i2400m: introduce module parameter to disable entering power save
` [2.6.31 02/21] wimax/i2400m: don't call netif_start_queue() in _tx_msg_sent()
` [2.6.31 03/21] wimax/i2400m: i2400m's work queue should be initialized before RX support
` [2.6.31 04/21] wimax/i2400m: i2400m_schedule_work() doesn't need i2400m->work_queue
` [2.6.31 05/21] wimax/i2400m: Change d_printf() level for secure boot messages
` [2.6.31 06/21] wimax/i2400m/sdio: Implement I2400M_RT_BUS reset type
` [2.6.31 07/21] wimax/i2400m: rename misleading I2400M_PL_PAD to I2400M_PL_ALIGN
` [2.6.31 08/21] wimax/i2400m: fix panic/warnings caused by missed check on empty TX message
` [2.6.31 09/21] wimax/i2400m: fix panic due to missed corner cases on tail_room calculation
` [2.6.31 10/21] wimax/i2400m: don't reset device on i2400m_dev_shutdown()
` [2.6.31 11/21] wimax/i2400m: fix oops when the TX FIFO fills up due to a missing check
` [2.6.31 12/21] wimax/i2400m: if a device reboot happens during probe, handle it
` [2.6.31 13/21] wimax/i2400m: Allow bus-specific driver to specify retry count
` [2.6.31 15/21] wimax/i2400m/sdio: Add device specific poke table
` [2.6.31 16/21] wimax/i2400m: don't reset device when bootrom init retries are exceeded
` [2.6.31 18/21] wimax/i2400m: when bootstrap fails, reinitialize the bootrom
` [2.6.31 19/21] wimax/i2400m: use -EL3RST to indicate device reset instead of -ERESTARTSYS
` [2.6.31 20/21] wimax: fix warning caused by not checking retval of rfkill_set_hw_state()
virtio-net header alignment
2009-06-11 20:50 UTC (4+ messages)
[RFC PATCH] Ethtool style in kernel network driver configuration
2009-06-11 20:48 UTC (15+ messages)
[PATCH] r8169: do not bring device down when suspending
2009-06-11 20:48 UTC
yet another panic on 2.6.30-rc6
2009-06-11 19:52 UTC (2+ messages)
[PATCH] net: ntohs() misuse
2009-06-11 19:23 UTC
CONFIG_ARPD help text
2009-06-11 18:28 UTC
[RFC v2] net: Introduce recvmmsg socket syscall
2009-06-11 18:09 UTC (4+ messages)
[PATCH 0/3] netfilter: Use pr_<level> and pr_fmt
2009-06-11 17:44 UTC (6+ messages)
` [PATCH 1/3] x_tables: Convert printk to pr_err
` [PATCH 2/3] net/netfilter: Convert printk uses to pr_<level>
` [PATCH 3/3] netfilter h323_asn1.c: convert PRINT to pr_info
[PATCH 0/6] ISDN fixes
2009-06-11 17:06 UTC (6+ messages)
` [PATCH 1/6] ISDN:Fix DMA alloc for hfcpci
` [PATCH 2/6] mISDN: Fix overlapping data access
` [PATCH 3/6] mISDN: Free hfcpci IRQ if init was not successful
` [PATCH 4/6] drivers/isdn/i4l/isdn_tty.c: fix check for array overindexing
` [PATCH 6/6] mISDN: cleanup mISDNhw.h
[PATCH] sky2: Fix a race between sky2_down and sky2_poll
2009-06-11 17:04 UTC (2+ messages)
"sky2: set VPD size" triggers card recognition failure
2009-06-11 17:03 UTC (2+ messages)
[RFC net 00/03]: dev_queue_xmit error propagation
2009-06-11 16:33 UTC (3+ messages)
[RFC] Restricting MDIO reads
2009-06-11 16:04 UTC
[net-next PATCH 1/3] qlge: Relax alignment on TX harware queue
2009-06-11 15:34 UTC (7+ messages)
` [net-next PATCH 2/3] qlge: Allow RX buf rings to be > than 4096 bytes
` [net-next PATCH 3/3] qlge: Increase default TX/RX ring size to 1024
[RFC v2] virtio: add virtio-over-PCI driver
2009-06-11 15:10 UTC (5+ messages)
IPoIB: Fix multicast packet drops before join is complete
2009-06-11 15:07 UTC (5+ messages)
netfilter 00/31: netfilter update
2009-06-11 14:54 UTC (36+ messages)
` netfilter 01/31: xtables: use NFPROTO_ for xt_proto_init callsites
` netfilter 02/31: queue: use NFPROTO_ for queue callsites
` netfilter 03/31: xtables: use NFPROTO_ in standard targets
` netfilter 04/31: xtables: remove redundant casts
` netfilter 05/31: xtables: fix const inconsistency
` netfilter 06/31: xtables: consolidate open-coded logic
` netfilter 07/31: xtables: reduce indent level by one
` netfilter 08/31: xtables: remove some goto
` netfilter 09/31: xtables: remove another level of indent
` netfilter 10/31: xtables: consolidate comefrom debug cast access
` netfilter 11/31: xtables: print hook name instead of mask
` netfilter 12/31: conntrack: add support for DCCP handshake sequence to ctnetlink
` netfilter 14/31: nf_ct_tcp: TCP simultaneous open support
` netfilter 15/31: nfnetlink: cleanup for nfnetlink_rcv_msg() function
` netfilter 16/31: ctnetlink: remove nowait parameter from *fill_info()
` netfilter 17/31: ctnetlink: rename tuple() by nf_ct_tuple() macro definition
` netfilter 18/31: ctnetlink: use nlmsg_* helper function to build messages
` netfilter 19/31: ctnetlink: cleanup message-size calculation
` netfilter 20/31: conntrack: don't report events on module removal
` netfilter 21/31: conntrack: remove events flags from userspace exposed file
` netfilter 22/31: conntrack: simplify event caching system
` netfilter 23/31: conntrack: replace notify chain by function pointer
` netfilter 24/31: x_tables: added hook number into match extension parameter structure
` netfilter 25/31: xt_NFQUEUE: use NFPROTO_UNSPEC
` netfilter 26/31: xt_NFQUEUE: queue balancing support
` netfilter 27/31: ipt_MASQUERADE: remove redundant rwlock
` netfilter 28/31: nf_ct_icmp: keep the ICMP ct entries longer
` netfilter 29/31: passive OS fingerprint xtables match
` netfilter 30/31: xt_socket: added new revision of the 'socket' match supporting flags
` netfilter 31/31: nf_conntrack: use per-conntrack locks for protocol data
[BUG] fib_tries related Oops in 2.6.30
2009-06-11 14:39 UTC (2+ messages)
Pull request: bluetooth-next-2.6 2009-06-08
2009-06-11 14:07 UTC (7+ messages)
[RFC usbnet.c] - Add packet aggregation capability
2009-06-11 13:30 UTC (3+ messages)
[PATCH] mlx4_en: added pci_device_id table
2009-06-11 14:40 UTC (3+ messages)
[PATCH 1/6] rapidio: add common mapping APIs for RapidIO memory access
2009-06-11 13:32 UTC (9+ messages)
` [PATCH 2/6] powerpc/fsl_rio: use LAW address from device tree
` [PATCH 3/6] powerpc: add memory map support to Freescale RapidIO block
` [PATCH 4/6] rionet: add memory access to simulated Ethernet over rapidio
` [PATCH 5/6] rio: warn_unused_result warnings fix
Pull request: bluetooth-next-2.6 2009-06-08
2009-06-11 13:08 UTC (2+ messages)
ip_gre headroom allocation
2009-06-11 12:12 UTC (8+ messages)
IPoIB: Fix multicast packet drops before join is complete
2009-06-11 11:57 UTC (6+ messages)
[PATCH] neigh: error out pending skbs if netlink invalidates incomplete neigh
2009-06-11 11:16 UTC (6+ messages)
` [PATCH] neigh: fix state transition INCOMPLETE->FAILED via Netlink request
WoL and r8169
2009-06-11 11:14 UTC (6+ messages)
[PATCH] ixgbe: fix mismatched dma map/unmap size
2009-06-11 10:20 UTC (2+ messages)
[PATCH 0/2] Bonding device changes for later RTNL_LINK interface
2009-06-11 10:12 UTC (4+ messages)
` [PATCH 1/2] bonding: bond_create always called with default parameters
` [PATCH 2/2] bonding: initialization rework
[PATCH] net: No more expensive sock_hold()/sock_put() on each tx
2009-06-11 9:56 UTC (4+ messages)
[PATCH net-next] cxgb3: remove __GFP_NOFAIL usage
2009-06-11 9:51 UTC (2+ messages)
[PATCH]vxge-config.c: no need for check
2009-06-11 9:51 UTC (2+ messages)
[PATCH] net: no need check in tehuti.c
2009-06-11 9:51 UTC (2+ messages)
[PATCH]netxen: fix checking
2009-06-11 9:51 UTC (2+ messages)
[PATCH] r8169: use dev_kfree_skb() instead of dev_kfree_skb_irq()
2009-06-11 9:50 UTC (2+ messages)
[PATCH 1/2] mdio: Expose 10GBASE-T MDI-X status via ethtool
2009-06-11 9:50 UTC (4+ messages)
` [PATCH 2/2] sfc: Expose 100/1000BASE-T "
[net-next PATCH 5/5] be2net: Fix be_tx_q_clean() being called on freed queues
2009-06-11 9:50 UTC (2+ messages)
[net-next PATCH 4/5] be2net: Fix early reset of rx-completion
2009-06-11 9:50 UTC (2+ messages)
[net-next PATCH 3/5] be2net: Fix rx stats updation in non-lro path
2009-06-11 9:50 UTC (2+ messages)
[net-next PATCH 2/5] be2net: fix netdev stats rx_errors and rx_dropped
2009-06-11 9:50 UTC (2+ messages)
[net-next PATCH 1/5] be2net: Use cancel_delayed_work_sync instead of cancel_delayed_work()
2009-06-11 9:49 UTC (2+ messages)
[patch 4/4] e100: add non-MII PHY support
2009-06-11 9:34 UTC (2+ messages)
[patch 3/4] atl1c: WAKE_MCAST tested twice, not WAKE_UCAST
2009-06-11 9:34 UTC (2+ messages)
[patch 2/4] drivers/net/macvlan.c: fix cloning of tagged VLAN interfaces
2009-06-11 9:34 UTC (2+ messages)
[patch 1/4] de2104x: support for systems lacking cache coherence
2009-06-11 9:34 UTC (2+ messages)
[PATCH 1/1] cls_cgroup: unify classid syntax to tc
2009-06-11 9:31 UTC (3+ messages)
[PATCH] bc47xx : fix ssb irq setup
2009-06-11 9:23 UTC (6+ messages)
[RESEND] [PATCH] neigh: error out pending skbs if netlink invalidates incomplete neigh
2009-06-11 8:35 UTC (3+ messages)
pull request: wireless-next-2.6 2009-06-10
2009-06-11 6:44 UTC (2+ messages)
How to configure MDI status per port
2009-06-11 4:19 UTC
[PULL REQUEST] IEEE 802.15.4 stack: generic parts v4
2009-06-11 3:52 UTC (3+ messages)
[PATCH][BUILD FAILURE 03/04] Next June 04:PPC64 randconfig [drivers/net/lance.o]
2009-06-11 3:50 UTC
[PATCH][Resend 2][BUILD FAILURE 04/04] Next June 04:PPC64 randconfig [drivers/net/ucc_geth.o]
2009-06-11 3:37 UTC
kernel dies if loopback device not intialized
2009-06-11 3:35 UTC
[PATCH] Re:[BUILD FAILURE 04/04] Next June 04:PPC64 randconfig [drivers/net/ucc_geth.o]
2009-06-11 2:28 UTC (6+ messages)
[PATCH][Resend][BUILD FAILURE 04/04] Next June 04:PPC64 randconfig [drivers/net/ucc_geth.o]
2009-06-11 2:13 UTC
[PATCH 1/4] net/phy/marvell: update m88e1111 support for SGMII mode
2009-06-11 1:51 UTC (7+ messages)
` [PATCH 2/4] fsl_pq_mido: Set the first UCC as the mii management interface master
` [PATCH 3/4 v2] net/ucc_geth: Add SGMII support for UEC GETH driver
` [PATCH 4/4] MPC85xx: Add UCC6 and UCC8 nodes in SGMII mode for MPC8569MDS
[net-next PATCH 1/1] igb: Expose MDI-X status accessible via ethtool
2009-06-11 0:42 UTC
atl1c not doing any network traffic on eeepc 1008HA
2009-06-10 23:31 UTC
[PATCH] e1000: return PCI_ERS_RESULT_DISCONNECT on permanent error
2009-06-10 22:53 UTC (2+ messages)
Short Notice (lucky winner)
2009-06-10 18:33 UTC
Dont let excess weight spoil your life
2009-06-10 20:36 UTC
[PATCH 1/1] ethtool: Expose MDI-X status
2009-06-10 19:22 UTC (3+ messages)
` Re-submit "
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).