| Commit message (Expand) | Author | Age |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-05-21 |
|\ |
|
| * | net: trans_start cleanups | Eric Dumazet | 2010-05-10 |
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 |
| |\ |
|
| * | | net: convert multicast list to list_head | Jiri Pirko | 2010-04-03 |
* | | | Merge branch 'master' into for-next | Jiri Kosina | 2010-04-22 |
|\ \ \
| | |/
| |/| |
|
| * | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 |
| |/ |
|
* / | Fix typos in comments | Thomas Weber | 2010-03-16 |
|/ |
|
* | smsc911x: convert to use netdev_for_each_mc_addr | Jiri Pirko | 2010-02-18 |
* | smsc911x: replace manual phy lookup. | kirjanov@gmail.com | 2010-02-17 |
* | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 2010-02-12 |
* | const: constify remaining dev_pm_ops | Alexey Dobriyan | 2009-12-15 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 |
|\ |
|
| * | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 |
| |\ |
|
| | * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 |
* | | | drivers/net: Move && and || to end of previous line | Joe Perches | 2009-12-03 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-11-17 |
|\| | |
|
| * | | smsc911x: Fix Console Hang when bringing the interface down. | Sriram | 2009-11-16 |
| |/ |
|
* / | net: smsc911x: allow platform_data to specify mac address | Manuel Lauss | 2009-10-13 |
|/ |
|
* | drivers: Kill now superfluous ->last_rx stores | Eric Dumazet | 2009-09-03 |
* | net: smsc911x: switch to new dev_pm_ops | Daniel Mack | 2009-08-06 |
* | netdev: restore MTU change operation | Ben Hutchings | 2009-07-12 |
* | drivers/net/smsc911x.c: Fix resource size off by 1 error | Julia Lawall | 2009-07-05 |
* | netdev: smsc911x: add missing __devexit_p() usage | Mike Frysinger | 2009-06-08 |
* | smsc911x: fix calculation of res_size for ioremap | Matthias Ludwig | 2009-05-07 |
* | net: smsc911x: add power management functions | Daniel Mack | 2009-05-05 |
* | smsc911x: add fifo byteswap support V2 | Magnus Damm | 2009-04-28 |
* | smsc911x: correct debugging message on mii read timeout | Steve Glendinning | 2009-04-08 |
* | smsc911x: remove unused #include <linux/version.h> | Huang Weiyi | 2009-04-06 |
* | smsc911x: enforce read-after-write timing restriction on eeprom access | Steve Glendinning | 2009-03-27 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-03-20 |
|\ |
|
| * | smsc911x: reset last known duplex and carrier on open | Steve Glendinning | 2009-03-19 |
* | | smsc911x: allow setting of mac address | Steve Glendinning | 2009-03-20 |
* | | smsc911x: replace print_mac with %pM | Steve Glendinning | 2009-03-20 |
* | | smsc911x: define status word positions as constants | Steve Glendinning | 2009-03-20 |
* | | smsc911x: improve EEPROM loading timeout logic in open | Steve Glendinning | 2009-03-13 |
* | | smsc911x: check for FFWD success before checking for timeout | Steve Glendinning | 2009-03-13 |
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-02-24 |
|\| |
|
| * | SMSC: timeout reaches -1 | Roel Kluin | 2009-02-20 |
* | | smsc911x: allow mac address to be saved before device reset | Steve Glendinning | 2009-02-01 |
* | | smsc911x: add external phy detection overrides | Steve Glendinning | 2009-02-01 |
* | | smsc911x: register isr as IRQF_SHARED | Steve Glendinning | 2009-02-01 |
* | | smsc911x: add support for platform-specific irq flags | Steve Glendinning | 2009-02-01 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-01-30 |
|\| |
|
| * | smsc911x: timeout reaches -1 | Roel Kluin | 2009-01-29 |
* | | smsc911x: leave RX_STOP interrupt permanently enabled | Steve Glendinning | 2009-01-27 |
* | | net: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-27 |
* | | net: Remove redundant NAPI functions | Ben Hutchings | 2009-01-21 |
|/ |
|
* | smsc911x: register irq with device name, not driver name | Steve Glendinning | 2009-01-11 |
* | smsc911x: fix smsc911x_reg_read compiler warning | Steve Glendinning | 2009-01-11 |
* | netdev: add missing set_mac_address hook | Stephen Hemminger | 2009-01-11 |