Commit Graph

78 Commits (7387ce773256f446bdd0280b2449b635441f906e)

Author SHA1 Message Date
Richard Cochran 8c0069ae3a smsc911x: enable transmit time stamping. 14 years ago
Alexey Dobriyan a6b7a40786 net: remove interrupt.h inclusion from netdevice.h 14 years ago
Mathieu J. Poirier c326de88b8 net: allow shifted access in smsc911x V2 14 years ago
Enric Balletbo i Serra 35a67edf35 smsc911x: fix mac_lock acquision before calling smsc911x_mac_read 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Joe Perches dffc6b2432 smsc911x: Use pr_fmt, netdev_<level>, and netif_<level> 14 years ago
Jeongtae Park 84c0c6933c smsc911x: Fix build error when SMSC_TRACE() used 14 years ago
Göran Weinholt f277e65e7a net/smsc911x.c: Set the VLAN1 register to fix VLAN MTU problem 14 years ago
Akira Takeuchi 62747cd27e MN10300: ASB2364: Add support for SMSC911X and SMC911X 14 years ago
Vincent Stehlé 62038e4a14 smsc911x: Add MODULE_ALIAS() 15 years ago
Eric Dumazet bc8acf2c8c drivers/net: avoid some skb->ip_summed initializations 15 years ago
Catalin Marinas 492c5d943d smsc911x: Add spinlocks around registers access 15 years ago
Richard Cochran 28b041139e net: preserve ifreq parameter when calling generic phy_mii_ioctl(). 15 years ago
Eric Dumazet 1ae5dc342a net: trans_start cleanups 15 years ago
Jiri Pirko 22bedad3ce net: convert multicast list to list_head 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Thomas Weber 8839316121 Fix typos in comments 15 years ago
Jiri Pirko 2a0d18f97c smsc911x: convert to use netdev_for_each_mc_addr 15 years ago
kirjanov@gmail.com e4a474f82d smsc911x: replace manual phy lookup. 15 years ago
Jiri Pirko 4cd24eaf0c net: use netdev_mc_count and netdev_mc_empty when appropriate 15 years ago
Alexey Dobriyan 471452104b const: constify remaining dev_pm_ops 15 years ago
André Goddard Rosa af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
Joe Perches 8e95a2026f drivers/net: Move && and || to end of previous line 15 years ago
Sriram f88c5b9887 smsc911x: Fix Console Hang when bringing the interface down. 15 years ago
Manuel Lauss aace495933 net: smsc911x: allow platform_data to specify mac address 16 years ago
Eric Dumazet 451f144398 drivers: Kill now superfluous ->last_rx stores 16 years ago
Daniel Mack 6cb8782362 net: smsc911x: switch to new dev_pm_ops 16 years ago
Ben Hutchings 635ecaa70e netdev: restore MTU change operation 16 years ago
Julia Lawall 3942453948 drivers/net/smsc911x.c: Fix resource size off by 1 error 16 years ago
Mike Frysinger df911e2dc4 netdev: smsc911x: add missing __devexit_p() usage 16 years ago
Matthias Ludwig 928f308f55 smsc911x: fix calculation of res_size for ioremap 16 years ago
Daniel Mack b6907b0c70 net: smsc911x: add power management functions 16 years ago
Magnus Damm 833cc67c77 smsc911x: add fifo byteswap support V2 16 years ago
Steve Glendinning 150899d293 smsc911x: correct debugging message on mii read timeout 16 years ago
Huang Weiyi 29ebd9a90c smsc911x: remove unused #include <linux/version.h> 16 years ago
Steve Glendinning 58add9fc02 smsc911x: enforce read-after-write timing restriction on eeprom access 16 years ago
Kay Sievers c23135573f net: struct device - replace bus_id with dev_name(), dev_set_name() 16 years ago
Steve Glendinning 225ddf498c smsc911x: allow setting of mac address 16 years ago
Steve Glendinning 63a2ebb079 smsc911x: replace print_mac with %pM 16 years ago
Steve Glendinning 785b6f977a smsc911x: define status word positions as constants 16 years ago
Steve Glendinning 44c1d6f99d smsc911x: reset last known duplex and carrier on open 16 years ago
Steve Glendinning f7efb6ccc2 smsc911x: improve EEPROM loading timeout logic in open 16 years ago
Steve Glendinning 8dacd54812 smsc911x: check for FFWD success before checking for timeout 16 years ago
Roel Kluin 2cf0dbed27 SMSC: timeout reaches -1 16 years ago
Steve Glendinning 31f4574774 smsc911x: allow mac address to be saved before device reset 16 years ago
Steve Glendinning d23f028a4d smsc911x: add external phy detection overrides 16 years ago
Steve Glendinning e81259b4f7 smsc911x: register isr as IRQF_SHARED 16 years ago
Steve Glendinning 61307ed85d smsc911x: add support for platform-specific irq flags 16 years ago
Roel Kluin f307dbd88d smsc911x: timeout reaches -1 16 years ago
Steve Glendinning 1373c0fdbc smsc911x: leave RX_STOP interrupt permanently enabled 16 years ago