| Commit message (Expand) | Author | Age | Files | Lines |
* | net: ixp4xx_eth: Return proper error for eth_init_one | Axel Lin | 2011-01-06 | 1 | -1/+3 |
* | net: am79c961a: Omit private ndo_get_stats function | Tobias Klauser | 2010-12-06 | 1 | -9/+0 |
* | drivers/net: normalize TX_TIMEOUT | Eric Dumazet | 2010-11-09 | 1 | -1/+1 |
* | ep93xx_eth: Use net_device_stats from struct net_device | Tobias Klauser | 2010-08-20 | 1 | -24/+15 |
* | ether3: Use net_device_stats from struct net_device | Tobias Klauser | 2010-08-19 | 2 | -24/+10 |
* | ether1: Use net_device_stats from struct net_device | Tobias Klauser | 2010-08-19 | 2 | -23/+12 |
* | am79c961a: Use net_device_stats from struct net_device | Tobias Klauser | 2010-08-17 | 2 | -20/+16 |
* | Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/... | Linus Torvalds | 2010-08-11 | 1 | -1/+1 |
|\ |
|
| * | IXP4xx: Make mdio_bus struct static in the Ethernet driver. | Krzysztof Hałasa | 2010-05-27 | 1 | -1/+1 |
* | | net: preserve ifreq parameter when calling generic phy_mii_ioctl(). | Richard Cochran | 2010-07-19 | 1 | -1/+2 |
* | | net/nuc900: enable Mac driver clock | Wan ZongShun | 2010-07-16 | 1 | -0/+3 |
* | | ixp4xx: Support the all multicast flag on the NPE devices. | Richard Cochran | 2010-06-01 | 1 | -0/+11 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-05-12 | 1 | -5/+5 |
|\| |
|
| * | net: ep93xx_eth stops receiving packets | David S. Miller | 2010-05-04 | 1 | -5/+5 |
* | | net: trans_start cleanups | Eric Dumazet | 2010-05-10 | 8 | -13/+2 |
* | | KS8695: Remove unnecessary memset of netdev private data | Tobias Klauser | 2010-05-07 | 1 | -1/+0 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 6 | -1/+5 |
|\| |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 6 | -1/+5 |
* | | net: convert multicast list to list_head | Jiri Pirko | 2010-04-03 | 4 | -15/+15 |
* | | net: remove redundant code | Eric Dumazet | 2010-03-31 | 1 | -1/+0 |
|/ |
|
* | KS8695: update ksp->next_rx_desc_read at the end of rx loop | Yegor Yefremov | 2010-03-20 | 1 | -15/+9 |
* | fix a race in ks8695_poll | Figo.zhang | 2010-03-08 | 1 | -1/+1 |
* | KS8695: Don't call netif_carrier_off() from ndo_stop() | Yegor Yefremov | 2010-02-26 | 1 | -1/+0 |
* | net/arm: convert to use netdev_for_each_mc_addr | Jiri Pirko | 2010-02-23 | 5 | -30/+28 |
* | net: move am79c961's probe function to .devinit.text | Uwe Kleine-König | 2010-02-12 | 1 | -1/+1 |
* | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 2010-02-12 | 4 | -6/+6 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-01-23 | 1 | -0/+1 |
|\ |
|
| * | ARM: 5865/1: nuc900 ethernet driver needs mii | Li Jie | 2010-01-05 | 1 | -0/+1 |
* | | ep93xx_eth.c general cleanup | H Hartley Sweeten | 2010-01-08 | 1 | -72/+68 |
|/ |
|
* | Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/... | Linus Torvalds | 2009-12-13 | 1 | -1/+1 |
|\ |
|
| * | IXP4xx: Fix normally-disabled debugging text in drivers/net/arm/ixp4xx_eth.c. | Krzysztof Hałasa | 2009-12-05 | 1 | -1/+1 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-12-02 | 1 | -9/+3 |
|\| |
|
| * | ep93xx-eth: check for zero MAC address on probe, not on device open | Florian Fainelli | 2009-11-30 | 1 | -9/+3 |
* | | KS8695: fix ks8695_rx() unreasonable action. | zeal | 2009-11-17 | 1 | -7/+6 |
* | | KS8695: fix ks8695_rx_irq() bug. | zeal | 2009-11-17 | 1 | -15/+7 |
* | | ARM: fix bug of checking on signed return value using unsigned statement in w... | Wan ZongShun | 2009-11-14 | 1 | -2/+2 |
* | | NET:KS8695: add API for get rx interrupt bit | Figo.zhang | 2009-11-02 | 1 | -12/+55 |
* | | NET/KS8695: add support NAPI for Rx | Figo.zhang | 2009-10-28 | 1 | -25/+78 |
|/ |
|
* | drivers: Kill now superfluous ->last_rx stores | Eric Dumazet | 2009-09-03 | 2 | -2/+0 |
* | netdev: drivers should make ethtool_ops const | Stephen Hemminger | 2009-09-02 | 3 | -3/+3 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-09-02 | 1 | -2/+2 |
|\ |
|
| * | net: Rename MAC platform driver for w90p910 platform | Wan ZongShun | 2009-08-19 | 1 | -2/+2 |
* | | Add support for w90p910 mac driver | Wan ZongShun | 2009-08-14 | 1 | -94/+112 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-07-24 | 4 | -2/+1115 |
|\| |
|
| * | register at91_ether using platform_driver_probe | Uwe Kleine-König | 2009-07-22 | 1 | -2/+1 |
| * | Add mac driver for w90p910 | Wan ZongShun | 2009-07-20 | 3 | -0/+1114 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-07-17 | 1 | -1/+3 |
|\| |
|
| * | netdev: restore MTU change operation | Ben Hutchings | 2009-07-12 | 1 | -0/+1 |
| * | netdev: restore MAC address set and validate operations | Ben Hutchings | 2009-07-12 | 1 | -1/+2 |
* | | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-06 | 4 | -5/+5 |
|/ |
|