summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-19phylib: allow incremental scanning of an mii busLennert Buytenhek
2008-09-19mv643xx_eth: enforce frequent hardware statistics pollingLennert Buytenhek
2008-09-19mv643xx_eth: deal with unexpected ethernet header sizesLennert Buytenhek
2008-09-19mv643xx_eth: fix receive checksummingLennert Buytenhek
2008-09-14mv643xx_eth: add support for chips without transmit bandwidth controlLennert Buytenhek
2008-09-14mv643xx_eth: avoid reading ->byte_cnt twice during receive processingLennert Buytenhek
2008-09-14mv643xx_eth: shrink default receive and transmit queue sizesLennert Buytenhek
2008-09-14mv643xx_eth: replace array of skbs awaiting transmit completion with a queueLennert Buytenhek
2008-09-14mv643xx_eth: avoid dropping tx lock during transmit reclaimLennert Buytenhek
2008-09-14mv643xx_eth: switch to netif tx queue lock, get rid of private spinlockLennert Buytenhek
2008-09-14mv643xx_eth: move all work to the napi poll handlerLennert Buytenhek
2008-09-05mv643xx_eth: transmit multiqueue supportLennert Buytenhek
2008-09-05mv643xx_eth: delete unused and uninteresting interrupt source mask bitsLennert Buytenhek
2008-09-05mv643xx_eth: get rid of netif_{stop,wake}_queue() calls on link down/upLennert Buytenhek
2008-09-05mv643xx_eth: remove force_phy_addr fieldLennert Buytenhek
2008-09-05mv643xx_eth: smi sharing is a per-unit property, not a per-port oneLennert Buytenhek
2008-09-05mv643xx_eth: require contiguous receive and transmit queue numberingLennert Buytenhek
2008-09-05mv643xx_eth: get rid of compile-time configurable transmit checksummingLennert Buytenhek
2008-09-05mv643xx_eth: get rid of receive-side lockingLennert Buytenhek
2008-09-05mv643xx_eth: make napi unconditionalLennert Buytenhek
2008-09-05mv643xx_eth: use the SMI done interrupt to wait for SMI access completionLennert Buytenhek
2008-09-05mv643xx_eth: switch ->phy_lock from a spinlock to a mutexLennert Buytenhek
2008-09-05mv643xx_eth: get rid of modulo operationsLennert Buytenhek
2008-09-05mv643xx_eth: get rid of IRQF_SAMPLE_RANDOMLennert Buytenhek
2008-09-05mv643xx_eth: fix receive buffer DMA unmappingLennert Buytenhek
2008-09-05mv643xx_eth: fix 'netdev_priv(dev) == dev->priv' assumptionLennert Buytenhek
2008-08-28Linux 2.6.27-rc5v2.6.27-rc5Linus Torvalds
2008-08-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2008-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds
2008-08-28Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-08-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-08-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-08-28Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds
2008-08-28ftrace: disable tracing for hibernationRafael J. Wysocki
2008-08-28[ARM] 5226/1: remove unmatched comment end.Jean-Christophe DUBOIS
2008-08-28sched: rt-bandwidth accounting fixPeter Zijlstra
2008-08-28Blackfin arch: Fix PM building on BF52x: No ROTWE on BF52x, add USBWEMichael Hennerich
2008-08-28Blackfin arch: sram: use 'unsigned long' for irqflagsVegard Nossum
2008-08-28sched: fix sched_rt_rq_enqueue() resched idleJohn Blackwood
2008-08-28i2c: Prevent log spam on some DVB adaptersJean Delvare
2008-08-28i2c: Add missing kerneldoc descriptionsJean Delvare
2008-08-28i2c: Fix device_init_wakeup placeMarc Pignat
2008-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-08-27sctp: fix random memory dereference with SCTP_HMAC_IDENT option.Vlad Yasevich
2008-08-27sctp: correct bounds check in sctp_setsockopt_auth_keyVlad Yasevich
2008-08-27Merge branch 'omap-rmk'Russell King
2008-08-27IB/mlx4: Actually return L_Key and R_Key for fast register MRsVladimir Sokolovsky
2008-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds
2008-08-27tty: Fix termios tty window resize race with pty/tty pairAlan Cox
2008-08-27tty: TIOCGSOFTCAR/SSOFTCAR on pty is wronAlan Cox