| Commit message (Expand) | Author | Age |
* | net: remove redundant code | Eric Dumazet | 2010-03-31 |
* | KS8695: update ksp->next_rx_desc_read at the end of rx loop | Yegor Yefremov | 2010-03-20 |
* | fix a race in ks8695_poll | Figo.zhang | 2010-03-07 |
* | KS8695: Don't call netif_carrier_off() from ndo_stop() | Yegor Yefremov | 2010-02-26 |
* | net/arm: convert to use netdev_for_each_mc_addr | Jiri Pirko | 2010-02-22 |
* | net: move am79c961's probe function to .devinit.text | Uwe Kleine-König | 2010-02-12 |
* | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 2010-02-12 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-01-23 |
|\ |
|
| * | ARM: 5865/1: nuc900 ethernet driver needs mii | Li Jie | 2010-01-05 |
* | | ep93xx_eth.c general cleanup | H Hartley Sweeten | 2010-01-08 |
|/ |
|
* | Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/... | Linus Torvalds | 2009-12-12 |
|\ |
|
| * | IXP4xx: Fix normally-disabled debugging text in drivers/net/arm/ixp4xx_eth.c. | Krzysztof Hałasa | 2009-12-05 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-12-02 |
|\| |
|
| * | ep93xx-eth: check for zero MAC address on probe, not on device open | Florian Fainelli | 2009-11-30 |
* | | KS8695: fix ks8695_rx() unreasonable action. | zeal | 2009-11-17 |
* | | KS8695: fix ks8695_rx_irq() bug. | zeal | 2009-11-17 |
* | | ARM: fix bug of checking on signed return value using unsigned statement in w... | Wan ZongShun | 2009-11-13 |
* | | NET:KS8695: add API for get rx interrupt bit | Figo.zhang | 2009-11-02 |
* | | NET/KS8695: add support NAPI for Rx | Figo.zhang | 2009-10-28 |
|/ |
|
* | drivers: Kill now superfluous ->last_rx stores | Eric Dumazet | 2009-09-03 |
* | netdev: drivers should make ethtool_ops const | Stephen Hemminger | 2009-09-02 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-09-02 |
|\ |
|
| * | net: Rename MAC platform driver for w90p910 platform | Wan ZongShun | 2009-08-19 |
* | | Add support for w90p910 mac driver | Wan ZongShun | 2009-08-13 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-07-23 |
|\| |
|
| * | register at91_ether using platform_driver_probe | Uwe Kleine-König | 2009-07-22 |
| * | Add mac driver for w90p910 | Wan ZongShun | 2009-07-20 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-07-16 |
|\| |
|
| * | netdev: restore MTU change operation | Ben Hutchings | 2009-07-12 |
| * | netdev: restore MAC address set and validate operations | Ben Hutchings | 2009-07-12 |
* | | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-05 |
|/ |
|
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-06-15 |
|\ |
|
| * | IXP4xx: Change QMgr function names to qmgr_stat_*_watermark and clean the com... | Krzysztof Hałasa | 2009-05-25 |
| * | IXP4xx: Whitespace fixes in the Ethernet driver. | Krzysztof Hałasa | 2009-05-23 |
| * | IXP4xx: Ethernet and WAN drivers now support "high" hardware queues. | Krzysztof Hałasa | 2009-05-23 |
* | | net: use symbolic values for ndo_start_xmit() return codes | Patrick McHardy | 2009-06-13 |
* | | net: replace dma_sync_single with dma_sync_single_for_cpu | FUJITA Tomonori | 2009-05-29 |
* | | ixp4xx_eth: Remove references to BUS_ID_SIZE. | David S. Miller | 2009-05-27 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-05-10 |
|\ |
|
| * | IXP4xx: complete Ethernet netdev setup before calling register_netdev(). | Krzysztof Hałasa | 2009-05-09 |
| * | IXP4xx: use "ENODEV" instead of "ENOSYS" in module initialization. | Krzysztof Hałasa | 2009-05-09 |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-04-17 |
|\ \
| |/
|/| |
|
| * | [ARM] 5454/1: ep93xx_eth: fix sparse warnings | Hartley Sweeten | 2009-04-16 |
* | | ether3: convert to net_device_ops | Alexander Beregalov | 2009-04-11 |
* | | ether1: convert to net_device_ops | Alexander Beregalov | 2009-04-11 |
* | | ep93xx_eth: convert to net_device_ops | Alexander Beregalov | 2009-04-11 |
* | | at91_ether: convert to net_device_ops | Alexander Beregalov | 2009-04-11 |
* | | am79c961a: convert to net_device_ops | Alexander Beregalov | 2009-04-11 |
|/ |
|
* | Merge branch 'origin' into devel | Russell King | 2009-03-28 |
|\ |
|
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-03-05 |
| |\ |
|