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