1. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  2. 1a84db5 treewide: fix errors in printk by Masanari Iida · 10 years ago
  3. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  4. 1795843 via-rhine: fix full-duplex with autoneg disable by François Cachereul · 10 years ago
  5. 5b579e2 net: via-rhine: Convert #ifdef USE_MMIO to a runtime flag by Alexey Charkov · 10 years ago
  6. ca8b6e0 net: via-rhine: Drop revision property, use quirks instead by Alexey Charkov · 10 years ago
  7. 2d28386 net: via-rhine: add OF bus binding by Alexey Charkov · 10 years ago
  8. f7630d1 net: via-rhine: reduce usage of the PCI-specific struct by Alexey Charkov · 10 years ago
  9. 4087c4d net: via-rhine: switch to generic DMA functions by Alexey Charkov · 10 years ago
  10. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  11. 001eadf via-velocity: Call dev_kfree_skb_any instead of kfree_skb. by Eric W. Biederman · 10 years ago
  12. 4b3afc6 via-rhine: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. by Eric W. Biederman · 10 years ago
  13. ae99615 via-rhine: Disable device in error path by Roger Luethi · 10 years ago
  14. e76070f via: fix a punctuation typo by wangweidong · 10 years ago
  15. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 10 years ago
  16. a926592 net,via-rhine: Fix tx_timeout handling by Richard Weinberger · 11 years ago
  17. bc9627e via-velocity: fix netif_receive_skb use in irq disabled section. by françois romieu · 11 years ago
  18. 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
  19. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  20. a3b8a16 net: via-rhine: remove unnecessary pci_set_drvdata() by Jingoo Han · 11 years ago
  21. 207070f via-rhine: fix VLAN priority field (PCP, IEEE 802.1p) by Roger Luethi · 11 years ago
  22. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  23. 2fdac01 drivers/net/ethernet/via/via-velocity.c: update napi implementation by Julia Lawall · 11 years ago
  24. 77273ea net: via-rhine: Fix incorrect placement of __initdata by Sachin Kamat · 11 years ago
  25. 0887a57 net/velocity: add poll controller function for velocity nic by Amit Uttamchandani · 11 years ago
  26. 9b4fe5f via-rhine: fix dma mapping errors by Neil Horman · 11 years ago
  27. 1ca0151 net/trivial: replace numeric with standard PM state macros by Yijing Wang · 11 years ago
  28. a1606c7 net: Move MII out from under NET_CORE and hide it by Ben Hutchings · 11 years ago
  29. 6dffbe5 net: velocity: Add platform device support to VIA velocity driver by Tony Prisk · 11 years ago
  30. e2c41f1 net: velocity: Convert to generic dma functions by Tony Prisk · 11 years ago
  31. a9683c9 net: velocity: Rename vptr->dev to vptr->netdev by Tony Prisk · 11 years ago
  32. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  33. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 11 years ago
  34. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  35. 188d1f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  36. 559bcac via-rhine: Fix bugs in NAPI support. by David S. Miller · 12 years ago
  37. f7b5d1b via-rhine: add 64bit statistics. by Jamie Gloudon · 12 years ago
  38. aaeb6cd remove init of dev->perm_addr in drivers by Jiri Pirko · 12 years ago
  39. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  40. 27add00 via-velocity: remove __dev* attributes by Bill Pemberton · 12 years ago
  41. 76e239e via-rhine: remove __dev* attributes by Bill Pemberton · 12 years ago
  42. 6469933 ethernet: Remove casts to same type by Joe Perches · 12 years ago
  43. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  44. dfda357 via-velocity: stop using net_device.{base_addr, irq}. by Francois Romieu · 12 years ago
  45. 05d334e via-rhine: stop using net_device.{base_addr, irq}. by Francois Romieu · 12 years ago
  46. 3f8c91a via-rhine: fix wait-bit inversion. by Andreas Mohr · 12 years ago
  47. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 13 years ago
  48. d5ef8a4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  49. dae2e9f netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A. Dalvi · 13 years ago
  50. b530b19 via-velocity: S3 resume fix. by David Lv · 13 years ago
  51. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 13 years ago
  52. e92b9b3 via-rhine: rework suspend and resume. by Francois Romieu · 13 years ago
  53. fc3e0f8 via-rhine: per device debug level. by Francois Romieu · 13 years ago
  54. a384a33 via-rhine: RHINE_WAIT_FOR macro removal. by Francois Romieu · 13 years ago
  55. 7ab87ff via-rhine: move work from irq handler to softirq and beyond. by Francois Romieu · 13 years ago
  56. a5abec1 via-rhine: remove useless forward declarations. by Francois Romieu · 13 years ago
  57. a20a28b via-rhine: balance interrupt acknowledge and events retrieval. by Francois Romieu · 13 years ago
  58. 269f311 via-rhine: factor out tx_thresh handling by Francois Romieu · 13 years ago
  59. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  60. 8e58613 net: make vlan ndo_vlan_rx_[add/kill]_vid return error value by Jiri Pirko · 13 years ago
  61. 23020ab Sweep additional floors of strcpy in .get_drvinfo routines by Rick Jones · 13 years ago
  62. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  63. 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 13 years ago
  64. e4cb193 via-velocity: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  65. aaba215 MII: fix Kconfig dependencies for MII by Jeff Kirsher · 13 years ago
  66. 88f0748 drivers/net/ethernet/*: Enabled vendor Kconfig options by Jeff Kirsher · 13 years ago
  67. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  68. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  69. f2148a4 via-*: Move the VIA drivers by Jeff Kirsher · 13 years ago