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