1. 33b665e NET: SB1250: Initialize .owner by Ralf Baechle · 14 years ago
  2. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  3. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  4. 03f80cc net/sb1250: register mdio bus in probe by Sebastian Siewior · 14 years ago
  5. 8cd9b13 net/sb1250: setup the pdevice within the soc code by Sebastian Andrzej Siewior · 14 years ago
  6. fa12abd net/sb1250: remove CONFIG_SIBYTE_STANDALONE by Sebastian Andrzej Siewior · 14 years ago
  7. 4cf46ea NET: sb1250: Fix compile warning in driver by Ralf Baechle · 14 years ago
  8. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  9. 5508590 net: convert multiple drivers to use netdev_for_each_mc_addr, part2 by Jiri Pirko · 14 years ago
  10. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  11. bff1c09 sb1250-mac: duplicate setting of bit V_MAC_RX_PL_THRSH(4) in sbmac_channel_start() by roel kluin · 15 years ago
  12. ffe8553 net: move sb1250-mac's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  13. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  14. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  15. c7ae011 net: remove driver_data direct access of struct device from more drivers by Greg Kroah-Hartman · 15 years ago
  16. b4cf342 sb1250-mac: convert to net_device_ops by Alexander Beregalov · 15 years ago
  17. 877d031 trivial: Fix misspelling of firmware by Nick Andrew · 16 years ago
  18. db1d7bf net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  19. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  20. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  21. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  22. 298cf9be phylib: move to dynamic allocation of struct mii_bus by Lennert Buytenhek · 16 years ago
  23. 18ee49d phylib: rename mii_bus::dev to mii_bus::parent by Lennert Buytenhek · 16 years ago
  24. be61ea5 [netdrvr] convert sbmac tx to spin_lock_irqsave to prevent early IRQ enable by Weiwei Wang · 16 years ago
  25. 43154d0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  26. 789585e sb1250: use netdev_alloc_skb by Stephen Hemminger · 16 years ago
  27. 7d2e3cb [netdrvr] Trim trailing whitespace for several drivers by Jeff Garzik · 16 years ago
  28. 9d9326d phy: Change mii_bus id field to a string by Andy Fleming · 16 years ago
  29. f5279ff sb1250-mac: Driver model & phylib update by Maciej W. Rozycki · 17 years ago
  30. 73d7396 sb1250-mac.c: De-typedef, de-volatile, de-etc... by Maciej W. Rozycki · 17 years ago
  31. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  32. 09f75cd [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code by Jeff Garzik · 17 years ago
  33. c477f33 drivers/net/sb1250-mac.c: kmalloc + memset conversion to kcalloc by Mariusz Kozlowski · 17 years ago
  34. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  35. 0da2f0f potential compiler error, irqfunc caller sites update by Yoann Padioleau · 17 years ago
  36. 693aa94 add NAPI support to sb1250-mac.c by Mark Mason · 17 years ago
  37. d683001 Netpoll support for Sibyte MAC by Deepak Saxena · 17 years ago
  38. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  39. 8fb303c [MIPS] SB1250: Fix bugs/warnings by creative use of volatile. by Ralf Baechle · 17 years ago
  40. 089fff2 [PATCH] Remove useless comment from sb1250 by Dave Jones · 18 years ago
  41. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  42. d5b2069 [PATCH] Remove more unnecessary driver printk's by Andy Gospodarek · 18 years ago
  43. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  44. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  45. f90fdc3 [PATCH] sb1250-mac: Add support for the BCM1480 by Ralf Baechle · 18 years ago
  46. 59b8182 [PATCH] sb1250-mac: PHY probing fixes. by Ralf Baechle · 19 years ago
  47. 74b0247 [PATCH] sb1250-mac: Whitespace cleanup. by Ralf Baechle · 19 years ago
  48. 2039973 [PATCH] sb1250-mac: Get rid of all the funny SBMAC_WRITECSR and SBMAC_READCSR macros. by Ralf Baechle · 19 years ago
  49. 04115de [PATCH] sb1250-mac: Ensure 16-byte alignment of the descriptor ring. by Ralf Baechle · 19 years ago
  50. f567ef9 [PATCH] sb1250-mac: Check the actual setting for reporting hw checksumming. by Ralf Baechle · 19 years ago
  51. 689be43 [NET]: Remove gratuitous use of skb->tail in network drivers. by David S. Miller · 19 years ago
  52. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago