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