summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | forcedeth: phy status fixAyaz Abdulla2008-02-061-8/+8
| | * | forcedeth: restart tx/rxAyaz Abdulla2008-02-061-0/+19
| | * | Generic HDLC - use random_ether_addr()Krzysztof Halasa2008-02-052-8/+4
| | * | Generic HDLC - remove now unneeded hdlc_device_descKrzysztof Halasa2008-02-057-28/+24
| | * | Generic HDLC - fix kernel panicKrzysztof Halasa2008-02-051-20/+18
| | * | ixgbe: add real-time traffic countersAyyappan Veeraiyan2008-02-051-4/+11
| | * | ixgbe: fix several counter register errataAyyappan Veeraiyan2008-02-051-22/+31
| | * | ixgbe: properly return CHECKSUM_NONE, cleanup csum codeAyyappan Veeraiyan2008-02-051-7/+22
| | * | ixgbe: Fix FW init/release, make this code a functionAyyappan Veeraiyan2008-02-051-10/+28
| | * | ixgbe: Fix pause code for ethtoolAyyappan Veeraiyan2008-02-051-5/+5
| | * | ixbge: Make ethtool code account for media typesAyyappan Veeraiyan2008-02-051-16/+36
| | * | ixbge: remove TX lock and redo TX accounting.Ayyappan Veeraiyan2008-02-052-36/+76
| | * | ixgbe: remove obsolete irq_sem, add driver state checking codeAyyappan Veeraiyan2008-02-053-42/+49
| | * | xircom_cb should return NETDEV_TX_BUSY when no descriptors availableErik Mouw2008-02-051-1/+1
| | * | drivers/net/tlan.c: compilation warning fixLeonardo Potenza2008-02-051-7/+18
| | * | mv643xx_eth: fix byte order when checksum offload is enabledByron Bradley2008-02-051-3/+8
| | * | sky2: fix for Yukon FE (regression in 2.6.25)Stephen Hemminger2008-02-052-11/+8
| | * | iSeries: fix section mismatch in iseries_vethStephen Rothwell2008-02-051-1/+1
| * | | Merge branch 'fixes' of master.kernel.org:/pub/scm/linux/kernel/git/linville/...David S. Miller2008-02-058-73/+162
| |\ \ \
| | * | | b43: Fix DMA for 30/32-bit DMA enginesMichael Buesch2008-02-052-58/+99
| | * | | iwl3945-base.c: fix off-by-one errorsAdrian Bunk2008-02-051-4/+4
| | * | | b43legacy: fix DMA slot resource leakageStefano Brivio2008-02-051-2/+12
| | * | | b43legacy: drop packets we are not able to encryptStefano Brivio2008-02-054-8/+38
| | * | | b43legacy: fix suspend/resumeStefano Brivio2008-02-051-2/+7
| | * | | b43legacy: fix PIO crashStefano Brivio2008-02-051-0/+3
| | |/ /
| * | | [PPPOL2TP]: Label unused warning when CONFIG_PROC_FS is not set.Rami Rosen2008-02-051-1/+2
* | | | fb: fix warning: no return statement in function returning non-voidAnton Vorontsov2008-02-061-0/+1
* | | | virtio: add missing #include <linux/delay.h>Johann Felix Soden2008-02-061-0/+1
* | | | PNP: disable Supermicro H8DCE motherboard resources that overlap SATA BARsBjorn Helgaas2008-02-061-0/+43
* | | | PNP: do not test PNP_DRIVER_RES_DO_NOT_CHANGE on suspend/resumeRene Herman2008-02-061-5/+7
* | | | isapnp driver semaphore to mutexDaniel Walker2008-02-062-15/+17
* | | | pnp: declare PNP option parsing functions as __initThomas Renninger2008-02-063-39/+40
* | | | simplify pnp_activate_dev() and pnp_disable_dev() return valuesBjorn Helgaas2008-02-061-4/+4
* | | | md: fix an occasional deadlock in raid5NeilBrown2008-02-061-9/+5
* | | | md: change ITERATE_RDEV_GENERIC to rdev_for_each_list, and remove ITERATE_RDE...NeilBrown2008-02-061-4/+4
* | | | md: change ITERATE_RDEV to rdev_for_eachNeilBrown2008-02-069-46/+46
* | | | md: change INTERATE_MDDEV to for_each_mddevNeilBrown2008-02-061-6/+6
* | | | md: change a few 'int' to 'size_t' in mdNeilBrown2008-02-061-3/+3
* | | | md: fix use-after-free bug when dropping an rdev from an md arrayNeilBrown2008-02-061-3/+5
* | | | md: allow an md array to appear with 0 drives if it has external metadataNeilBrown2008-02-061-3/+4
* | | | md: lock address when changing attributes of component devicesNeilBrown2008-02-061-1/+7
* | | | md: allow devices to be shared between md arraysNeilBrown2008-02-061-10/+78
* | | | md: set and test the ->persistent flag for md devices more consistentlyNeilBrown2008-02-061-3/+6
* | | | md: allow a maximum extent to be set for resyncingNeilBrown2008-02-064-10/+95
* | | | md: give userspace control over removing failed devices when external metdata...NeilBrown2008-02-061-9/+34
* | | | md: support 'external' metadata for md arraysNeilBrown2008-02-061-19/+58
* | | | md: Update md bitmap during resync.NeilBrown2008-02-064-5/+36
* | | | md: raid6: clean up the style of raid6test/test.cH. Peter Anvin2008-02-061-48/+69
* | | | md: raid6: Fix mktable.cH. Peter Anvin2008-02-061-26/+17
* | | | coding style cleanups for drivers/md/mktables.cOliver Pinter2008-02-061-88/+92