1. c573972 net: ethernet: sun: drop unused variable by Emilio López · 11 years ago
  2. d0320f7 drivers:net: Remove dma_alloc_coherent OOM messages by Joe Perches · 11 years ago
  3. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  4. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  5. f73d12b net/sun: remove __dev* attributes by Bill Pemberton · 12 years ago
  6. 0bfd607 sunbmac: Remove unused local variable. by David S. Miller · 12 years ago
  7. eb716c5 sunbmac: remove unnecessary setting of skb->dev by Jon Mason · 12 years ago
  8. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  9. dae2e9f netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A. Dalvi · 12 years ago
  10. db62f68 net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver() by Axel Lin · 13 years ago
  11. cd29678 sunbmac: use standard #defines from mii.h. by Francois Romieu · 13 years ago
  12. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  13. e689cf4 cassini/niu/sun*: Move the Sun drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/sunbmac.c]
  14. 498d8e2 drivers/net: Omit check for multicast bit in netdev_for_each_mc_addr by Tobias Klauser · 13 years ago
  15. 7488876 dt/net: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 13 years ago
  16. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  17. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  18. 1ab1d63 of/platform: remove all of_bus_type and of_platform_bus_type references by Grant Likely · 14 years ago
  19. 1636f8a sparc/of: Move of_device fields into struct pdev_archdata by Grant Likely · 14 years ago
  20. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  21. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  22. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  23. ee289b6 drivers/net: remove useless semicolons by Joe Perches · 14 years ago
  24. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  25. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  26. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  27. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  28. 5508590 net: convert multiple drivers to use netdev_for_each_mc_addr, part2 by Jiri Pirko · 14 years ago
  29. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  30. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  31. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  32. dac4696 myri_sbus/sunbmac/sunlance/sunqe: Add missing net_device_ops entries. by David S. Miller · 15 years ago
  33. 2199b87 sunbmac: Convert to net_device_ops. by David S. Miller · 15 years ago
  34. b74ca3a netdevice: Kill netdev->priv by Wang Chen · 16 years ago
  35. 8f15ea4 netdevice: safe convert to netdev_priv() #part-3 by Wang Chen · 16 years ago
  36. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  37. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  38. 56c5d90 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  39. 7afb9dc netdrv: Fix unregister_netdev typos by Herbert Xu · 16 years ago
  40. fd09831 sparc: Annotate of_device_id arrays with const or __initdata. by David S. Miller · 16 years ago
  41. 8ef2175 sunbmac: Convert to pure OF driver. by David S. Miller · 16 years ago
  42. 738f2b7 sparc: Convert all SBUS drivers to dma_*() interfaces. by David S. Miller · 16 years ago
  43. 7a715f4 sparc: Make SBUS DMA interfaces take struct device. by David S. Miller · 16 years ago
  44. 83084fa net/sunbmac.c section fix by Adrian Bunk · 16 years ago
  45. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  46. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  47. 8c7b7fa [NET]: Kill eth_copy_and_sum(). by David S. Miller · 17 years ago
  48. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  49. b48194b [SPARC]: Fix some section mismatch warnings in sparc drivers. by Ben Collins · 18 years ago
  50. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  51. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  52. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  53. 52a34c7 [NET] sunbmac: Convert over to new SBUS device framework. by David S. Miller · 18 years ago
  54. 9e24974 [PATCH] gfp_t: drivers/net by Al Viro · 19 years ago
  55. 1015828 [SPARC]: module version cleanups by Tom 'spot' Callaway · 19 years ago
  56. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago