| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] gianfar: Add support enhanced TSEC features on the MPC 8548 | Kumar Gala | 2005-06-27 | 3 | -390/+902 |
* | [PATCH] smc91x: plug race between TX tasklet and driver reset | Nicolas Pitre | 2005-06-27 | 1 | -19/+24 |
* | [PATCH] via-rhine trivial whitespace patch | Denis Vlasenko | 2005-06-27 | 1 | -3/+3 |
* | [PATCH] e1000: Driver version, white space, comments & other | Malli Chilakala | 2005-06-27 | 2 | -7/+9 |
* | [PATCH] e1000: Included proposals to false late collisions due to H/W latencies | Malli Chilakala | 2005-06-27 | 2 | -5/+15 |
* | [PATCH] e1000: Ethtool set speed/duplex validates parameters for consistency | Malli Chilakala | 2005-06-27 | 1 | -0/+7 |
* | [PATCH] e1000: Enable ethtool phys_id feature for 82573 controllers | Malli Chilakala | 2005-06-27 | 1 | -9/+18 |
* | [PATCH] e1000: Fixed VLAN tag processing error for big-endian architectures | Malli Chilakala | 2005-06-27 | 1 | -6/+6 |
* | [PATCH] e1000: Ethtool cleanup patch from Stephen Hemminger | Malli Chilakala | 2005-06-27 | 1 | -5/+16 |
* | [PATCH] e1000: Fixed the loopback test failure for 82573 based adapters | Malli Chilakala | 2005-06-27 | 1 | -0/+1 |
* | [PATCH] e1000: Fixed register and loopback test failures with 82573 controllers | Malli Chilakala | 2005-06-27 | 1 | -6/+26 |
* | [PATCH] e1000: Cleanup debug message printed when Tx Unit hang is detected | Malli Chilakala | 2005-06-27 | 2 | -3/+3 |
* | [PATCH] e1000: Use netdev_priv() to get to netdev->priv | Malli Chilakala | 2005-06-27 | 2 | -45/+45 |
* | [PATCH] e1000: Use correct WOL settings for 82544 adapters | Malli Chilakala | 2005-06-27 | 1 | -1/+1 |
* | [PATCH] e1000: Synchronize phy access between stats update and MII_IOCTL | Malli Chilakala | 2005-06-27 | 1 | -10/+26 |
* | [PATCH] e100: NAPI performance enhancements | Malli Chilakala | 2005-06-27 | 1 | -2/+4 |
* | [PATCH] e100: e100_eeprom_load was called after e100_phy_init | Malli Chilakala | 2005-06-27 | 1 | -2/+2 |
* | [PATCH] e100: fixed e100 MDI/MDI-X issues | Malli Chilakala | 2005-06-27 | 1 | -5/+10 |
* | Merge /spare/repo/netdev-2.6/ branch 'orinoco' | Jeff Garzik | 2005-06-27 | 2 | -1010/+1485 |
|\ |
|
| * | wireless/orinoco: remove changelog, bump version | Jeff Garzik | 2005-06-27 | 2 | -374/+1 |
| * | [PATCH] orinoco: monitor mode support | Christoph Hellwig | 2005-06-27 | 2 | -29/+180 |
| * | [PATCH] orinoco: always use 802.11 header for rx processing | Christoph Hellwig | 2005-06-27 | 1 | -53/+52 |
| * | [PATCH] orinoco: scanning support | Christoph Hellwig | 2005-06-27 | 2 | -21/+544 |
| * | [PATCH] orinoco: manual roaming for Symbol and Intersilfirmware | Christoph Hellwig | 2005-06-27 | 2 | -0/+174 |
| * | [PATCH] orinoco: basic ethtool support | Christoph Hellwig | 2005-06-27 | 1 | -0/+24 |
| * | [PATCH] orinoco: wireless API 15 support | Christoph Hellwig | 2005-06-27 | 1 | -571/+547 |
| * | [PATCH] orinoco: include <net/ieee80211.h> | Christoph Hellwig | 2005-06-27 | 1 | -0/+1 |
* | | [PATCH] cs89x0.c: support for Philips' pnx0105 network adapter | dmitry pervushin | 2005-06-27 | 3 | -5/+39 |
* | | [PATCH] drivers/net/skfp/: cleanups | Adrian Bunk | 2005-06-27 | 13 | -883/+20 |
* | | [netdrvr] tulip: add pci id | Hideki Yamane | 2005-06-27 | 1 | -0/+1 |
* | | [PATCH] forcedeth: Add support for new device id | Manfred Spraul | 2005-06-27 | 1 | -1/+16 |
* | | [PATCH] forcedeth: Poll for link changes | Manfred Spraul | 2005-06-27 | 1 | -12/+13 |
* | | [PATCH] forcedeth: add two new pci ids | Manfred Spraul | 2005-06-27 | 1 | -2/+19 |
* | | [PATCH] net/lanstreamer: replace schedule_timeout() with ssleep()/msleep_inte... | Nishanth Aravamudan | 2005-06-26 | 1 | -4/+2 |
* | | [PATCH] net/pcnet32: replace schedule_timeout() with msleep_interruptible() | Nishanth Aravamudan | 2005-06-26 | 1 | -1/+1 |
* | | [PATCH] net/farsync: add set_current_state() before schedule_timeout() | Nishanth Aravamudan | 2005-06-26 | 1 | -0/+1 |
* | | [PATCH] net/sb1000: replace nicedelay() with ssleep() | Nishanth Aravamudan | 2005-06-26 | 1 | -11/+3 |
* | | [PATCH] wireless: char* -> char[] conversion in airo.c | Domen Puncer | 2005-06-26 | 1 | -1/+1 |
|/ |
|
* | [PATCH] DM9000 network driver bugfix | Sascha Hauer | 2005-06-26 | 1 | -2/+2 |
* | [PATCH] fealnx.c calls dev_kfree_skb from atomic context | Denis Vlasenko | 2005-06-26 | 1 | -2/+1 |
* | [PATCH] fix int vs. pm_message_t confusion in airo | Pavel Machek | 2005-06-26 | 1 | -5/+5 |
* | [PATCH] defxx: Use irqreturn_t for the interrupt handler | Maciej W. Rozycki | 2005-06-26 | 1 | -37/+51 |
* | [PATCH] dmfe warning fix | Andrew Morton | 2005-06-26 | 1 | -2/+3 |
* | [PATCH] document that 8139TOO supports 8129/8130 | Adrian Bunk | 2005-06-26 | 2 | -3/+4 |
* | [PATCH] net/slip: replace schedule_timeout() with msleep_interruptible() | Nishanth Aravamudan | 2005-06-26 | 1 | -4/+2 |
* | [PATCH] drivers/net/ewrk3.c: remove dead code | Adrian Bunk | 2005-06-26 | 1 | -9/+3 |
* | [PATCH] drivers/net/skfp/: fix LITTLE_ENDIAN | Adrian Bunk | 2005-06-26 | 2 | -1/+3 |
* | [PATCH] drivers/net/tokenring/: cleanups | Adrian Bunk | 2005-06-26 | 12 | -90/+21 |
* | [PATCH] pcnet_cs.c: IRQ handler optimization | Andreas Mohr | 2005-06-26 | 1 | -4/+6 |
* | drivers/net/: Use the DMA_{64,32}BIT_MASK constants | Domen Puncer | 2005-06-26 | 11 | -16/+27 |