summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* gianfar: Enable padding and Optimize the frame prepended bytes handlingDai Haruki2008-12-161-46/+41
* gianfar: Fix VLAN HW feature related frame/buffer size calculation.Dai Haruki2008-12-162-19/+26
* gianfar: Fix eTSEC configuration procedureDai Haruki2008-12-162-13/+15
* gianfar: Optimize interrupt coalescing configurationDai Haruki2008-12-163-38/+40
* gianfar: Convert gianfar to an of_platform_driverAndy Fleming2008-12-165-192/+386
* gianfar: Use gfar_halt to stop DMA in gfar_probeAndy Fleming2008-12-161-13/+1
* tlan: Remove broken support for big buffersSakari Ailus2008-12-161-134/+77
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-162-9/+16
|\
| * tlan: Fix pci memory unmappingSakari Ailus2008-12-161-4/+9
| * enc28j60: use netif_rx_ni() to deliver RX packetsBaruch Siach2008-12-161-1/+1
| * tlan: Fix small (< 64 bytes) datagram transmissionsSakari Ailus2008-12-161-4/+6
* | net: Refactor full duplex flow control resolutionSteve Glendinning2008-12-164-92/+4
* | net: Move flow control definitions to mii.hSteve Glendinning2008-12-165-35/+25
* | cxgb3: untie strict FW matchingDivy Le Ray2008-12-163-30/+15
* | vcan: convert to net_device_opsOliver Hartkopp2008-12-161-1/+5
* | l2tp: fix UDP checksum supportJames Chapman2008-12-161-12/+82
* | isdn: eicon: fix sparse warning: make global functions staticHannes Eder2008-12-162-41/+47
* | hp100: use roundup instead of open codingIlpo Järvinen2008-12-161-4/+4
* | cxgb3: Add multiple Tx queue support.Divy Le Ray2008-12-164-16/+31
* | e1000e: Add GRO supportHerbert Xu2008-12-151-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-1564-763/+879
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-12-152-58/+95
| |\
| | * e1000e: fix double release of mutexJeff Kirsher2008-12-111-2/+7
| | * sungem: improve ethtool output with internal pcs and serdesHermann Lauer2008-12-091-0/+15
| | * sungem: Make PCS PHY support partially work again.David S. Miller2008-12-091-56/+73
| * | ACPI toshiba: only register rfkill if bt is enabledFrederik Deweerdt2008-12-151-25/+29
| * | pcmcia: blackfin: fix bug - add missing ; to MODULE macroMike Frysinger2008-12-151-1/+1
| * | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-12-132-3/+3
| |\ \
| | * | i2c-highlander: Trivial endian casting fixesHarvey Harrison2008-12-111-2/+2
| | * | i2c-pmcmsp: Fix endianness misannotationHarvey Harrison2008-12-111-1/+1
| * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-12-132-10/+18
| |\ \ \
| | * | | Commands needing to be retried require a complete re-initialization.Alan D. Brunelle2008-12-122-10/+18
| | |/ /
| * | | console ASCII glyph 1:1 mappingIngo Brueckl2008-12-131-1/+1
| * | | unicode table for cp437Ingo Brueckl2008-12-131-6/+6
| |/ /
| * | Revert "radeonfb: accelerate imageblit and other improvements"Linus Torvalds2008-12-105-267/+122
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-12-102-3/+27
| |\ \
| | * | PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switchThomas Renninger2008-12-091-3/+26
| | * | PCI: stop leaking 'slot_name' in pci_create_slotAlex Chiang2008-12-091-0/+1
| * | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-12-103-6/+10
| |\ \ \
| | * | | [IA64] Fix section mismatch ioc3uart_init()/ioc3uart_submoduleTony Luck2008-12-091-3/+3
| | * | | [IA64] Clear up section mismatch for ioc4_ide_attach_one.Robin Holt2008-12-091-3/+3
| | * | | [IA64] Fix GRU compile error w/o CONFIG_HUGETLB_PAGEJack Steiner2008-12-091-0/+4
| | |/ /
| * | | pktcdvd: remove broken dev_t export of class devicesKay Sievers2008-12-101-1/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2008-12-104-4/+14
| |\ \ \
| | * | | firewire: fw-ohci: fix IOMMU resource exhaustionStefan Richter2008-12-103-4/+12
| | * | | ieee1394: node manager causes up to ~3.25s delay in freezing tasksNigel Cunningham2008-12-091-0/+2
| | |/ /
| * | | drivers/video/mb862xx/mb862xxfb.c: fix printkAndrew Morton2008-12-101-2/+2
| * | | drivers/serial/s3c2440.c: fix typo in MODULE_LICENSEBalaji Rao2008-12-101-1/+1
| * | | rtc twl4030: rename ioctl function when RTC_INTF_DEV=nRandy Dunlap2008-12-101-1/+1
| * | | fbcon: fix workqueue shutdownGeoff Levand2008-12-101-0/+6
OpenPOWER on IntegriCloud