Commit Graph

100 Commits (e8a7e48bb248a1196484d3f8afa53bded2b24e71)

Author SHA1 Message Date
Eric Dumazet bc8acf2c8c drivers/net: avoid some skb->ip_summed initializations 15 years ago
Eric Dumazet ba2d358791 drivers/net: use __packed annotation 15 years ago
Baruch Siach 380fefb2dd dm9000: fix "BUG: spinlock recursion" 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
Jiri Pirko e1d444771e net: convert multiple drivers to use netdev_for_each_mc_addr 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
Joe Perches 8e95a2026f drivers/net: Move && and || to end of previous line 15 years ago
Joe Perches a0607fd3a2 drivers/net: request_irq - Remove unnecessary leading & from second arg 15 years ago
Ben Dooks c029f4440f DM9000: Wake on LAN support 15 years ago
Tobias Klauser ec282e9225 dm9000: Use resource_size instead of private macro 16 years ago
Tobias Klauser 07fcb044b6 dm9000: Remove unnecessary memset of netdev private data 16 years ago
Mike Rapoport 69222e2cb0 dm9000: switch to dev_pm_ops 16 years ago
Yeasah Pell 5dcc60b718 dm9000: add checksum offload support 16 years ago
Patrick McHardy 6ed106549d net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions 16 years ago
Patrick McHardy 5b54814022 net: use symbolic values for ndo_start_xmit() return codes 16 years ago
Alexander Beregalov d88106b701 dm9000: convert to net_device_ops 16 years ago
Jean Delvare bf6aede712 workqueue: add to_delayed_work() helper function 16 years ago
David Brownell e3162d381f dm9000: locking bugfix 16 years ago
David S. Miller 6817ba2cd2 dm9000: Fix build error. 16 years ago
Wang Chen 4cf1653aa9 netdevice: safe convert to netdev_priv() #part-2 16 years ago
Johannes Berg e174961ca1 net: convert print_mac to %pM 17 years ago
Bryan Wu 93fbaae188 netdev: DM9000: remove BLACKFIN hacking in DM9000 netdev driver 17 years ago
Laurent Pinchart fe41424855 dm9000: Support MAC address setting through platform data. 17 years ago
Ben Dooks f8e5e776a3 DM9000: Remove magic numbers 17 years ago
Ben Dooks 6ff4ff06d2 DM9000: Remove DEFAULT_TRIGGER for request_irq() flags. 17 years ago
Ben Dooks 2fcf06ca67 DM9000: Add missing msleep() in EEPROM wait code. 17 years ago
Ben Dooks f8dd0ecbb7 DM9000: Allow the use of the NSR register to get link status. 17 years ago
Ben Dooks aa1eb452e8 DM9000: Use NSR to determine link-status on internal PHY 17 years ago
Ben Dooks f8d79e79a1 DM9000: Cleanup source code - remove forward declerations 17 years ago
Ben Dooks 59eae1fa3b DM9000: Cleanup source code 17 years ago
Ben Dooks 9088fa4fa2 DM9000: Cleanups after the resource changes 17 years ago
Ben Dooks 6d406b3c76 DM9000: Add support for DM9000A and DM9000B chips 17 years ago
Laurent Pinchart 08c3f57caa DM9000: Remove the 2 resources probe scheme. 17 years ago
Andrew Morton 5bceeda325 [netdrvr] dm9000: use delayed work to update mii phy state fix 17 years ago
Jeff Garzik 7d2e3cb700 [netdrvr] Trim trailing whitespace for several drivers 17 years ago
Ben Dooks 8f5bf5f25c DM9000: Use delayed work to update MII PHY state 17 years ago
Enrico Scholz 37d5dca6af DM9000: Update and fix driver debugging messages 17 years ago
Enrico Scholz e21fd4f07d DM9000: Add __devinit and __devexit attributes to probe and remove 17 years ago
Kay Sievers 72abb46101 net drivers: fix platform driver hotplug/coldplug 17 years ago
Al Viro 8b9fc8ae65 dm9000 trivial annotation 17 years ago
Peter Korsgaard 23d245b66e dm9000: Support promisc and all-multi modes 17 years ago
Ben Dooks 179c743ff1 DM9000: Show the MAC address source after printing MAC 17 years ago
Ben Dooks 513b6bee01 DM9000: Update retry count whilst identifying chip 17 years ago
Ben Dooks f42d8aeaf9 DM9000: Add support for MII ioctl() calls 17 years ago
Ben Dooks bb44fb70e0 DM9000: Add platform flag for no attached EEPROM 17 years ago
Ben Dooks 073d3f46e5 DM9000: Remove redudant use of "& 0xff" 17 years ago
Ben Dooks d39cb7866e DM9000: Remove cal_CRC() and use ether_crc_le instead 17 years ago