1. 67b7cbf rhashtable-test: Detect insertion failures by Thomas Graf · 9 years ago
  2. 246b23a rhashtable-test: Use walker to test bucket statistics by Thomas Graf · 9 years ago
  3. fcc5702 rhashtable-test: Do not allocate individual test objects by Thomas Graf · 9 years ago
  4. c2c8a90 rhashtable-test: Get rid of ptr in test_obj structure by Thomas Graf · 9 years ago
  5. 1aa661f rhashtable-test: Measure time to insert, remove & traverse entries by Thomas Graf · 9 years ago
  6. f54e84b rhashtable-test: Remove unused TEST_NEXPANDS by Thomas Graf · 9 years ago
  7. 7a85202 Merge branch 'eth_type_trans' by David S. Miller · 9 years ago
  8. 610986e etherdev: Use skb->data to retrieve Ethernet header instead of eth_hdr by Alexander Duyck · 9 years ago
  9. d54385c etherdev: Process is_multicast_ether_addr at same size as other operations by Alexander Duyck · 9 years ago
  10. 849b920 etherdev: Avoid unnecessary byte swap in check for Ethertype by Alexander Duyck · 9 years ago
  11. 82a584b ipv6: Flow label state ranges by Tom Herbert · 9 years ago
  12. 7035870 ipv6: Check RTF_LOCAL on rt->rt6i_flags instead of rt->dst.flags by Martin KaFai Lau · 9 years ago
  13. 4749c3ef net: sched: remove TC_MUNGED bits by Florian Westphal · 9 years ago
  14. 7eee8cd ipv4: remove the unnecessary codes in fib_info_hash_move by Li RongQing · 9 years ago
  15. 3715544 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  16. 6c3c1eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  17. e412d3a virtio: fix typo in vring_need_event() doc comment by Stefan Hajnoczi · 9 years ago
  18. feda5f9 virtio: pass baton to Michael Tsirkin by Rusty Russell · 9 years ago
  19. 6fa7272 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  20. a134f08 ipv4: Missing sk_nulls_node_init() in ping_unhash(). by David S. Miller · 9 years ago
  21. 629161f net: rocker: Use ether_addr_equal by Simon Horman · 9 years ago
  22. 36c8296 Merge branch 'rt6_pmtu' by David S. Miller · 9 years ago
  23. afc4eef ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peer by Martin KaFai Lau · 9 years ago
  24. 4b32b5a ipv6: Stop rt6_info from using inet_peer's metrics by Martin KaFai Lau · 9 years ago
  25. 653437d ipv6: Stop /128 route from disappearing after pmtu update by Martin KaFai Lau · 9 years ago
  26. 9fbdcfa ipv6: Extend the route lookups to low priority metrics. by Steffen Klassert · 9 years ago
  27. 1f56a01 ipv6: Consider RTF_CACHE when searching the fib6 tree by Martin KaFai Lau · 9 years ago
  28. 082a75d rbd: end I/O the entire obj_request on error by Ilya Dryomov · 9 years ago
  29. 355b590 ipv4: speedup ip_idents_reserve() by Eric Dumazet · 9 years ago
  30. 64887b6 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  31. 036f351 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  32. 9dd3c79 drivers: net: xgene: fix kbuild warnings by Iyappan Subramanian · 9 years ago
  33. 4a152c3 Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  34. 5a2e73b Merge tag 'sound-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  35. e813bb2 net: fec: Fix RGMII-ID mode by Markus Pargmann · 9 years ago
  36. 07841f9 net/mlx4_en: Schedule napi when RX buffers allocation fails by Ido Shamay · 9 years ago
  37. 327941f test_bpf: indicate whether bpf prog got jited in test suite by Daniel Borkmann · 9 years ago
  38. c232d8a netxen_nic: use spin_[un]lock_bh around tx_clean_lock by Tony Camuso · 9 years ago
  39. 1882489 be2net: log link status by Ivan Vecera · 9 years ago
  40. 9c7e8bc ibmveth: Add support for Large Receive Offload by Thomas Falcon · 9 years ago
  41. 92ec827 ibmveth: Add GRO support by Thomas Falcon · 9 years ago
  42. 8641dd8 ibmveth: Add support for TSO by Thomas Falcon · 9 years ago
  43. cd7c7ec ibmveth: change rx buffer default allocation for CMO by Thomas Falcon · 9 years ago
  44. 17d5ceb net/mlx4_core: Fix unaligned accesses by David Ahern · 9 years ago
  45. f94813f mlx4_en: Use correct loop cursor in error path. by Benjamin Poirier · 9 years ago
  46. 79c9cc3 Merge branch 'xgene-next' by David S. Miller · 9 years ago
  47. 561fea6 drivers: net: xgene: Add SGMII based 1GbE support with ring manager v2 by Iyappan Subramanian · 9 years ago
  48. bc1b7c1 drivers: net: xgene: Add 10GbE support with ring manager v2 by Iyappan Subramanian · 9 years ago
  49. ed9b7da drivers: net: xgene: Add ring manager v2 functions by Iyappan Subramanian · 9 years ago
  50. 81cefb8 drivers: net: xgene: Change ring manager to use function pointers by Iyappan Subramanian · 9 years ago
  51. 50904a7 Merge branches 'acpica', 'acpi-battery' and 'pm-cpuidle' by Rafael J. Wysocki · 9 years ago
  52. 0ae3aba Merge tag 'asoc-v4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 9 years ago
  53. 9dbbe3c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  54. fb45f49 Merge tag 'dm-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  55. 9c4249c modsign: change default key details by David Howells · 9 years ago
  56. 9263a06 Merge tag 'tty-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  57. dcca8de Merge tag 'usb-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  58. 73be174 Merge tag 'renesas-sh-drivers-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas by Linus Torvalds · 9 years ago
  59. aa6df8d dm: fix free_rq_clone() NULL pointer when requeueing unmapped request by Mike Snitzer · 9 years ago
  60. 3e6180f dm: only initialize the request_queue once by Christoph Hellwig · 9 years ago
  61. 8291fd0 arm64: perf: Fix the pmu node name in warning message by Suzuki K. Poulose · 9 years ago
  62. d795ef9a arm64: perf: don't warn about missing interrupt-affinity property for PPIs by Will Deacon · 9 years ago
  63. f828ad0 tcp_westwood: fix tcp_westwood_info() by Eric Dumazet · 9 years ago
  64. 9dac883 tcp: update reordering first before detecting loss by Yuchung Cheng · 9 years ago
  65. 6e9250f tcp: add TCP_CC_INFO socket option by Eric Dumazet · 9 years ago
  66. 64f40ff tcp: prepare CC get_info() access from getsockopt() by Eric Dumazet · 9 years ago
  67. bdd1f9e tcp: add tcpi_bytes_received to tcp_info by Eric Dumazet · 9 years ago
  68. 0df48c2 tcp: add tcpi_bytes_acked to tcp_info by Eric Dumazet · 9 years ago
  69. 5d2361d Btrfs: btrfs_release_extent_buffer_page didn't free pages of dummy extent by Forrest Liu · 9 years ago
  70. 7f0b8a5 cxgb4: Fix MC1 memory offset calculation by Hariprasad Shenai · 9 years ago
  71. 12a8541 bnx2x: Delay during kdump load by Yuval Mintz · 9 years ago
  72. e913fb2 net: Fix Kernel Panic in bonding driver debugfs file: rlb_hash_table by Pai · 9 years ago
  73. 50d4964 net: dsa: Fix scope of eeprom-length property by Guenter Roeck · 9 years ago
  74. d4c216c net: macb: Fix race condition in driver when Rx frame is dropped by Punnaiah Choudary Kalluri · 9 years ago
  75. b56fc3c hv_netvsc: Fix a bug in netvsc_start_xmit() by KY Srinivasan · 9 years ago
  76. 4873499 altera_tse: Correct rx packet length by Vlastimil Setka · 9 years ago
  77. 42eab00 mlx4: Fix tx ring affinity_mask creation by Benjamin Poirier · 9 years ago
  78. 0d699f28 tipc: fix problem with parallel link synchronization mechanism by Jon Paul Maloy · 9 years ago
  79. f2f6739 tipc: remove wrong use of NLM_F_MULTI by Nicolas Dichtel · 9 years ago
  80. 46c264d bridge/nl: remove wrong use of NLM_F_MULTI by Nicolas Dichtel · 9 years ago
  81. 8219967 bridge/mdb: remove wrong use of NLM_F_MULTI by Nicolas Dichtel · 9 years ago
  82. 2b70fe5 net: sched: act_connmark: don't zap skb->nfct by Florian Westphal · 9 years ago
  83. 165996b trivial: net: systemport: bcmsysport.h: fix 0x0x prefix by Antonio Ospite · 9 years ago
  84. 18fe369 trivial: net: atl1e: atl1e_hw.h: fix 0x0x prefix by Antonio Ospite · 9 years ago
  85. ad93e1d Merge branch 'bnx2x' by David S. Miller · 9 years ago
  86. f8dcb5e bnx2x: remove {TPA,GRO}_ENABLE_FLAG by Michal Schmidt · 9 years ago
  87. 7e6b4d4 bnx2x: merge fp->disable_tpa with fp->mode by Michal Schmidt · 9 years ago
  88. d9b9e86 bnx2x: mark LRO as a fixed disabled feature if disable_tpa is set by Michal Schmidt · 9 years ago
  89. 3f300ff hv_netvsc: introduce netif-msg into netvsc module by Simon Xiao · 9 years ago
  90. cb6ccf0 route: Use ipv4_mtu instead of raw rt_pmtu by Herbert Xu · 9 years ago
  91. 2cff98b arm64: add missing PAGE_ALIGN() to __dma_free() by Dean Nelson · 9 years ago
  92. df8d9ee cpuidle: Run tick_broadcast_exit() with disabled interrupts by Rafael J. Wysocki · 9 years ago
  93. d839c98 Merge remote-tracking branches 'asoc/fix/rt5677', 'asoc/fix/samsung' and 'asoc/fix/tfa9879' into asoc-linus by Mark Brown · 9 years ago
  94. a78001b Merge remote-tracking branches 'asoc/fix/email', 'asoc/fix/fsl-ssi', 'asoc/fix/pm', 'asoc/fix/qcom' and 'asoc/fix/rcar' into asoc-linus by Mark Brown · 9 years ago
  95. 1ce286b Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linus by Mark Brown · 9 years ago
  96. 49422ad Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus by Mark Brown · 9 years ago
  97. 449f1ca Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus by Mark Brown · 9 years ago
  98. 60a8d62 ASoC: rt5677: fixed wrong DMIC ref clock by Bard Liao · 9 years ago
  99. 7241ea5 ALSA: emu10k1: Emu10k2 32 bit DMA mode by Peter Zubaj · 9 years ago
  100. 61f8ff6 ACPI / SBS: Enable battery manager when present by Chris Bainbridge · 9 years ago