1. 46dfc23 via-velocity: remove null pointer check on array tdinfo->skb_dma by Colin Ian King · 8 years ago
  2. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  3. 6c606fa via-velocity: unconditionally drop frames with bad l2 length by Timo Teräs · 9 years ago
  4. 5f715c0 via-rhine: fix VLAN receive handling regression. by Andrej Ota · 9 years ago
  5. 21343ac net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selected by Sudip Mukherjee · 9 years ago
  6. 0f8b6ce net: via: VIA_RHINE and VIA_VELOCITY should depend on HAS_DMA by Geert Uytterhoeven · 9 years ago
  7. 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 9 years ago
  8. b7d3282 net: via/Kconfig: replace USE_OF with OF_??? by Antonio Borneo · 9 years ago
  9. ecdd140 net: via-rhine: remove unneeded include file by Antonio Borneo · 9 years ago
  10. 3a5a883 via-rhine: close SMP transmit races. by françois romieu · 9 years ago
  11. e1efa87 via-rhine: dma_wmb transmit barrier. by françois romieu · 9 years ago
  12. 810f19b via-rhine: add consistent memory barrier in vlan receive code. by françois romieu · 9 years ago
  13. 62ca1ba via-rhine: kiss rx_head_desc goodbye. by françois romieu · 9 years ago
  14. 8709bb2 via-rhine: forbid holes in the receive descriptor ring. by françois romieu · 9 years ago
  15. 4d1fd9c via-rhine: gotoize rhine_open error path. by françois romieu · 9 years ago
  16. a21bb8b via-rhine: allocate and map receive buffer in a single transaction by françois romieu · 9 years ago
  17. e45af49 via-rhine: commit receive buffer address before descriptor status update. by françois romieu · 9 years ago
  18. 2c71ec9 via-velocity: constify of_device_id array by Fabian Frederick · 9 years ago
  19. d2b75a3 net: via-rhine: constify of_device_id array by Fabian Frederick · 9 years ago
  20. 92bf200 net: via-rhine: add BQL support by Tino Reichardt · 9 years ago
  21. 5bdc738 mii: Handle link state changes for forced modes in mii_check_media() by Ben Hutchings · 9 years ago
  22. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 9 years ago
  23. 5e0b251 net: ethernet: via: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  24. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  25. 1a84db5 treewide: fix errors in printk by Masanari Iida · 10 years ago
  26. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  27. 1795843 via-rhine: fix full-duplex with autoneg disable by François Cachereul · 10 years ago
  28. 5b579e2 net: via-rhine: Convert #ifdef USE_MMIO to a runtime flag by Alexey Charkov · 10 years ago
  29. ca8b6e0 net: via-rhine: Drop revision property, use quirks instead by Alexey Charkov · 10 years ago
  30. 2d28386 net: via-rhine: add OF bus binding by Alexey Charkov · 10 years ago
  31. f7630d1 net: via-rhine: reduce usage of the PCI-specific struct by Alexey Charkov · 10 years ago
  32. 4087c4d net: via-rhine: switch to generic DMA functions by Alexey Charkov · 10 years ago
  33. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  34. 001eadf via-velocity: Call dev_kfree_skb_any instead of kfree_skb. by Eric W. Biederman · 10 years ago
  35. 4b3afc6 via-rhine: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  36. ae99615 via-rhine: Disable device in error path by Roger Luethi · 10 years ago
  37. e76070f via: fix a punctuation typo by wangweidong · 10 years ago
  38. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 10 years ago
  39. a926592 net,via-rhine: Fix tx_timeout handling by Richard Weinberger · 10 years ago
  40. bc9627e via-velocity: fix netif_receive_skb use in irq disabled section. by françois romieu · 11 years ago
  41. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  42. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  43. a3b8a16 net: via-rhine: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  44. 207070f via-rhine: fix VLAN priority field (PCP, IEEE 802.1p) by Roger Luethi · 11 years ago
  45. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  46. 2fdac01 drivers/net/ethernet/via/via-velocity.c: update napi implementation by Julia Lawall · 11 years ago
  47. 77273ea net: via-rhine: Fix incorrect placement of __initdata by Sachin Kamat · 11 years ago
  48. 0887a57 net/velocity: add poll controller function for velocity nic by Amit Uttamchandani · 11 years ago
  49. 9b4fe5f via-rhine: fix dma mapping errors by Neil Horman · 11 years ago
  50. 1ca0151 net/trivial: replace numeric with standard PM state macros by Yijing Wang · 11 years ago
  51. a1606c7 net: Move MII out from under NET_CORE and hide it by Ben Hutchings · 11 years ago
  52. 6dffbe5 net: velocity: Add platform device support to VIA velocity driver by Tony Prisk · 11 years ago
  53. e2c41f1 net: velocity: Convert to generic dma functions by Tony Prisk · 11 years ago
  54. a9683c9 net: velocity: Rename vptr->dev to vptr->netdev by Tony Prisk · 11 years ago
  55. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  56. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 11 years ago
  57. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  58. 188d1f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  59. 559bcac via-rhine: Fix bugs in NAPI support. by David S. Miller · 11 years ago
  60. f7b5d1b via-rhine: add 64bit statistics. by Jamie Gloudon · 11 years ago
  61. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 11 years ago
  62. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  63. 27add00 via-velocity: remove __dev* attributes by Bill Pemberton · 12 years ago
  64. 76e239e via-rhine: remove __dev* attributes by Bill Pemberton · 12 years ago
  65. 6469933 ethernet: Remove casts to same type by Joe Perches · 12 years ago
  66. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  67. dfda357 via-velocity: stop using net_device.{base_addr, irq}. by Francois Romieu · 12 years ago
  68. 05d334e via-rhine: stop using net_device.{base_addr, irq}. by Francois Romieu · 12 years ago
  69. 3f8c91a via-rhine: fix wait-bit inversion. by Andreas Mohr · 12 years ago
  70. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 12 years ago
  71. d5ef8a4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  72. dae2e9f netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A. Dalvi · 12 years ago
  73. b530b19 via-velocity: S3 resume fix. by David Lv · 12 years ago
  74. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 12 years ago
  75. e92b9b3 via-rhine: rework suspend and resume. by Francois Romieu · 12 years ago
  76. fc3e0f8 via-rhine: per device debug level. by Francois Romieu · 12 years ago
  77. a384a33 via-rhine: RHINE_WAIT_FOR macro removal. by Francois Romieu · 12 years ago
  78. 7ab87ff via-rhine: move work from irq handler to softirq and beyond. by Francois Romieu · 12 years ago
  79. a5abec1 via-rhine: remove useless forward declarations. by Francois Romieu · 12 years ago
  80. a20a28b via-rhine: balance interrupt acknowledge and events retrieval. by Francois Romieu · 13 years ago
  81. 269f311 via-rhine: factor out tx_thresh handling by Francois Romieu · 13 years ago
  82. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  83. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 13 years ago
  84. 23020ab Sweep additional floors of strcpy in .get_drvinfo routines by Rick Jones · 13 years ago
  85. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  86. 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 13 years ago
  87. e4cb193 via-velocity: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  88. aaba215 MII: fix Kconfig dependencies for MII by Jeff Kirsher · 13 years ago
  89. 88f0748 drivers/net/ethernet/*: Enabled vendor Kconfig options by Jeff Kirsher · 13 years ago
  90. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  91. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  92. f2148a4 via-*: Move the VIA drivers by Jeff Kirsher · 13 years ago