Age | Commit message (Expand) | Author | Files | Lines |
2008-02-03 | drivers/net/arm/at91_ether.c: logical/bitand typo in function reset_phy() | Roel Kluin | 1 | -1/+1 |
2007-11-14 | [EP93xx_ETH]: Build fix after 2.6.24 NAPI changes. | David S. Miller | 1 | -1/+1 |
2007-10-11 | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 5 | -28/+22 |
2007-10-11 | drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE | Denis Cheng | 1 | -1/+1 |
2007-10-11 | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 4 | -4/+0 |
2007-10-11 | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger | 1 | -38/+34 |
2007-07-20 | [ARM] rpc: silence two section mismatch warnings | Russell King | 2 | -2/+2 |
2007-07-20 | [ARM] rpc: remove linux/ptrace.h from ARM ether?.c drivers | Russell King | 3 | -3/+0 |
2007-07-19 | ARM/ETHER3: Handle multicast frames. | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -1/+1 |
2007-07-17 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+1 |
2007-07-17 | EP93XX_ETH must select MII | John Donoghue | 1 | -0/+1 |
2007-07-11 | [NET]: Kill eth_copy_and_sum(). | David S. Miller | 1 | -1/+1 |
2007-07-09 | Use menuconfig objects II - netdev (general+100mbit) | Jan Engelhardt | 1 | -6/+6 |
2007-07-06 | potential compiler error, irqfunc caller sites update | Yoann Padioleau | 1 | -1/+1 |
2007-05-11 | [ARM] ecard: add ecardm_iomap() / ecardm_iounmap() | Russell King | 3 | -21/+4 |
2007-05-11 | [ARM] ecard: add helper function for setting ecard irq ops | Russell King | 1 | -3/+1 |
2007-05-08 | AT91RM9200 Ethernet: Fix multicast addressing | Andrew Victor | 1 | -2/+2 |
2007-05-08 | AT91RM9200 Ethernet: Support additional PHYs | Andrew Victor | 2 | -21/+73 |
2007-04-26 | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 5 | -5/+0 |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 3 | -3/+0 |
2007-02-07 | Network: convert network devices to use struct device instead of class_device | Greg Kroah-Hartman | 2 | -2/+2 |
2006-12-27 | ep93xx: some minor cleanups to the ep93xx eth driver | Yan Burman | 1 | -3/+1 |
2006-12-07 | [PATCH] AT91RM9200 Ethernet: Use dev_alloc_skb() | Andrew Victor | 1 | -2/+1 |
2006-12-07 | [PATCH] AT91RM9200 Ethernet: Add netpoll / netconsole support | Andrew Victor | 1 | -0/+14 |
2006-12-07 | [PATCH] AT91RM9200 Ethernet: Move check_timer variable and use mod_timer() | Andrew Victor | 2 | -9/+8 |
2006-12-07 | [PATCH] AT91RM9200 Ethernet: Remove 'at91_dev' and use netdev_priv() | Andrew Victor | 1 | -30/+25 |
2006-12-05 | [PATCH] drivers/net/arm missing __devinit | Al Viro | 2 | -7/+7 |
2006-12-02 | [PATCH] 8390 cleanup - etherh iomem annotations | Al Viro | 1 | -10/+10 |
2006-12-02 | [PATCH] beginning of 8390 fixes - generic and arm/etherh | Al Viro | 1 | -10/+17 |
2006-11-01 | [PATCH] ep93xx_eth: don't report RX errors | Lennert Buytenhek | 1 | -3/+0 |
2006-11-01 | [PATCH] ep93xx_eth: fix unlikely(x) > y test | Lennert Buytenhek | 1 | -1/+1 |
2006-11-01 | [PATCH] ep93xx_eth: fix RX/TXstatus ring full handling | Lennert Buytenhek | 1 | -26/+9 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 5 | -9/+9 |
2006-10-04 | Remove all inclusions of <linux/config.h> | Dave Jones | 1 | -1/+0 |
2006-10-04 | fix file specification in comments | Uwe Zeisberger | 1 | -1/+1 |
2006-09-28 | [ARM] 3865/1: AT91RM9200 header updates | Andrew Victor | 1 | -1/+1 |
2006-09-23 | [PATCH] Cirrus Logic ep93xx ethernet driver | Lennert Buytenhek | 3 | -0/+952 |
2006-09-13 | drivers/net: const-ify ethtool_ops declarations | Jeff Garzik | 2 | -2/+2 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-06-23 | [NET]: Avoid allocating skb in skb_pad | Herbert Xu | 2 | -4/+2 |
2006-06-23 | [PATCH] AT91RM9200 Ethernet #4: Suspend/Resume | Andrew Victor | 1 | -1/+45 |
2006-06-23 | [PATCH] AT91RM9200 Ethernet #3: Cleanup | Andrew Victor | 2 | -14/+16 |
2006-06-23 | [PATCH] AT91RM9200 Ethernet #2: MII interface | Andrew Victor | 1 | -0/+20 |
2006-06-23 | [PATCH] AT91RM9200 Ethernet #1: Link poll | Andrew Victor | 1 | -18/+43 |
2006-03-24 | [PATCH] AT91RM9200 Ethernet driver | Andrew Victor | 4 | -0/+1220 |
2006-03-21 | [PATCH] handle errors returned by platform_get_irq*() | David Vrabel | 1 | -1/+3 |
2006-01-17 | [PATCH] drivers/net/*: use time_after() and friends | Marcelo Feitoza Parisi | 1 | -1/+2 |
2006-01-09 | [ARM] Update am79c961 to use struct platform_driver | Russell King | 1 | -6/+6 |
2006-01-09 | [ARM] Remove asm/irq.h includes from ARM drivers | Russell King | 2 | -2/+0 |
2006-01-09 | [ARM] Remove EPXA10DB machine support | Russell King | 3 | -1031/+0 |