| Commit message (Expand) | Author | Age | Files | Lines |
* | phylib: move to dynamic allocation of struct mii_bus | Lennert Buytenhek | 2008-10-08 | 1 | -20/+29 |
* | phylib: rename mii_bus::dev to mii_bus::parent | Lennert Buytenhek | 2008-10-08 | 1 | -1/+1 |
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 1 | -2/+2 |
* | netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 | Anton Vorontsov | 2008-07-22 | 1 | -3/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-07-18 | 1 | -0/+37 |
|\ |
|
| * | macb: Basic suspend/resume support | Haavard Skinnemoen | 2008-07-02 | 1 | -0/+37 |
* | | netdev: Convert all drivers away from netif_schedule(). | David S. Miller | 2008-07-17 | 1 | -1/+1 |
* | | macb: use random mac if stored address in EEPROM is invalid | Sven Schnelle | 2008-06-11 | 1 | -1/+5 |
|/ |
|
* | net drivers: fix platform driver hotplug/coldplug | Kay Sievers | 2008-04-25 | 1 | -0/+2 |
* | phy: Change mii_bus id field to a string | Andy Fleming | 2008-04-16 | 1 | -1/+1 |
* | macb: Use semicolon instead of comma for statement | Atsushi Nemoto | 2008-04-12 | 1 | -6/+6 |
* | macb: Call phy_disconnect on removing | Atsushi Nemoto | 2008-04-12 | 1 | -0/+2 |
* | macb: Fix speed setting | Atsushi Nemoto | 2008-02-24 | 1 | -1/+1 |
* | macb: Fix section mismatch and shrink runtime footprint | Haavard Skinnemoen | 2008-02-03 | 1 | -5/+4 |
* | MACB: clear transmit buffers properly on transmit underrun | Gregory CLEMENT | 2007-12-22 | 1 | -1/+24 |
* | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 2007-10-10 | 1 | -3/+3 |
* | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2007-10-10 | 1 | -1/+0 |
* | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger | 2007-10-10 | 1 | -22/+18 |
* | macb: Add multicast capability | Patrice Vilchez | 2007-07-16 | 1 | -0/+120 |
* | macb: Use generic PHY layer | frederic RODO | 2007-07-16 | 1 | -251/+200 |
* | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -3/+4 |
* | [SK_BUFF]: Convert skb->end to sk_buff_data_t | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+2 |
* | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+0 |
* | macb: Remove inappropriate spinlocks around mii calls | Haavard Skinnemoen | 2007-02-17 | 1 | -21/+3 |
* | [PATCH] Scheduled removal of SA_xxx interrupt flags fixups | Thomas Gleixner | 2007-02-14 | 1 | -1/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2007-02-07 | 1 | -18/+18 |
|\ |
|
| * | Network: convert network devices to use struct device instead of class_device | Greg Kroah-Hartman | 2007-02-07 | 1 | -18/+18 |
* | | AT91: MACB support | Andrew Victor | 2007-02-07 | 1 | -2/+23 |
|/ |
|
* | [PATCH] MACB: Use __raw register access | Haavard Skinnemoen | 2006-12-11 | 1 | -1/+1 |
* | [PATCH] MACB: Use struct delayed_work instead of struct work_struct | Haavard Skinnemoen | 2006-12-11 | 1 | -3/+3 |
* | [PATCH] Atmel MACB ethernet driver | Haavard Skinnemoen | 2006-12-02 | 1 | -0/+1210 |