1. 2969b1f gianfar: Use mpc85xx support for errata detection by Claudiu Manoil · 11 years ago
  2. ad3660c gianfar: Enable eTSEC-A002 erratum w/a for all parts by Claudiu Manoil · 11 years ago
  3. 50ad076 gianfar: Fix reported number of sent bytes to BQL by Claudiu Manoil · 12 years ago
  4. 23402bd gianfar: Add flow control support by Claudiu Manoil · 12 years ago
  5. 0d0cffd gianfar: Cleanup TxFCB insertion on xmit by Claudiu Manoil · 12 years ago
  6. 02d88fb gianfar: Fix Tx csum generation errata handling by Claudiu Manoil · 12 years ago
  7. 84915c6 gianfar: Remove unused field grp_id from gfar_priv_grp by Claudiu Manoil · 12 years ago
  8. 5eaedf3 gianfar: Add backwards compatible Single Queue mode polling by Claudiu Manoil · 12 years ago
  9. 8513fbd net: ethernet: use platform_{get,set}_drvdata() by Jingoo Han · 12 years ago
  10. e5905c8 net: Fix some __vlan_hwaccel_put_tag() callers. by David S. Miller · 12 years ago
  11. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  12. 953d276 gianfar: Remove superfluous kernel_dropped local counter by Claudiu Manoil · 12 years ago
  13. c6e1160 gianfar: Cleanup dead code and minor formatting by Claudiu Manoil · 12 years ago
  14. 39c0a0d gianfar: Remove 'maybe-uninitialized' compile warning by Claudiu Manoil · 12 years ago
  15. 800c644 gianfar: Refactor config coalescing calls for all queues by Claudiu Manoil · 12 years ago
  16. 5d9657d gianfar: Remove redundant programming of [rt]xic registers by Claudiu Manoil · 12 years ago
  17. 6be5ed3 gianfar: Poll only active Rx queues by Claudiu Manoil · 12 years ago
  18. c233cf40 gianfar: Fix tx napi polling by Claudiu Manoil · 12 years ago
  19. d0320f7 drivers:net: Remove dma_alloc_coherent OOM messages by Joe Perches · 12 years ago
  20. 62ed839 gianfar: fix compile fail for NET_POLL=y due to struct packing by Paul Gortmaker · 12 years ago
  21. ba77971 gianfar: Fix and cleanup Rx FCB indication by Claudiu Manoil · 12 years ago
  22. 13f228d gianfar: Remove wrong buffer size conditioning to VLAN h/w offload by Claudiu Manoil · 12 years ago
  23. 61db26c gianfar: gfar_process_frame returns void by Claudiu Manoil · 12 years ago
  24. bd9e89f gianfar: GRO_DROP is unlikely by Claudiu Manoil · 12 years ago
  25. 369ec16 gianfar: Add device ref (dev) in gfar_private by Claudiu Manoil · 12 years ago
  26. 41a2060 gianfar: Remove unused device_node ref in gfar_private by Claudiu Manoil · 12 years ago
  27. 212079d gianfar: convert u64 status counters to atomic64_t by Paul Gortmaker · 12 years ago
  28. 14f8dc4 drivers: net: Remove remaining alloc/OOM messages by Joe Perches · 12 years ago
  29. 7c1e7e9 gianfar: dont conditionally alloc Rx/Err irq structs by Paul Gortmaker · 12 years ago
  30. ee873fd gianfar: Pack struct gfar_priv_grp into three cachelines by Claudiu Manoil · 12 years ago
  31. 5fedcc1 gianfar: Cleanup gfar_parse_group() code by Claudiu Manoil · 12 years ago
  32. f5ae627 gianfar: Restore promisc mode on gfar_init_mac() by Claudiu Manoil · 12 years ago
  33. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  34. 103cdd1 gianfar: ethernet vanishes after restoring from hibernation by Wang Dongsheng · 12 years ago
  35. 1eb8f7a gianfar: Fix alloc_skb_resources on -ENOMEM cleanup path by Claudiu Manoil · 12 years ago
  36. acb600d net: remove skb recycling by Eric Dumazet · 12 years ago
  37. b98b8ba gianfar: Change default HW Tx queue scheduling mode by Claudiu Manoil · 12 years ago
  38. c32f386 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  39. 19bcd6c net/freescale: do not export any functions from fsl_pq_mdio.c by Timur Tabi · 13 years ago
  40. e2c53be gianfar: fix default tx vlan offload feature flag by Claudiu Manoil · 13 years ago
  41. 04c9f41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  42. 313b037 gianfar: fix potential sk_wmem_alloc imbalance by Eric Dumazet · 13 years ago
  43. b26d344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  44. 9740e00 gianfar: Fix RXICr/TXICr programming for multi-queue mode by Claudiu Manoil · 13 years ago
  45. 3a2e16c gianfar: Remove superfluous initialisations by Jan Ceuleers · 13 years ago
  46. bc4598b gianfar: various coding style and whitespace cleanups by Jan Ceuleers · 13 years ago
  47. 0977f81 gianfar: comment cleanup by Jan Ceuleers · 13 years ago
  48. 2281a0f gianfar: whitespace cleanup - pointers and multiplications by Jan Ceuleers · 13 years ago
  49. bee9e58 gianfar:don't add FCB length to hard_header_len by Wu Jiajun-B06378 · 13 years ago
  50. cd754a5 gianfar: add GRO support by Wu Jiajun-B06378 · 13 years ago
  51. 0015e55 gianfar: Fix possible overrun and simplify interrupt name field creation by Joe Perches · 13 years ago
  52. 5407b14c gianfar: use netif_tx_queue_stopped instead of __netif_subqueue_stopped by Paul Gortmaker · 13 years ago
  53. 1571df8 gianfar: delete orphaned version strings and dead macros by Paul Gortmaker · 13 years ago
  54. d8a0f1b gianfar: Add support for byte queue limits. by Paul Gortmaker · 13 years ago
  55. 3396c78 drivers/net: fix up stale paths from driver reorg by Paul Gortmaker · 13 years ago
  56. 9c4886e gianfar: Fix invalid TX frames returned on error queue when time stamping by Manfred Rudigier · 13 years ago
  57. db83d13 gianfar: Fix missing sock reference when processing TX time stamps by Manfred Rudigier · 13 years ago
  58. db62f68 net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver() by Axel Lin · 13 years ago
  59. 6a3c910c ethernet: Convert MAC_ADDR_LEN uses to ETH_ALEN by Joe Perches · 13 years ago
  60. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  61. 2234a72 gianfar: convert to SKB paged frag API. by Ian Campbell · 14 years ago
  62. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 14 years ago
  63. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 14 years ago
  64. ec21e2e freescale: Move the Freescale drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/gianfar.c]
  65. b852b72 gianfar: fix bug caused by 87c288c6e9aa31720b72e2bc2d665e24e1653c3e by Sebastian Pöhn · 14 years ago
  66. 87c288c gianfar: do vlan cleanup by Jiri Pirko · 14 years ago
  67. 033b114 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  68. f3dc158 gianfar: rx parser by Sebastian Pöhn · 14 years ago
  69. 43d620c drivers/net: Remove casts of void * by Joe Perches · 14 years ago
  70. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  71. 4aa3a71 gianfar v5: implement nfc by Sebastian Poehn · 14 years ago
  72. 59deab2 gianfar: Use pr_<level>, netdev_<level> and netif_<level> by Joe Perches · 14 years ago
  73. 6c43e04 gianfar:localized filer table by Wu Jiajun-B06378 · 14 years ago
  74. 8b3afe9 net: gianfar: convert to hw_features by Michał Mirosław · 14 years ago
  75. 4363c2fdd gianfar: Fall back to software tcp/udp checksum on older controllers by Alex Dubov · 14 years ago
  76. 7488876 dt/net: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 14 years ago
  77. 1268afe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  78. ff76015 gianfar: Fix misleading indentation in startup_gfar() by Anton Vorontsov · 14 years ago
  79. d018b6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  80. 1ac9ad1 net: remove dev_txq_stats_fold() by Eric Dumazet · 14 years ago
  81. 0bd2cbc Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  82. cfb13c5 Merge commit 'v2.6.37-rc7' into devicetree/next by Grant Likely · 14 years ago
  83. b6bc765 drivers/net/*.c: Use static const by Joe Perches · 14 years ago
  84. 28cb6cc gianfar: fix signedness issue by Nicolas Kaiser · 14 years ago
  85. 4b6ba8a of/net: Move of_get_mac_address() to a common source file. by David Daney · 14 years ago
  86. cd0ea24 gianfar: Fix crashes on RX path (Was Re: [Bugme-new] [Bug 19692] New: linux-2.6.36-rc5 crash with gianfar ethernet at full line rate traffic) by Jarek Poplawski · 14 years ago
  87. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 14 years ago
  88. fe06912 gianfar: Use netif_set_real_num_rx_queues() by Ben Hutchings · 14 years ago
  89. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 15 years ago
  90. 2244d07 net: simplify flags for tx timestamping by Oliver Hartkopp · 15 years ago
  91. 2145f1a drivers/net: Adjust confusing if indentation by Julia Lawall · 15 years ago
  92. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 15 years ago
  93. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  94. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
  95. 28b0411 net: preserve ifreq parameter when calling generic phy_mii_ioctl(). by Richard Cochran · 15 years ago
  96. acbc0f0 gianfar: code cleanup by Eran Liberty · 15 years ago
  97. 511d934 gianfar: Implement workaround for eTSEC-A002 erratum by Anton Vorontsov · 15 years ago
  98. deb90ea gianfar: Implement workaround for eTSEC76 erratum by Anton Vorontsov · 15 years ago
  99. 7d35097 gianfar: Implement workaround for eTSEC74 erratum by Anton Vorontsov · 15 years ago
  100. 8244132 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago