Age | Commit message (Expand) | Author | Files | Lines |
2009-12-03 | drivers/net: Move && and || to end of previous line | Joe Perches | 1 | -2/+1 |
2009-11-18 | drivers/net/r6040.c: remove exceptional & on function name | Julia Lawall | 1 | -1/+1 |
2009-11-15 | r6040: fix version printing | Florian Fainelli | 1 | -1/+1 |
2009-09-01 | netdev: convert bulk of drivers to netdev_tx_t | Stephen Hemminger | 1 | -5/+5 |
2009-08-23 | r6040: bump to version 0.25 and 20 August 2009 release date | Florian Fainelli | 1 | -2/+2 |
2009-08-23 | r6040: move down second PHY detection to r6040_init_one | Mark Kelly | 1 | -8/+7 |
2009-08-23 | r6040: remove unused pioaddr variable | Mark Kelly | 1 | -2/+0 |
2009-07-09 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -3/+6 |
2009-07-08 | r6040: bump driver version to 0.24 and date to 08 July 2009 | Florian Fainelli | 1 | -2/+2 |
2009-07-08 | r6040: restore MIER register correctly when IRQ line is shared | Florian Fainelli | 1 | -1/+4 |
2009-07-05 | Minor code cleanup in drivers/net/r6040.c | Michael Opdenacker | 1 | -2/+2 |
2009-05-27 | r6040: check and update media status | Florian Fainelli | 1 | -1/+5 |
2009-05-05 | r6040: bump version to 0.23 and date to 05May2009 | Florian Fainelli | 1 | -2/+2 |
2009-05-05 | r6040: check for absent PHY | Florian Fainelli | 1 | -0/+8 |
2009-04-08 | r6040: set MODULE_VERSION | Florian Fainelli | 1 | -0/+1 |
2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 1 | -2/+2 |
2009-03-25 | Bump release date to 25Mar2009 and version to 0.22 | Florian Fainelli | 1 | -2/+2 |
2009-03-25 | r6040: Fix second PHY address | Florian Fainelli | 1 | -1/+1 |
2009-02-17 | drivers/net/r6040.c: fix sparse warning: Using plain integer as NULL pointer | Hannes Eder | 1 | -2/+2 |
2009-01-30 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+0 |
2009-01-26 | r6040: Remove unused variable pdev from drivers/net/r6040.c | Manish Katiyar | 1 | -1/+0 |
2009-01-21 | net: Remove redundant NAPI functions | Ben Hutchings | 1 | -2/+2 |
2009-01-11 | netdev: add missing set_mac_address hook | Stephen Hemminger | 1 | -0/+1 |
2009-01-11 | r6040: bump release to 0.21 | Florian Fainelli | 1 | -2/+2 |
2009-01-11 | r6040: generate random ethernet MAC address when not initialized | Florian Fainelli | 1 | -2/+4 |
2009-01-11 | r6040: fix ifconfig down and freeing of tx/rx descriptors | Florian Fainelli | 1 | -11/+21 |
2009-01-08 | r6040: bump release number to 0.20 | Florian Fainelli | 1 | -2/+2 |
2009-01-08 | r6040: warn about MAC address being unset | Florian Fainelli | 1 | -0/+5 |
2009-01-08 | r6040: check PHY status when bringing interface up | Florian Fainelli | 1 | -0/+4 |
2009-01-08 | r6040: make printks consistent with DRV_NAME | Florian Fainelli | 1 | -7/+7 |
2008-12-22 | net: Remove unused netdev arg from some NAPI interfaces. | Neil Horman | 1 | -2/+2 |
2008-12-22 | r6040: bump release number to 0.19 | Florian Fainelli | 1 | -2/+2 |
2008-12-22 | r6040: save and restore MIER correctly in the interrupt routine | Joe Chou | 1 | -2/+7 |
2008-12-22 | r6040: fix wrong logic in mdio code | Joe Chou | 1 | -2/+2 |
2008-11-21 | r6040: convert to net_device_ops | Stephen Hemminger | 1 | -11/+18 |
2008-11-03 | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 1 | -1/+0 |
2008-09-24 | r6040: fix wrong assignment in r6040_free_txbufs | Florian Fainelli | 1 | -1/+1 |
2008-09-24 | r6040: fix bad usage of udelay | Florian Fainelli | 1 | -2/+2 |
2008-08-14 | [netdrvr] remove unnecessary #include | Huang Weiyi | 1 | -1/+0 |
2008-07-22 | r6040: rework init_one error handling | Florian Fainelli | 1 | -19/+25 |
2008-07-22 | r6040: bump release number to 0.18 | Florian Fainelli | 1 | -2/+2 |
2008-07-22 | r6040: handle RX fifo full and no descriptor interrupts | Florian Fainelli | 1 | -7/+15 |
2008-07-22 | r6040: change the default waiting time | Florian Fainelli | 1 | -2/+2 |
2008-07-22 | r6040: use definitions for magic values in descriptor status | Florian Fainelli | 1 | -11/+26 |
2008-07-22 | r6040: completely rework the RX path | Florian Fainelli | 1 | -82/+62 |
2008-07-22 | r6040: call napi_disable when puting down the interface and set lp->dev accor... | Florian Fainelli | 1 | -2/+2 |
2008-07-22 | r6040: rework the RX buffers allocation routine | Florian Fainelli | 1 | -9/+44 |
2008-07-22 | r6040: fix scheduling while atomic in r6040_tx_timeout | Florian Fainelli | 1 | -41/+58 |
2008-07-22 | r6040: fix null pointer access and tx timeouts | Florian Fainelli | 1 | -8/+20 |
2008-07-22 | r6040: prefix all functions with r6040 | Florian Fainelli | 1 | -30/+30 |