1. 0333d6d Bluetooth: btmrvl: use msecs_to_jiffies within macro definition by Amitkumar Karwar · 11 years ago
  2. 1c6098e bluetooth: btmrvl: increase the priority of firmware download message by Amitkumar Karwar · 11 years ago
  3. 7b4b874 Bluetooth: btmrvl: add surprise_removed flag by Amitkumar Karwar · 11 years ago
  4. 9b89fdf Bluetooth: btmrvl: error path handling in setup handler by Amitkumar Karwar · 11 years ago
  5. 8b324fa Bluetooth: btmrvl: fix race issue while stopping main thread by Amitkumar Karwar · 11 years ago
  6. 661cf88 Bluetooth: Use HCI_QUIRK_FIXUP_INQUIRY_MODE for Silicon Wave devices by Marcel Holtmann · 11 years ago
  7. 043ec9b Bluetooth: Introduce HCI_QUIRK_FIXUP_INQUIRY_MODE option by Marcel Holtmann · 11 years ago
  8. 04422da Bluetooth: Remove dead code for manufacturer inquiry mode quirks by Marcel Holtmann · 11 years ago
  9. 36cf942 mac802154: fix kbuild test robot warning by Alexander Aring · 11 years ago
  10. 9dc52d4 ieee802154: handle config as menuconfig by Alexander Aring · 11 years ago
  11. 71e36b1 ieee802154: rename af_ieee802154.c to socket.c by Alexander Aring · 11 years ago
  12. df2f65d ieee802154: socket: fix checkpatch issue by Alexander Aring · 11 years ago
  13. 78f821b ieee802154: socket: put handling into one file by Alexander Aring · 11 years ago
  14. 79300e3 ieee802154: socket: change module name by Alexander Aring · 11 years ago
  15. 955d7fc ieee802154: handle socket functionality as module by Alexander Aring · 11 years ago
  16. 4fcef8e Bluetooth: Fix issue with Roper Class 1 Bluetooth Dongle by Marcel Holtmann · 11 years ago
  17. ec6cef9 Bluetooth: Fix SMP channel registration for unconfigured controllers by Marcel Holtmann · 11 years ago
  18. 203de21 Bluetooth: Fix for a leftover debug of pairing credentials by Marcel Holtmann · 11 years ago
  19. cb0d2fa Bluetooth: Fix scope of sc_only_mode debugfs entry by Marcel Holtmann · 11 years ago
  20. 05b3c3e Bluetooth: Remove no longer needed force_sc_support debugfs option by Marcel Holtmann · 11 years ago
  21. 91389af Bluetooth: Remove broken force_lesc_support debugfs option by Marcel Holtmann · 11 years ago
  22. 300acfde Bluetooth: Introduce force_bredr_smp debugfs option for testing by Marcel Holtmann · 11 years ago
  23. e8768f9 net: skbuff: don't zero tc members when freeing skb by Florian Westphal · 11 years ago
  24. 6c032ed Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 11 years ago
  25. a4c9ea5 geneve: Add Geneve GRO support by Joe Stringer · 11 years ago
  26. 9b174d8 net: Add Transparent Ethernet Bridging GRO support. by Jesse Gross · 11 years ago
  27. 05930b5 net/fsl: remove hardcoded clock setting from xgmac_mdio by Shaohui Xie · 11 years ago
  28. aa84247 net/fsl: remove irq assignment from xgmac_mdio by Shaohui Xie · 11 years ago
  29. cef27f9 net/fsl: remove reset from xgmac_mdio by Shaohui Xie · 11 years ago
  30. 01aa299 Merge branch 'gmac-next' by David S. Miller · 11 years ago
  31. 53a8393 GMAC: add document for Rockchip RK3288 GMAC by Roger Chen · 11 years ago
  32. e35e47a ARM: dts: rockchip: enable gmac on RK3288 evb board by Roger Chen · 11 years ago
  33. 3d3fb74a ARM: dts: rockchip: add gmac info for rk3288 by Roger Chen · 11 years ago
  34. 7f18602 GMAC: modify CRU config for Rockchip RK3288 SoCs integrated GMAC by Roger Chen · 11 years ago
  35. 3cf8e53 GMAC: define clock ID used for GMAC by Roger Chen · 11 years ago
  36. 7ad269e GMAC: add driver for Rockchip RK3288 SoCs integrated GMAC by Roger Chen · 11 years ago
  37. 9aacfb2 igb_ptp: Include clocksource.h to get CLOCKSOURCE_MASK. by David S. Miller · 11 years ago
  38. 54da508 e1000e: Include clocksource.h to get CLOCKSOURCE_MASK. by David S. Miller · 11 years ago
  39. e495f78 Merge branch 'fib_trie-next' by David S. Miller · 11 years ago
  40. 5405afd fib_trie: Add tracking value for suffix length by Alexander Duyck · 11 years ago
  41. 21d1f11 fib_trie: Remove checks for index >= tnode_child_length from tnode_get_child by Alexander Duyck · 11 years ago
  42. 12c081a fib_trie: inflate/halve nodes in a more RCU friendly way by Alexander Duyck · 11 years ago
  43. fc86a93 fib_trie: Push tnode flushing down to inflate/halve by Alexander Duyck · 11 years ago
  44. ff181ed fib_trie: Push assignment of child to parent down into inflate/halve by Alexander Duyck · 11 years ago
  45. f05a481 fib_trie: Add functions should_inflate and should_halve by Alexander Duyck · 11 years ago
  46. cf3637b fib_trie: Move resize to after inflate/halve by Alexander Duyck · 11 years ago
  47. 345e9b5 fib_trie: Push rcu_read_lock/unlock to callers by Alexander Duyck · 11 years ago
  48. 98293e8 fib_trie: Use unsigned long for anything dealing with a shift by bits by Alexander Duyck · 11 years ago
  49. e9b4401 fib_trie: Update meaning of pos to represent unchecked bits by Alexander Duyck · 11 years ago
  50. 836a012 fib_trie: Optimize fib_table_insert by Alexander Duyck · 11 years ago
  51. 939afb0 fib_trie: Optimize fib_find_node by Alexander Duyck · 11 years ago
  52. 9f9e636 fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variables by Alexander Duyck · 11 years ago
  53. adaf981 fib_trie: Merge leaf into tnode by Alexander Duyck · 11 years ago
  54. 37fd30f fib_trie: Merge tnode_free and leaf_free into node_free by Alexander Duyck · 11 years ago
  55. 64c9b6f fib_trie: Make leaf and tnode more uniform by Alexander Duyck · 11 years ago
  56. 8274a97 fib_trie: Update usage stats to be percpu instead of global variables by Alexander Duyck · 11 years ago
  57. bec94d4 gre: allow live address change by stephen hemminger · 11 years ago
  58. 33f72e6 l2tp : multicast notification to the registered listeners by Bill Hong · 11 years ago
  59. 957f094 tun: return proper error code from tun_do_read by Alex Gartrell · 11 years ago
  60. 8789793 tun: Fixed unsigned/signed comparison by Alex Gartrell · 11 years ago
  61. 886eaa1 tipc: replace 0 by NULL for pointers by Fabian Frederick · 11 years ago
  62. f230332 Merge branch 'enic-next' by David S. Miller · 11 years ago
  63. 58feff0 enic: add stats for dma mapping error by Govindarajulu Varadarajan · 11 years ago
  64. 065df15 enic: check dma_mapping_error by Govindarajulu Varadarajan · 11 years ago
  65. 5e32066 enic: make vnic_wq_buf doubly linked by Govindarajulu Varadarajan · 11 years ago
  66. 5164172 Merge branch 'fec-next' by David S. Miller · 11 years ago
  67. 07b4d2d ARM: dts: imx6qdl: enable FEC magic-packet feature by Nimrod Andy · 11 years ago
  68. 456062b ARM: imx: add FEC sleep mode callback function by Nimrod Andy · 11 years ago
  69. de40ed3 net: fec: add Wake-on-LAN support by Nimrod Andy · 11 years ago
  70. 03366a3 net: gianfar: add missing __iomem annotation by Kevin Hao · 11 years ago
  71. 91c53f76 net: gianfar: mark the local functions static by Kevin Hao · 11 years ago
  72. 41f2f12 virtio-net: don't do header check for dodgy gso packets by Jason Wang · 11 years ago
  73. dd45077 arm: sa1100: move irda header to linux/platform_data by Dmitry Eremin-Solenikov · 11 years ago
  74. 1214133 net: sxgbe: Use setup_timer by Julia Lawall · 11 years ago
  75. fea3cb0 ksz884x: Use setup_timer by Julia Lawall · 11 years ago
  76. cc73e41 atl1e: Use setup_timer by Julia Lawall · 11 years ago
  77. d0e520e atheros: atlx: Use setup_timer by Julia Lawall · 11 years ago
  78. 5115ec9 Merge branch 'timecounter' by David S. Miller · 11 years ago
  79. 2eebdde timecounter: keep track of accumulated fractional nanoseconds by Richard Cochran · 11 years ago
  80. f25a30b net: cpts: convert to timecounter adjtime. by Richard Cochran · 11 years ago
  81. ce51ff0 net: mlx4: convert to timecounter adjtime. by Richard Cochran · 11 years ago
  82. 826ef90 net: ixgbe: convert to timecounter adjtime. by Richard Cochran · 11 years ago
  83. 5ee698e net: igb: convert to timecounter adjtime. by Richard Cochran · 11 years ago
  84. f4de2b9 net: e1000e: convert to timecounter adjtime. by Richard Cochran · 11 years ago
  85. 59e1696 net: fec: convert to timecounter adjtime. by Richard Cochran · 11 years ago
  86. 2e5601f net: bnx2x: convert to timecounter adjtime. by Richard Cochran · 11 years ago
  87. 8b976e9 net: xgbe: convert to timecounter adjtime. by Richard Cochran · 11 years ago
  88. 796c1ef timecounter: provide a helper function to shift the time. by Richard Cochran · 11 years ago
  89. 74d23cc time: move the timecounter/cyclecounter code into its own file. by Richard Cochran · 11 years ago
  90. 2c90331 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  91. 6ab1e8d Merge tag 'linux-kselftest-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 11 years ago
  92. e64b4fb Bluetooth: Add timing information to ECDH test case runs by Marcel Holtmann · 11 years ago
  93. 255047b Bluetooth: Add timing information to SMP test case runs by Marcel Holtmann · 11 years ago
  94. fb2969a Bluetooth: Add LE Secure Connections tests for SMP by Johan Hedberg · 11 years ago
  95. cfc4198 Bluetooth: Add legacy SMP tests by Johan Hedberg · 11 years ago
  96. 0a2b0f0 Bluetooth: Add skeleton for SMP self-tests by Johan Hedberg · 11 years ago
  97. 0b6415b Bluetooth: Add support for ECDH test cases by Johan Hedberg · 11 years ago
  98. ee48529 Bluetooth: Add support for self testing framework by Marcel Holtmann · 11 years ago
  99. 4da50de Bluetooth: Fix const declarations for smp_f5 and smp_f6 by Johan Hedberg · 11 years ago
  100. 7fc1b2d5 cc2520: fix zero perm_extended_addr address by Varka Bhadram · 11 years ago