summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | gro: Open-code memcpy in napi_fraginfo_skbHerbert Xu2009-01-301-1/+9
* | gro: Do not merge paged packets into frag_listHerbert Xu2009-01-301-3/+5
* | gro: Avoid copying headers of unmerged packetsHerbert Xu2009-01-3010-46/+137
* | gro: Move common completion code into helpersHerbert Xu2009-01-303-59/+59
* | net: Get rid of by-hand TX queue hashing.David S. Miller2009-01-281-59/+14
* | net: If SKB has attached socket, use socket's hash for TX queue selection.David S. Miller2009-01-281-0/+7
* | net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller2009-01-2811-0/+13
* | net: Allow RX queue selection to seed TX queue hashing.David S. Miller2009-01-282-0/+23
* | iw_cxgb3: handle chip reset notificationsDivy Le Ray2009-01-273-1/+19
* | cxgb3: Notify fatal errorsDivy Le Ray2009-01-273-4/+28
* | smsc911x: leave RX_STOP interrupt permanently enabledSteve Glendinning2009-01-271-10/+3
* | smc91x: struct net_device_opsMagnus Damm2009-01-271-8/+14
* | net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-2719-50/+54
* | net: pppoe - stop using proc internalsCyrill Gorcunov2009-01-271-28/+6
* | pppol2tp: stop using proc internalsAlexey Dobriyan2009-01-271-43/+5
* | Phonet: use per-namespace devices listremi.denis-courmont@nokia2009-01-273-40/+81
* | Phonet: remove useless locking in device cleanupremi.denis-courmont@nokia2009-01-271-6/+1
* | Phonet: handle rtnetlink registration failureremi.denis-courmont@nokia2009-01-273-7/+16
* | Phonet: allow phonet_device_init() to fail, put it to __init sectionremi.denis-courmont@nokia2009-01-274-6/+11
* | Phonet: check destination before delivering packets locallyremi.denis-courmont@nokia2009-01-271-11/+9
* | Phonet: move to Networking options like other protocol stacksremi.denis-courmont@nokia2009-01-271-1/+1
* | ixgbe: add support KX/KX4 deviceDon Skidmore2009-01-274-0/+24
* | ixgbe: fix slow load times on 82598 nicsDon Skidmore2009-01-271-7/+18
* | gre: optimize hash lookupTimo Teras2009-01-271-29/+40
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-27899-5470/+11924
|\|
| * Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-01-2738-568/+1355
| |\
| | * [ARM] fix section-based ioremapRussell King2009-01-251-9/+2
| | * [NET] am79c961a: fix spin_lock usageUwe Kleine-König2009-01-251-10/+10
| | * [ARM] omap: usb: thou shalt not provide empty release functionsRussell King2009-01-241-14/+0
| | * [ARM] omap: watchdog: allow OMAP watchdog driver on OMAP34xx platformsRussell King2009-01-241-3/+3
| | * [ARM] 5369/1: omap mmc: Add new omap hsmmc controller for 2430 and 34xx, v3Madhusudhan Chikkature2009-01-243-0/+1253
| | * [ARM] clkdev: fix clock matchingRussell King2009-01-241-6/+19
| | * [ARM] 5370/1: at91: fix rm9200 watchdogJean-Christop PLAGNIOL-VILLARD2009-01-241-0/+1
| | * [ARM] 5368/1: arch/arm/mach-davinci/usb.c buildfixDavid Brownell2009-01-241-0/+1
| | * [ARM] 5365/1: s3cmci: Use new include path of dma.hRamax Lo2009-01-241-1/+1
| | * [ARM] fix StrongARM-11x0 page copy implementationRussell King2009-01-241-1/+1
| | * [ARM] omap: ensure OMAP drivers pass a struct device to clk_get()Russell King2009-01-243-6/+6
| | * ARM: OMAP: Fix compile for h3 MMCTony Lindgren2009-01-151-1/+3
| | * ARM: OMAP: Remove unused platform devices, v3Tony Lindgren2009-01-1510-419/+9
| | * ARM: OMAP: Fix ASoC by enabling writes to XCCR and RCCR McBSP registers, v3Tony Lindgren2009-01-152-0/+15
| | * ARM: OMAP: Fix OSK ASoC by registering I2C board info for tlvaic23Arun KS2009-01-151-1/+3
| | * ARM: OMAP: remove duplicated #include'sHuang Weiyi2009-01-151-1/+0
| | * ARM: OMAP: Fix DMA CCR programming for request line > 63, v3Anand Gadiyar2009-01-151-8/+5
| | * ARM: OMAP: Fix gpio.c compile on 15xx with CONFIG_DEBUGFSTony Lindgren2009-01-151-0/+3
| | * ARM: OMAP: Fix compile for beagleTony Lindgren2009-01-151-4/+5
| | * ARM: OMAP: Fix gpio by switching to generic gpio calls, v2Jarkko Nikula2009-01-155-75/+13
| | * ARM: OMAP: Fix compile for palmteTony Lindgren2009-01-151-9/+0
| | * ARM: OMAP: Fix compile for various McBSPTony Lindgren2009-01-152-0/+2
| * | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2009-01-27226-486/+391
| |\ \
| | * | i2c: Warn on deprecated binding model useJean Delvare2009-01-261-3/+5