1. 9814290 net: fix tranmitted/tranmitting typo by Peter Pan(潘卫平) · 13 years ago
  2. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  3. 215faf9 drivers/net/*/: Use static const by Joe Perches · 14 years ago
  4. 5202e17 tms380tr: Use mdelay() in tms380tr_wait(). by David S. Miller · 14 years ago
  5. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  6. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  7. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  8. d9fd1b2 tmspci: fix tr%d in printk by Meelis Roos · 14 years ago
  9. 773bc97 tokenring: remove unneeded NULL checks by Dan Carpenter · 14 years ago
  10. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  11. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  12. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  13. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  14. 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
  15. 014e466 net/tokenring: remove trailing space in messages by Frans Pop · 14 years ago
  16. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  17. 16cad98 tokenring: convert to use netdev_for_each_mc_addr by Jiri Pirko · 14 years ago
  18. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  19. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  20. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  21. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  22. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  23. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  24. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  25. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  26. dddcb44 drivers/net: remove exceptional & on function name by Julia Lawall · 15 years ago
  27. b3ccbb2 tms380tr: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  28. 06fe9fb tree-wide: fix a very frequent spelling mistake by Dirk Hohndel · 15 years ago
  29. a84216e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  30. 18eb089 ibmtr: possible Read buffer overflow? by roel kluin · 15 years ago
  31. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  32. 61a8410 tokenring: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  33. 582b95c drivers/net/tokenring: Use status field rather than state field by Julia Lawall · 15 years ago
  34. df597ef Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  35. c65d319 tokenring: Read buffer overflow by roel kluin · 15 years ago
  36. ec634fe net: convert remaining non-symbolic return values in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  37. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  38. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  39. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  40. 98a1708 trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments. by Martin Olsson · 15 years ago
  41. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  42. bb1fee8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/net-next-2.6 by David S. Miller · 15 years ago
  43. 4b6ece9 3C359: use request_firmware by Jaswinder Singh Rajput · 15 years ago
  44. f70d594 tokenring: convert smctr to net_device_ops by Stephen Hemminger · 15 years ago
  45. 79f8ae3 tokenring: convert drivers to net_device_ops by Stephen Hemminger · 15 years ago
  46. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  47. 8778694 tmspci: fix request_irq race by Meelis Roos · 15 years ago
  48. ad7bf42 drivers/net/tokenring: fix sparse warning: cast truncates bits from const value by Hannes Eder · 15 years ago
  49. 05076c1 drivers/net/tokenring: fix sparse warning: symbol shadows an earlier one by Hannes Eder · 15 years ago
  50. 1770e43 drivers/net/tokenring: fix warning: format not a string literal and no ... by Hannes Eder · 15 years ago
  51. 69d6516 3c559: convert to net_device_ops by Stephen Hemminger · 16 years ago
  52. f1608f8 tms380tr: convert to net_device_ops by Stephen Hemminger · 16 years ago
  53. efda072 olympic: convert to net_device_ops by Stephen Hemminger · 16 years ago
  54. dcc59a9 olympic: convert to internal network device stats by Stephen Hemminger · 16 years ago
  55. be18827 lanstreamer: convert to net_device_ops by Stephen Hemminger · 16 years ago
  56. 37423ff lanstreamer: convert to internal network stats by Stephen Hemminger · 16 years ago
  57. c86d874 ibmtr: convert to net_device_ops by Stephen Hemminger · 16 years ago
  58. 9fd3238 ibmtr: convert to internal network_device_stats by Stephen Hemminger · 16 years ago
  59. 025dfda trivial: fix then -> than typos in comments and documentation by Frederik Schwarzer · 16 years ago
  60. eb56092 net: Allow dependancies of FDDI & Tokenring to be modular. by Dave Jones · 16 years ago
  61. 27cd6ae drivers/net/tokenring: fix sparse warnings: make symbols static by Hannes Eder · 16 years ago
  62. b74ca3a netdevice: Kill netdev->priv by Wang Chen · 16 years ago
  63. 5c94afd tokenring/3c359.c: Prevent possible mem leak when open failed by Jirka Pirko · 16 years ago
  64. 138a5cd tokenring/3c359.c: Fix error message when allocating tx_ring by Jirka Pirko · 16 years ago
  65. d0cc10a tokenring/3c359.c: fix allocation null check by Jirka Pirko · 16 years ago
  66. 8f15ea4 netdevice: safe convert to netdev_priv() #part-3 by Wang Chen · 16 years ago
  67. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  68. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  69. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 16 years ago
  70. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  71. 61a2d07 Remove newline from the description of module parameters by Niels de Vos · 16 years ago
  72. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  73. 0f805b8 smctr: use request_firmware() by David Woodhouse · 16 years ago
  74. 43154d0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  75. 63dac8f drivers/net/tokenring/olympic.c: fix warning by Andrew Morton · 16 years ago
  76. 5d9bac8 drivers/net/tokenring/3c359.c: squish a warning by Andrew Morton · 16 years ago
  77. 94f9d29 3c359: use netstats in net_device structure by Paulius Zaleckas · 16 years ago
  78. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  79. 21f644f [NET]: Undo code bloat in hot paths due to print_mac(). by David S. Miller · 16 years ago
  80. e28e3a6 net/tokenring/olympic.c section fixes by Adrian Bunk · 16 years ago
  81. b7aa690 drivers/net/tokenring/3c359.c: use time_* macros by S.Caglar Onur · 16 years ago
  82. 26c080b smctr.c: fix logical-bitwise-or confusion by Jay Schulist · 16 years ago
  83. f5bb3a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 16 years ago
  84. 726a645 MAINTAINERS: remove Adam Fritzler, remove his email address in other sources by Joe Perches · 16 years ago
  85. de11743 olympic_open() must be __devinit by Adrian Bunk · 17 years ago
  86. 79ea13c NULL noise in drivers/net by Al Viro · 17 years ago
  87. b710b43 endianness annotations and fixes for olympic by Al Viro · 17 years ago
  88. 9914cad 3c359 endianness annotations and fixes by Al Viro · 17 years ago
  89. 9a7387c tokenring/3c359.c: fixed array index problem by Marcus Meissner · 17 years ago
  90. bcfef8c Avoid possible NULL pointer deref in 3c359 driver by Jesper Juhl · 17 years ago
  91. 2929e77 tms380tr: trivial endianness annotations by Al Viro · 17 years ago
  92. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  93. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  94. 2d6d749 drivers/net/tokenring: Convert to generic boolean by Richard Knutsson · 17 years ago
  95. c821d55 drivers/net/tokenring/3c359.c by Surya Prabhakar N · 17 years ago
  96. eda1053 dev->priv to netdev_priv(dev), drivers/net/tokenring/ by Yoann Padioleau · 17 years ago
  97. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  98. a6343af drivers/*: mark variables with uninitialized_var() by Jeff Garzik · 17 years ago
  99. 9b5587c tokenring/3c359.c:xl_init() must be __devinit by Adrian Bunk · 17 years ago
  100. 8a903be [TR]: Use menuconfig objects. by Jan Engelhardt · 17 years ago