1. 23d28a8 ibmveth: Add a proper check for the availability of the checksum features by Thomas Huth · 8 years ago
  2. 94acf16 ibmveth: calculate gso_segs for large packets by Thomas Falcon · 8 years ago
  3. 821781a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  4. 7b59673 ibmveth: set correct gso_size and gso_type by Thomas Falcon · 8 years ago
  5. 110447f8 ethernet: fix min/max MTU typos by Stefan Richter · 8 years ago
  6. d894be5 ethernet: use net core MTU range checking in more drivers by Jarod Wilson · 8 years ago
  7. 2c42bf4 ibmveth: check return of skb_linearize in ibmveth_start_xmit by Thomas Falcon · 9 years ago
  8. 076ef44 ibmveth: consolidate kmalloc of array, memset 0 to kcalloc by Nicholas Mc Guire · 9 years ago
  9. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  10. 07e6a97 ibmveth: add support for TSO6 by Thomas Falcon · 10 years ago
  11. 9c7e8bc ibmveth: Add support for Large Receive Offload by Thomas Falcon · 10 years ago
  12. 92ec827 ibmveth: Add GRO support by Thomas Falcon · 10 years ago
  13. 8641dd8 ibmveth: Add support for TSO by Thomas Falcon · 10 years ago
  14. cd7c7ec ibmveth: change rx buffer default allocation for CMO by Thomas Falcon · 10 years ago
  15. 4fce148 ibmveth: Fix off-by-one error in ibmveth_change_mtu() by David Gibson · 10 years ago
  16. 4736edc ibmveth: enable interrupts after napi_complete() by Yongbae Park · 10 years ago
  17. c77c761 ibmveth: Add function to enable live MAC address changes by Thomas Falcon · 10 years ago
  18. cbd5228 ibmveth: Fix endian issues with rx_no_buffer statistic by Anton Blanchard · 11 years ago
  19. 26faa9d ibmveth: Call dev_consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 11 years ago
  20. cb013ea ibmveth: Don't receive packets when the napi budget == 0 by Eric W. Biederman · 11 years ago
  21. d746ca9 ibmveth: Fix endian issues with MAC addresses by Anton Blanchard · 11 years ago
  22. 1b17366 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  23. d084775 powerpc/iommu: Update the generic code to use dynamic iommu page sizes by Alistair Popple · 11 years ago
  24. e589a440 powerpc/iommu: Update constant names to reflect their hardcoded page size by Alistair Popple · 11 years ago
  25. 0ab75ae ethernet: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  26. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  27. 0b536be ibmveth: Fix little endian issues by Anton Blanchard · 12 years ago
  28. 13f8520 net/eth/ibmveth: Fixup retrieval of MAC address by Benjamin Herrenschmidt · 12 years ago
  29. d0320f7 drivers:net: Remove dma_alloc_coherent OOM messages by Joe Perches · 12 years ago
  30. b2adaca ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups by Joe Perches · 12 years ago
  31. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  32. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  33. e11787a ibmveth: remove __dev* attributes by Bill Pemberton · 12 years ago
  34. d90c92f ibmveth: Fix alignment of rx queue bug by Santiago Leon · 13 years ago
  35. cb52d89 powerpc+sparc/vio: Modernize driver registration by Benjamin Herrenschmidt · 13 years ago
  36. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  37. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  38. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  39. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  40. 8838a53 ibmveth: convert to SKB paged frag API. by Ian Campbell · 14 years ago
  41. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 14 years ago
  42. 9aa3283 ehea/ibm*: Move the IBM drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/ibmveth.c]
  43. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 14 years ago
  44. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
  45. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 14 years ago
  46. b801a4e net: ibmveth: force reconfiguring checksum settings on startup by Michał Mirosław · 14 years ago
  47. b9367bf net: ibmveth: convert to hw_features by Michał Mirosław · 14 years ago
  48. ed4ba4b netdev: Use default implementation of ethtool_ops::get_link where possible by Ben Hutchings · 14 years ago
  49. e0e8ab5 ibmveth: Free irq on error path by Denis Kirjanov · 14 years ago
  50. 88426f2 ibmveth: Cleanup error handling inside ibmveth_open by Denis Kirjanov · 14 years ago
  51. 9d348af ibmveth: Update module information and version by Santiago Leon · 15 years ago
  52. c229609 ibmveth: Remove some unnecessary include files by Santiago Leon · 15 years ago
  53. 6485911 ibmveth: Convert driver specific assert to BUG_ON by Santiago Leon · 15 years ago
  54. be35ae9 ibmveth: Return -EINVAL on all ->probe errors by Santiago Leon · 15 years ago
  55. f148f61 ibmveth: Coding style fixes by Santiago Leon · 15 years ago
  56. 517e80e ibmveth: Some formatting fixes by Santiago Leon · 15 years ago
  57. 21c2dec ibmveth: Convert driver specific error functions to netdev_err by Santiago Leon · 15 years ago
  58. c43ced1 ibmveth: Convert driver specific debug to netdev_dbg by Santiago Leon · 15 years ago
  59. e295fe8 ibmveth: Remove redundant function prototypes by Santiago Leon · 15 years ago
  60. 003212c ibmveth: Convert to netdev_alloc_skb by Santiago Leon · 15 years ago
  61. d2684b5 ibmveth: remove procfs code by Santiago Leon · 15 years ago
  62. ab78df7 ibmveth: Enable IPv6 checksum offload by Santiago Leon · 15 years ago
  63. bc4c6f5 ibmveth: Remove duplicate checksum offload setup code by Santiago Leon · 15 years ago
  64. 0c26b67 ibmveth: Add optional flush of rx buffer by Santiago Leon · 15 years ago
  65. 6e8ab30 ibmveth: Add scatter-gather support by Santiago Leon · 15 years ago
  66. f89e49e ibmveth: Use lighter weight read memory barrier in ibmveth_poll by Anton Blanchard · 15 years ago
  67. 8d86c61 ibmveth: Add rx_copybreak by Santiago Leon · 15 years ago
  68. c08cc3c ibmveth: Add tx_copybreak by Santiago Leon · 15 years ago
  69. e8cb7eb ibmveth: Remove LLTX by Santiago Leon · 15 years ago
  70. c033a6d ibmveth: batch rx buffer replacement by Santiago Leon · 15 years ago
  71. a613f58 ibmveth: Remove integer divide caused by modulus by Santiago Leon · 15 years ago
  72. 0645bab ibmveth: Fix opps during MTU change on an active device by Robert Jennings · 15 years ago
  73. ee2e611 ibmveth: lost IRQ while closing/opening device leads to service loss by Robert Jennings · 15 years ago
  74. a05abcb drivers/net: Use kcalloc or kzalloc by Julia Lawall · 15 years ago
  75. e7a3af5 ibmveth: Add suspend/resume support by Brian King · 15 years ago
  76. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 15 years ago
  77. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 15 years ago
  78. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  79. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  80. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  81. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 15 years ago
  82. 48e2f18 net: convert multiple drivers to use netdev_for_each_mc_addr, part4 by Jiri Pirko · 15 years ago
  83. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  84. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  85. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 16 years ago
  86. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 16 years ago
  87. d44b5e0 net/ibmveth: fix panic in probe by Stephen Rothwell · 16 years ago
  88. 3a6d54c net: remove needless (now buggy) & from dev->dev_addr by Jiri Pirko · 16 years ago
  89. c7ae011 net: remove driver_data direct access of struct device from more drivers by Greg Kroah-Hartman · 16 years ago
  90. e186d17 ibmveth: convert to net_device_ops by Alexander Beregalov · 16 years ago
  91. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  92. a1c5a89 powerpc: Cleanup from l64 to ll64 change: drivers/net by Stephen Rothwell · 16 years ago
  93. ff5bfc3 ibmveth: use consistent types by Stephen Rothwell · 16 years ago
  94. c4c9f01 net: ehea NAPI interface cleanup fix by Stephen Rothwell · 16 years ago
  95. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  96. 4cf1653 netdevice: safe convert to netdev_priv() #part-2 by Wang Chen · 16 years ago
  97. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  98. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  99. 45e15bb ibmveth: fix bad UDP checksums by Santiago Leon · 17 years ago
  100. c713e7c ibmveth: Fix multiple errors with dma_mapping_error conversion by Stephen Rothwell · 17 years ago