| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | forcedeth: phy status fix | Ayaz Abdulla | 2008-02-06 | 1 | -8/+8 |
| | * | | forcedeth: restart tx/rx | Ayaz Abdulla | 2008-02-06 | 1 | -0/+19 |
| | * | | Generic HDLC - use random_ether_addr() | Krzysztof Halasa | 2008-02-05 | 2 | -8/+4 |
| | * | | Generic HDLC - remove now unneeded hdlc_device_desc | Krzysztof Halasa | 2008-02-05 | 7 | -28/+24 |
| | * | | Generic HDLC - fix kernel panic | Krzysztof Halasa | 2008-02-05 | 1 | -20/+18 |
| | * | | ixgbe: add real-time traffic counters | Ayyappan Veeraiyan | 2008-02-05 | 1 | -4/+11 |
| | * | | ixgbe: fix several counter register errata | Ayyappan Veeraiyan | 2008-02-05 | 1 | -22/+31 |
| | * | | ixgbe: properly return CHECKSUM_NONE, cleanup csum code | Ayyappan Veeraiyan | 2008-02-05 | 1 | -7/+22 |
| | * | | ixgbe: Fix FW init/release, make this code a function | Ayyappan Veeraiyan | 2008-02-05 | 1 | -10/+28 |
| | * | | ixgbe: Fix pause code for ethtool | Ayyappan Veeraiyan | 2008-02-05 | 1 | -5/+5 |
| | * | | ixbge: Make ethtool code account for media types | Ayyappan Veeraiyan | 2008-02-05 | 1 | -16/+36 |
| | * | | ixbge: remove TX lock and redo TX accounting. | Ayyappan Veeraiyan | 2008-02-05 | 2 | -36/+76 |
| | * | | ixgbe: remove obsolete irq_sem, add driver state checking code | Ayyappan Veeraiyan | 2008-02-05 | 3 | -42/+49 |
| | * | | xircom_cb should return NETDEV_TX_BUSY when no descriptors available | Erik Mouw | 2008-02-05 | 1 | -1/+1 |
| | * | | drivers/net/tlan.c: compilation warning fix | Leonardo Potenza | 2008-02-05 | 1 | -7/+18 |
| | * | | mv643xx_eth: fix byte order when checksum offload is enabled | Byron Bradley | 2008-02-05 | 1 | -3/+8 |
| | * | | sky2: fix for Yukon FE (regression in 2.6.25) | Stephen Hemminger | 2008-02-05 | 2 | -11/+8 |
| | * | | iSeries: fix section mismatch in iseries_veth | Stephen Rothwell | 2008-02-05 | 1 | -1/+1 |
| * | | | Merge branch 'fixes' of master.kernel.org:/pub/scm/linux/kernel/git/linville/... | David S. Miller | 2008-02-05 | 8 | -73/+162 |
| |\ \ \ |
|
| | * | | | b43: Fix DMA for 30/32-bit DMA engines | Michael Buesch | 2008-02-05 | 2 | -58/+99 |
| | * | | | iwl3945-base.c: fix off-by-one errors | Adrian Bunk | 2008-02-05 | 1 | -4/+4 |
| | * | | | b43legacy: fix DMA slot resource leakage | Stefano Brivio | 2008-02-05 | 1 | -2/+12 |
| | * | | | b43legacy: drop packets we are not able to encrypt | Stefano Brivio | 2008-02-05 | 4 | -8/+38 |
| | * | | | b43legacy: fix suspend/resume | Stefano Brivio | 2008-02-05 | 1 | -2/+7 |
| | * | | | b43legacy: fix PIO crash | Stefano Brivio | 2008-02-05 | 1 | -0/+3 |
| | |/ / |
|
| * | | | [PPPOL2TP]: Label unused warning when CONFIG_PROC_FS is not set. | Rami Rosen | 2008-02-05 | 1 | -1/+2 |
* | | | | fb: fix warning: no return statement in function returning non-void | Anton Vorontsov | 2008-02-06 | 1 | -0/+1 |
* | | | | virtio: add missing #include <linux/delay.h> | Johann Felix Soden | 2008-02-06 | 1 | -0/+1 |
* | | | | PNP: disable Supermicro H8DCE motherboard resources that overlap SATA BARs | Bjorn Helgaas | 2008-02-06 | 1 | -0/+43 |
* | | | | PNP: do not test PNP_DRIVER_RES_DO_NOT_CHANGE on suspend/resume | Rene Herman | 2008-02-06 | 1 | -5/+7 |
* | | | | isapnp driver semaphore to mutex | Daniel Walker | 2008-02-06 | 2 | -15/+17 |
* | | | | pnp: declare PNP option parsing functions as __init | Thomas Renninger | 2008-02-06 | 3 | -39/+40 |
* | | | | simplify pnp_activate_dev() and pnp_disable_dev() return values | Bjorn Helgaas | 2008-02-06 | 1 | -4/+4 |
* | | | | md: fix an occasional deadlock in raid5 | NeilBrown | 2008-02-06 | 1 | -9/+5 |
* | | | | md: change ITERATE_RDEV_GENERIC to rdev_for_each_list, and remove ITERATE_RDE... | NeilBrown | 2008-02-06 | 1 | -4/+4 |
* | | | | md: change ITERATE_RDEV to rdev_for_each | NeilBrown | 2008-02-06 | 9 | -46/+46 |
* | | | | md: change INTERATE_MDDEV to for_each_mddev | NeilBrown | 2008-02-06 | 1 | -6/+6 |
* | | | | md: change a few 'int' to 'size_t' in md | NeilBrown | 2008-02-06 | 1 | -3/+3 |
* | | | | md: fix use-after-free bug when dropping an rdev from an md array | NeilBrown | 2008-02-06 | 1 | -3/+5 |
* | | | | md: allow an md array to appear with 0 drives if it has external metadata | NeilBrown | 2008-02-06 | 1 | -3/+4 |
* | | | | md: lock address when changing attributes of component devices | NeilBrown | 2008-02-06 | 1 | -1/+7 |
* | | | | md: allow devices to be shared between md arrays | NeilBrown | 2008-02-06 | 1 | -10/+78 |
* | | | | md: set and test the ->persistent flag for md devices more consistently | NeilBrown | 2008-02-06 | 1 | -3/+6 |
* | | | | md: allow a maximum extent to be set for resyncing | NeilBrown | 2008-02-06 | 4 | -10/+95 |
* | | | | md: give userspace control over removing failed devices when external metdata... | NeilBrown | 2008-02-06 | 1 | -9/+34 |
* | | | | md: support 'external' metadata for md arrays | NeilBrown | 2008-02-06 | 1 | -19/+58 |
* | | | | md: Update md bitmap during resync. | NeilBrown | 2008-02-06 | 4 | -5/+36 |
* | | | | md: raid6: clean up the style of raid6test/test.c | H. Peter Anvin | 2008-02-06 | 1 | -48/+69 |
* | | | | md: raid6: Fix mktable.c | H. Peter Anvin | 2008-02-06 | 1 | -26/+17 |
* | | | | coding style cleanups for drivers/md/mktables.c | Oliver Pinter | 2008-02-06 | 1 | -88/+92 |