| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/net/eepro: kill dead code | Jeff Garzik | 2006-10-06 | 1 | -14/+0 |
* | drivers/net: eliminate irq handler impossible checks, needless casts | Jeff Garzik | 2006-10-06 | 37 | -199/+39 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 228 | -538/+477 |
* | Remove all inclusions of <linux/config.h> | Dave Jones | 2006-10-04 | 5 | -7/+0 |
* | BUG_ON cleanup in drivers/net/tokenring/ | Eric Sesterhenn | 2006-10-03 | 1 | -2/+1 |
* | fix file specification in comments | Uwe Zeisberger | 2006-10-03 | 3 | -3/+3 |
* | Still more typo fixes | Matt LaPlante | 2006-10-03 | 1 | -1/+1 |
* | Fix several typos in drivers/ | Matt LaPlante | 2006-10-03 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc | Linus Torvalds | 2006-10-03 | 1 | -2/+3 |
|\ |
|
| * | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/vitb... | Paul Mackerras | 2006-09-28 | 1 | -2/+3 |
| |\ |
|
| | * | POWERPC: Bring the fs_no calculation to the relevant SoC enumeration | Vitaly Bordug | 2006-09-21 | 1 | -1/+2 |
| | * | POWERPC: overhaul with cpm2_map mechanism | Vitaly Bordug | 2006-09-21 | 1 | -1/+1 |
* | | | [PATCH] pr_debug: ifb: replace missing comma to separate pr_debug arguments | Zach Brown | 2006-10-03 | 1 | -2/+2 |
* | | | [PATCH] hp100: fix conditional compilation mess | Jeff Garzik | 2006-10-02 | 2 | -4/+6 |
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2006-10-02 | 29 | -1755/+1502 |
|\ \ \ |
|
| * | | | [netdrvr] hp100: encapsulate all non-module code | Jeff Garzik | 2006-10-01 | 1 | -2/+3 |
| * | | | drivers/net/wireless/{airo,ipw2100}: fix error handling bugs | Jeff Garzik | 2006-10-01 | 2 | -7/+27 |
| * | | | [netdrvr] phy: Fix bugs in error handling | Jeff Garzik | 2006-10-01 | 2 | -4/+10 |
| * | | | Merge branch 'master' into upstream | Jeff Garzik | 2006-09-30 | 21 | -156/+535 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into upstream | Jeff Garzik | 2006-09-27 | 9 | -16/+16 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'upstream' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 ... | Jeff Garzik | 2006-09-27 | 21 | -1484/+1104 |
| |\ \ \ \ \ |
|
| | * | | | | | e100, e1000, ixgb: increment version numbers | Auke Kok | 2006-09-27 | 3 | -3/+3 |
| | * | | | | | ixgb: convert to netdev_priv(netdev) | Auke Kok | 2006-09-27 | 1 | -3/+3 |
| | * | | | | | ixgb: combine more rx descriptors to improve performance | Jesse Brandeburg | 2006-09-27 | 1 | -1/+1 |
| | * | | | | | e1000: possible memory leak in e1000_set_ringparam | Vasily Averin | 2006-09-27 | 1 | -21/+17 |
| | * | | | | | e1000: Janitor: Use #defined values for literals | Linas Vepstas | 2006-09-27 | 1 | -2/+2 |
| | * | | | | | e1000: don't strip vlan ID if 8021q claims it | Bruce Allan | 2006-09-27 | 1 | -1/+5 |
| | * | | | | | e1000: rework polarity, NVM, eeprom code and fixes. | Jeff Kirsher | 2006-09-27 | 2 | -145/+155 |
| | * | | | | | e1000: driver state fixes (race fix) | Auke Kok | 2006-09-27 | 3 | -14/+23 |
| | * | | | | | e1000: reduce RAR entries available for ICH8 | Jeff Kirsher | 2006-09-27 | 1 | -3/+3 |
| | * | | | | | e1000: add PCI-E capability detection code | Jeff Kirsher | 2006-09-27 | 3 | -4/+35 |
| | * | | | | | e1000: handle manageability for pci-e adapters at PHY powerdown | Bruce Allan | 2006-09-27 | 1 | -9/+32 |
| | * | | | | | e1000: gather hardware bit tweaks. | Jeff Kirsher | 2006-09-27 | 3 | -38/+142 |
| | * | | | | | e1000: Maybe stop TX if not enough free descriptors | Jesse Brandeburg | 2006-09-27 | 1 | -10/+42 |
| | * | | | | | e1000: Jumbo frames fixes for 82573 | Bruce Allan | 2006-09-27 | 1 | -3/+7 |
| | * | | | | | e1000: Fix MANC detection for PCIE adapters | Jeff Kirsher | 2006-09-27 | 1 | -11/+4 |
| | * | | | | | e1000: allow ethtool to pass arbitrary speed advertisment | Jeff Kirsher | 2006-09-27 | 1 | -7/+3 |
| | * | | | | | e1000: add multicast stats counters | Mitch Williams | 2006-09-27 | 3 | -20/+25 |
| | * | | | | | e1000: remove unused code and make symbols static | Nicholas Nunley | 2006-09-27 | 5 | -367/+120 |
| | * | | | | | e1000: add enums for several link properties | Jeff Kirsher | 2006-09-27 | 1 | -36/+53 |
| | * | | | | | e1000: rename flow control symbols | Jeff Kirsher | 2006-09-27 | 4 | -60/+60 |
| | * | | | | | e100: rework WoL and shutdown handling | Auke Kok | 2006-09-27 | 1 | -31/+20 |
| | * | | | | | e100: Add debugging code for cb cleaning. | Jesse Brandeburg | 2006-09-27 | 1 | -3/+4 |
| | * | | | | | e1000: keep .suspend and .resume driver methods in CONFIG_PM | Auke Kok | 2006-09-27 | 1 | -1/+1 |
| | * | | | | | e100, e1000, ixgb: Fix an impossible memory overwrite bug | Auke Kok | 2006-09-27 | 3 | -3/+3 |
| | * | | | | | e100, e1000, ixgb: update copyright header and remove LICENSE | Auke Kok | 2006-09-27 | 21 | -692/+345 |
| * | | | | | | [PATCH] spidernet: Use pci_dma_mapping_error() | Olof Johansson | 2006-09-27 | 1 | -3/+3 |
| * | | | | | | [PATCH] sky2: version 1.9 | Stephen Hemminger | 2006-09-27 | 1 | -1/+1 |
| * | | | | | | [PATCH] sky2: fragmented receive for large MTU | Stephen Hemminger | 2006-09-27 | 2 | -81/+219 |
| * | | | | | | [PATCH] sky2: use netif_tx_lock instead of LLTX | Stephen Hemminger | 2006-09-27 | 2 | -41/+17 |