1. 97defe1 rhashtable: Per bucket locks & deferred expansion/shrinking by Thomas Graf · 10 years ago
  2. 113948d spinlock: Add spin_lock_bh_nested() by Thomas Graf · 10 years ago
  3. 897362e nft_hash: Remove rhashtable_remove_pprev() by Thomas Graf · 10 years ago
  4. b8e1943 rhashtable: Factor out bucket_tail() function by Thomas Graf · 10 years ago
  5. 88d6ed1 rhashtable: Convert bucket iterators to take table and index by Thomas Graf · 10 years ago
  6. a4b18cd rhashtable: Use rht_obj() instead of manual offset calculation by Thomas Graf · 10 years ago
  7. 8d24c0b rhashtable: Do hashing inside of rhashtable_lookup_compare() by Thomas Graf · 10 years ago
  8. dd95539 Merge branch 'timecounter-next' by David S. Miller · 10 years ago
  9. 5ce07a5 microblaze: include the new timecounter header. by Richard Cochran · 10 years ago
  10. d9f3937 mlx4: include clocksource.h again by Richard Cochran · 10 years ago
  11. d312da2 ixgbe: convert to CYCLECOUNTER_MASK macro. by Richard Cochran · 10 years ago
  12. b57c894 igb: convert to CYCLECOUNTER_MASK macro. by Richard Cochran · 10 years ago
  13. 4d045b4 e1000e: convert to CYCLECOUNTER_MASK macro. by Richard Cochran · 10 years ago
  14. f28ba40 bnx2x: convert to CYCLECOUNTER_MASK macro. by Richard Cochran · 10 years ago
  15. 1891172 timecounter: provide a macro to initialize the cyclecounter mask field. by Richard Cochran · 10 years ago
  16. b422da7 MAINTAINERS: Update Open vSwitch entry. by Pravin B Shelar · 10 years ago
  17. c2f471f Merge tag 'wireless-drivers-next-for-davem-2015-01-02' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 10 years ago
  18. 3adc0be net: ethernet: cisco: enic: enic_dev: Remove some unused functions by Rickard Strandqvist · 10 years ago
  19. 50ab97d isdn: hisax: hfc4s8s_l1: Remove some unused functions by Rickard Strandqvist · 10 years ago
  20. 6af01a7 net: fddi: skfp: smt.c: Remove unused function by Rickard Strandqvist · 10 years ago
  21. 7841d5d net: ethernet: chelsio: cxgb3: mc5.c: Remove some unused functions by Rickard Strandqvist · 10 years ago
  22. e8768f9 net: skbuff: don't zero tc members when freeing skb by Florian Westphal · 10 years ago
  23. 6c032ed Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 10 years ago
  24. a4c9ea5 geneve: Add Geneve GRO support by Joe Stringer · 10 years ago
  25. 9b174d8 net: Add Transparent Ethernet Bridging GRO support. by Jesse Gross · 10 years ago
  26. 05930b5 net/fsl: remove hardcoded clock setting from xgmac_mdio by Shaohui Xie · 10 years ago
  27. aa84247 net/fsl: remove irq assignment from xgmac_mdio by Shaohui Xie · 10 years ago
  28. cef27f9 net/fsl: remove reset from xgmac_mdio by Shaohui Xie · 10 years ago
  29. 01aa299 Merge branch 'gmac-next' by David S. Miller · 10 years ago
  30. 53a8393 GMAC: add document for Rockchip RK3288 GMAC by Roger Chen · 10 years ago
  31. e35e47a ARM: dts: rockchip: enable gmac on RK3288 evb board by Roger Chen · 10 years ago
  32. 3d3fb74a ARM: dts: rockchip: add gmac info for rk3288 by Roger Chen · 10 years ago
  33. 7f18602 GMAC: modify CRU config for Rockchip RK3288 SoCs integrated GMAC by Roger Chen · 10 years ago
  34. 3cf8e53 GMAC: define clock ID used for GMAC by Roger Chen · 10 years ago
  35. 7ad269e GMAC: add driver for Rockchip RK3288 SoCs integrated GMAC by Roger Chen · 10 years ago
  36. 9aacfb2 igb_ptp: Include clocksource.h to get CLOCKSOURCE_MASK. by David S. Miller · 10 years ago
  37. 54da508 e1000e: Include clocksource.h to get CLOCKSOURCE_MASK. by David S. Miller · 10 years ago
  38. e495f78 Merge branch 'fib_trie-next' by David S. Miller · 10 years ago
  39. 5405afd fib_trie: Add tracking value for suffix length by Alexander Duyck · 10 years ago
  40. 21d1f11 fib_trie: Remove checks for index >= tnode_child_length from tnode_get_child by Alexander Duyck · 10 years ago
  41. 12c081a fib_trie: inflate/halve nodes in a more RCU friendly way by Alexander Duyck · 10 years ago
  42. fc86a93 fib_trie: Push tnode flushing down to inflate/halve by Alexander Duyck · 10 years ago
  43. ff181ed fib_trie: Push assignment of child to parent down into inflate/halve by Alexander Duyck · 10 years ago
  44. f05a481 fib_trie: Add functions should_inflate and should_halve by Alexander Duyck · 10 years ago
  45. cf3637b fib_trie: Move resize to after inflate/halve by Alexander Duyck · 10 years ago
  46. 345e9b5 fib_trie: Push rcu_read_lock/unlock to callers by Alexander Duyck · 10 years ago
  47. 98293e8 fib_trie: Use unsigned long for anything dealing with a shift by bits by Alexander Duyck · 10 years ago
  48. e9b4401 fib_trie: Update meaning of pos to represent unchecked bits by Alexander Duyck · 10 years ago
  49. 836a012 fib_trie: Optimize fib_table_insert by Alexander Duyck · 10 years ago
  50. 939afb0 fib_trie: Optimize fib_find_node by Alexander Duyck · 10 years ago
  51. 9f9e636 fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variables by Alexander Duyck · 10 years ago
  52. adaf981 fib_trie: Merge leaf into tnode by Alexander Duyck · 10 years ago
  53. 37fd30f fib_trie: Merge tnode_free and leaf_free into node_free by Alexander Duyck · 10 years ago
  54. 64c9b6f fib_trie: Make leaf and tnode more uniform by Alexander Duyck · 10 years ago
  55. 8274a97 fib_trie: Update usage stats to be percpu instead of global variables by Alexander Duyck · 10 years ago
  56. bec94d4 gre: allow live address change by stephen hemminger · 10 years ago
  57. 33f72e6 l2tp : multicast notification to the registered listeners by Bill Hong · 10 years ago
  58. 957f094 tun: return proper error code from tun_do_read by Alex Gartrell · 10 years ago
  59. 8789793 tun: Fixed unsigned/signed comparison by Alex Gartrell · 10 years ago
  60. 886eaa1 tipc: replace 0 by NULL for pointers by Fabian Frederick · 10 years ago
  61. f230332 Merge branch 'enic-next' by David S. Miller · 10 years ago
  62. 58feff0 enic: add stats for dma mapping error by Govindarajulu Varadarajan · 10 years ago
  63. 065df15 enic: check dma_mapping_error by Govindarajulu Varadarajan · 10 years ago
  64. 5e32066 enic: make vnic_wq_buf doubly linked by Govindarajulu Varadarajan · 10 years ago
  65. 5164172 Merge branch 'fec-next' by David S. Miller · 10 years ago
  66. 07b4d2d ARM: dts: imx6qdl: enable FEC magic-packet feature by Nimrod Andy · 10 years ago
  67. 456062b ARM: imx: add FEC sleep mode callback function by Nimrod Andy · 10 years ago
  68. de40ed3 net: fec: add Wake-on-LAN support by Nimrod Andy · 10 years ago
  69. 03366a3 net: gianfar: add missing __iomem annotation by Kevin Hao · 10 years ago
  70. 91c53f76 net: gianfar: mark the local functions static by Kevin Hao · 10 years ago
  71. 41f2f12 virtio-net: don't do header check for dodgy gso packets by Jason Wang · 10 years ago
  72. dd45077 arm: sa1100: move irda header to linux/platform_data by Dmitry Eremin-Solenikov · 10 years ago
  73. 1214133 net: sxgbe: Use setup_timer by Julia Lawall · 10 years ago
  74. fea3cb0 ksz884x: Use setup_timer by Julia Lawall · 10 years ago
  75. cc73e41 atl1e: Use setup_timer by Julia Lawall · 10 years ago
  76. d0e520e atheros: atlx: Use setup_timer by Julia Lawall · 10 years ago
  77. 5115ec9 Merge branch 'timecounter' by David S. Miller · 10 years ago
  78. 2eebdde timecounter: keep track of accumulated fractional nanoseconds by Richard Cochran · 10 years ago
  79. f25a30b net: cpts: convert to timecounter adjtime. by Richard Cochran · 10 years ago
  80. ce51ff0 net: mlx4: convert to timecounter adjtime. by Richard Cochran · 10 years ago
  81. 826ef90 net: ixgbe: convert to timecounter adjtime. by Richard Cochran · 10 years ago
  82. 5ee698e net: igb: convert to timecounter adjtime. by Richard Cochran · 10 years ago
  83. f4de2b9 net: e1000e: convert to timecounter adjtime. by Richard Cochran · 10 years ago
  84. 59e1696 net: fec: convert to timecounter adjtime. by Richard Cochran · 10 years ago
  85. 2e5601f net: bnx2x: convert to timecounter adjtime. by Richard Cochran · 10 years ago
  86. 8b976e9 net: xgbe: convert to timecounter adjtime. by Richard Cochran · 10 years ago
  87. 796c1ef timecounter: provide a helper function to shift the time. by Richard Cochran · 10 years ago
  88. 74d23cc time: move the timecounter/cyclecounter code into its own file. by Richard Cochran · 10 years ago
  89. 2c90331 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  90. 6ab1e8d Merge tag 'linux-kselftest-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 10 years ago
  91. e64b4fb Bluetooth: Add timing information to ECDH test case runs by Marcel Holtmann · 10 years ago
  92. 255047b Bluetooth: Add timing information to SMP test case runs by Marcel Holtmann · 10 years ago
  93. fb2969a Bluetooth: Add LE Secure Connections tests for SMP by Johan Hedberg · 10 years ago
  94. cfc4198 Bluetooth: Add legacy SMP tests by Johan Hedberg · 10 years ago
  95. 0a2b0f0 Bluetooth: Add skeleton for SMP self-tests by Johan Hedberg · 10 years ago
  96. 0b6415b Bluetooth: Add support for ECDH test cases by Johan Hedberg · 10 years ago
  97. ee48529 Bluetooth: Add support for self testing framework by Marcel Holtmann · 10 years ago
  98. 4da50de Bluetooth: Fix const declarations for smp_f5 and smp_f6 by Johan Hedberg · 10 years ago
  99. 7fc1b2d5 cc2520: fix zero perm_extended_addr address by Varka Bhadram · 10 years ago
  100. f50f1c3 cc2520: remove 'ret' goto label by Varka Bhadram · 10 years ago