1. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  2. fe3881c drivers/net: Convert remaining uses of pr_warning to pr_warn by Joe Perches · 10 years ago
  3. eee8492 drivers/net/ethernet/tile: __get_cpu_var call introduced in 3.14 by Christoph Lameter · 10 years ago
  4. 70b2776 drivers/net/ethernet/tile: Replace __get_cpu_var uses for address calculation by Christoph Lameter · 10 years ago
  5. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  6. 9ebe243 net: tile: fix unused variable warning by Chris Metcalf · 10 years ago
  7. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  8. 8844601 net: tile: Remove unnecessary memset of netdev private data by Tobias Klauser · 10 years ago
  9. d581ebf net: tile: Use helpers from linux/etherdevice.h to check/set MAC by Tobias Klauser · 10 years ago
  10. 094e873 tile: net: Use irq_alloc/free_hwirq by Thomas Gleixner · 10 years ago
  11. 66d1bee tilepro: Call dev_consume_skb_any instead of kfree_skb. by Eric W. Biederman · 10 years ago
  12. 4986b4f0 ptp: drivers: set the number of programmable pins. by Richard Cochran · 10 years ago
  13. d1def91 tilepro: Don't receive packets when the napi budget == 0 by Eric W. Biederman · 10 years ago
  14. d110ec4 tilegx: Don't receive packets when the napi budget == 0 by Eric W. Biederman · 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. 99932d4 netdevice: add queue selection fallback handler for ndo_select_queue by Daniel Borkmann · 11 years ago
  17. 0a379e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  18. f663dd9 net: core: explicitly select a txq before doing l2 forwarding by Jason Wang · 11 years ago
  19. 69317a5 tile_net: Always enable PTP clock support on TILE-Gx by Ben Hutchings · 11 years ago
  20. 426e1fa Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 11 years ago
  21. 6ab96d1 tile_net: Implement the SIOCGHWTSTAMP ioctl by Ben Hutchings · 11 years ago
  22. 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
  23. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  24. d458cdf net:drivers/net: Miscellaneous conversions to ETH_ALEN by Joe Perches · 11 years ago
  25. 444fa88 net: tilegx driver: avoid compiler warning by Chris Metcalf · 11 years ago
  26. 7367d0b drivers/net: Convert uses of compare_ether_addr to ether_addr_equal by Joe Perches · 11 years ago
  27. 1155e96 tile: fix missing unlock on error in tile_net_open() by Wei Yongjun · 11 years ago
  28. 9ab5ec5 tile: support PTP using the tilegx mPIPE (IEEE 1588) by Chris Metcalf · 11 years ago
  29. 84e181b tile: remove deprecated NETIF_F_LLTX flag from tile drivers by Chris Metcalf · 11 years ago
  30. 4aa02644 tile: make "tile_net.custom" a proper bool module parameter by Chris Metcalf · 11 years ago
  31. 2c7d04a tile: support TSO for IPv6 in tilegx network driver by Chris Metcalf · 11 years ago
  32. f3286a3 tile: support multiple mPIPE shims in tilegx network driver by Chris Metcalf · 11 years ago
  33. 6ab4ae9 tile: enable GRO in the tilegx network driver by Chris Metcalf · 11 years ago
  34. 5e7a54a tile: fix panic bug in napi support for tilegx network driver by Chris Metcalf · 11 years ago
  35. ad01818 tile: update dev->stats directly in tilegx network driver by Chris Metcalf · 11 years ago
  36. 2628e8a tile: support jumbo frames in the tilegx network driver by Chris Metcalf · 11 years ago
  37. 48f2a4e tile: remove dead is_dup_ack() function from tilepro net driver by Chris Metcalf · 11 years ago
  38. 815d3ba tile: avoid bug in tilepro net driver built with old hypervisor by Chris Metcalf · 11 years ago
  39. 439a93a tile: support rx_dropped/rx_errors in tilepro net driver by Chris Metcalf · 11 years ago
  40. a8eaed5 tile: set hw_features and vlan_features in setup by Chris Metcalf · 11 years ago
  41. d68e2d3 tile: handle 64-bit statistics in tilepro network driver by Chris Metcalf · 11 years ago
  42. c539914 tile: support new Tilera hypervisor by Chris Metcalf · 11 years ago
  43. 15c6ff3 net: remove unnecessary NET_ADDR_RANDOM "bitclean" by Jiri Pirko · 12 years ago
  44. 6fc4adc tilegx: request_irq with a non-null device name by Simon Marchi · 12 years ago
  45. 3da3fff tilegx: fix some issues in the SW TSO support by Chris Metcalf · 12 years ago
  46. c8ab13f tilegx net: use eth_hw_addr_random(), not eth_random_addr() by Chris Metcalf · 12 years ago
  47. 8388546 tilegx net driver: handle payload data not in frags by Chris Metcalf · 12 years ago
  48. 9b4c341 net: tilegx driver bugfix (be explicit about percpu queue number) by Chris Metcalf · 12 years ago
  49. 7efd26d ethernet: Use eth_random_addr by Joe Perches · 12 years ago
  50. e3d62d7 tilegx network driver: initial support by Chris Metcalf · 12 years ago
  51. 2e42e47 drivers/net: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  52. 00a62d4 drivers/net/ethernet/tile: fix netdev_alloc_skb() bombing by Chris Metcalf · 12 years ago
  53. 9279567 tilepro ethernet driver: fix a few minor issues by Chris Metcalf · 12 years ago
  54. 504f9b5 ethernet: unify return value of .ndo_set_mac_address if address is invalid by Danny Kukawka · 12 years ago
  55. 7ce5d22 net: use eth_hw_addr_random() and reset addr_assign_type by Danny Kukawka · 13 years ago
  56. dae2e9f netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A. Dalvi · 13 years ago
  57. e5686ad netdev: make net_device_ops const by stephen hemminger · 13 years ago
  58. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  59. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  60. 0c90547 arch/tile: use new generic {enable,disable}_percpu_irq() routines by Chris Metcalf · 13 years ago
  61. 781a5e9 drivers/net/ethernet/tile: use skb_frag_page() API by Chris Metcalf · 13 years ago
  62. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  63. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  64. cdd80bd tile: Move the Tilera driver by Jeff Kirsher · 13 years ago