1. 0d4f55b Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 11 years ago
  2. 4f3e219 Bluetooth: Only one command per L2CAP LE signalling is supported by Marcel Holtmann · 11 years ago
  3. 92381f5 Bluetooth: Check minimum length of SMP packets by Marcel Holtmann · 11 years ago
  4. b99707d Bluetooth: Drop packets on ATT fixed channel on BR/EDR by Marcel Holtmann · 11 years ago
  5. ae4fd2d Bluetooth: L2CAP connectionless channels are only valid for BR/EDR by Marcel Holtmann · 11 years ago
  6. 7b9899d Bluetooth: SMP packets are only valid on LE connections by Marcel Holtmann · 11 years ago
  7. 94b6a09 Bluetooth: Don't copy L2CAP LE signalling to raw sockets by Marcel Holtmann · 11 years ago
  8. a287762 Bluetooth: Fix switch statement order for L2CAP fixed channels by Marcel Holtmann · 11 years ago
  9. 6203fc9 Bluetooth: Allow changing device class when BR/EDR is disabled by Marcel Holtmann · 11 years ago
  10. cf99ba1 Bluetooth: Restrict loading of long term keys to LE capable controllers by Marcel Holtmann · 11 years ago
  11. 9060d5c Bluetooth: Restrict loading of link keys to BR/EDR capable controllers by Marcel Holtmann · 11 years ago
  12. 62af444 Bluetooth: Allow setting static address even if LE is disabled by Marcel Holtmann · 11 years ago
  13. cdba528 Bluetooth: Restrict SSP setting changes to BR/EDR enabled controllers by Marcel Holtmann · 11 years ago
  14. 3b16629 Bluetooth: Fix memory leak with L2CAP signal channels by Marcel Holtmann · 11 years ago
  15. 9ab8cf3 Bluetooth: Increment management interface revision by Marcel Holtmann · 11 years ago
  16. 11802b2 Bluetooth: Fix advertising data flags with disabled BR/EDR by Johan Hedberg · 11 years ago
  17. e6fe798 Bluetooth: Fix REJECTED vs NOT_SUPPORTED mgmt responses by Johan Hedberg · 11 years ago
  18. d13eafc Bluetooth: Add management command for setting static address by Marcel Holtmann · 11 years ago
  19. a0cdf960 Bluetooth: Restrict disabling of HS when controller is powered off by Marcel Holtmann · 11 years ago
  20. 0663ca2 Bluetooth: Add a new mgmt_set_bredr command by Johan Hedberg · 11 years ago
  21. 56f8790 Bluetooth: Introduce a new HCI_BREDR_ENABLED flag by Johan Hedberg · 11 years ago
  22. e1d08f4 Bluetooth: Fix workqueue synchronization in hci_dev_open by Johan Hedberg · 11 years ago
  23. cbed0ca Bluetooth: Refactor hci_dev_open to a separate hci_dev_do_open function by Johan Hedberg · 11 years ago
  24. 922ca1d Bluetooth: Enable -D__CHECK_ENDIAN__ for sparse by default by Marcel Holtmann · 11 years ago
  25. 10a8b86 Bluetooth: Require CAP_NET_ADMIN for HCI User Channel operation by Marcel Holtmann · 11 years ago
  26. ee39269 Bluetooth: Send new settings event when changing high speed option by Marcel Holtmann · 11 years ago
  27. 848566b Bluetooth: Provide high speed configuration option by Marcel Holtmann · 11 years ago
  28. 60f2a3e Bluetooth: Use only 2 bits for controller type information by Marcel Holtmann · 11 years ago
  29. 1025c04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 11 years ago
  30. 4375f10 Bluetooth: Add new mgmt_set_advertising command by Johan Hedberg · 11 years ago
  31. eeca6f8 Bluetooth: Add new mgmt setting for LE advertising by Johan Hedberg · 11 years ago
  32. 416a4ae Bluetooth: Use async request for LE enable/disable by Johan Hedberg · 11 years ago
  33. bd99abd Bluetooth: Move mgmt response convenience functions to a better location by Johan Hedberg · 11 years ago
  34. 87b95ba Bluetooth: Fix busy return for mgmt_set_powered in some cases by Johan Hedberg · 11 years ago
  35. 970871b Bluetooth: Clean up socket locking in l2cap_sock_recvmsg by Johan Hedberg · 11 years ago
  36. 0fba96f Bluetooth: Add clarifying comment to bt_sock_wait_state() by Johan Hedberg · 11 years ago
  37. 941247f Bluetooth: Fix assignment of 0/1 to bool variables by Peter Senna Tschudin · 11 years ago
  38. 29cd718 Bluetooth: don't release the port in rfcomm_dev_state_change() by Gianluca Anzolin · 11 years ago
  39. b75ff5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  40. d0fe8c88 netpoll: fix NULL pointer dereference in netpoll_cleanup by Nikolay Aleksandrov · 11 years ago
  41. 703133d ip: generate unique IP identificator if local fragmentation is allowed by Ansis Atteka · 11 years ago
  42. 749154a ip: use ip_hdr() in __ip_make_skb() to retrieve IP header by Ansis Atteka · 11 years ago
  43. e9ff04d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  44. d62e6d6 Bluetooth: Add event mask page 2 setting support by Johan Hedberg · 11 years ago
  45. 5d4e7e8 Bluetooth: Add synchronization train parameters reading support by Johan Hedberg · 11 years ago
  46. e793dcf Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag by Johan Hedberg · 11 years ago
  47. 69c4e4e Bluetooth: Fix responding to invalid L2CAP signaling commands by Johan Hedberg · 11 years ago
  48. 9245e73 Bluetooth: Fix sending responses to identified L2CAP response packets by Johan Hedberg · 11 years ago
  49. 7c2005d Bluetooth: Fix L2CAP command reject reason by Johan Hedberg · 11 years ago
  50. c4ea249 Bluetooth: Fix L2CAP Disconnect response for unknown CID by Johan Hedberg · 11 years ago
  51. 21870b5 Bluetooth: Fix L2CAP error return used for failed channel lookups by Johan Hedberg · 11 years ago
  52. dc28080 Bluetooth: Fix double error response for l2cap_create_chan_req by Johan Hedberg · 11 years ago
  53. bf54303 Bluetooth: Fix rfkill functionality during the HCI setup stage by Johan Hedberg · 11 years ago
  54. 5e13036 Bluetooth: Introduce a new HCI_RFKILLED flag by Johan Hedberg · 11 years ago
  55. bd784a1 net:dccp: do not report ICMP redirects to user space by Duan Jiong · 11 years ago
  56. 4bdc944 Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 11 years ago
  57. 61c5923 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  58. 269aa75 tcp: fix RTO calculated from cached RTT by Neal Cardwell · 11 years ago
  59. 4c18c42 batman-adv: set the TAG flag for the vid passed to BLA by Antonio Quartulli · 11 years ago
  60. 0a0d80e netfilter: nfnetlink_queue: use network skb for sequence adjustment by Gao feng · 11 years ago
  61. 3f96a53 net: sctp: rfc4443: do not report ICMP redirects to user space by Daniel Borkmann · 11 years ago
  62. 0d2ede9 ip6_tunnels: raddr and laddr are inverted in nl msg by Ding Zhi · 11 years ago
  63. 2cf5512 netfilter: ipset: Fix serious failure in CIDR tracking by Oliver Smith · 11 years ago
  64. 169faa2 netfilter: ipset: Validate the set family and not the set type family at swapping by Jozsef Kadlecsik · 11 years ago
  65. 0f1799b netfilter: ipset: Consistent userspace testing with nomatch flag by Jozsef Kadlecsik · 11 years ago
  66. 55524c2 netfilter: ipset: Skip really non-first fragments for IPv6 when getting port/protocol by Jozsef Kadlecsik · 11 years ago
  67. 330b6c1 Bluetooth: Fix ACL alive for long in case of non pariable devices by Syam Sidhardhan · 11 years ago
  68. 89cbb4d Bluetooth: Fix encryption key size for peripheral role by Andre Guedes · 11 years ago
  69. f877621 Bluetooth: Fix security level for peripheral role by Andre Guedes · 11 years ago
  70. 52de599 Bluetooth: Only schedule raw queue when user channel is active by Marcel Holtmann · 11 years ago
  71. a675d7f Bluetooth: Use GFP_KERNEL when cloning SKB in a workqueue by Marcel Holtmann · 11 years ago
  72. af750e9 Bluetooth: Disable upper layer connections when user channel is active by Marcel Holtmann · 11 years ago
  73. 2350018 Bluetooth: Introduce new HCI socket channel for user operation by Marcel Holtmann · 11 years ago
  74. 0736cfa Bluetooth: Introduce user channel flag for HCI devices by Marcel Holtmann · 11 years ago
  75. c1c4f95 Bluetooth: Restrict ioctls to HCI raw channel sockets by Marcel Holtmann · 11 years ago
  76. c2371e8 Bluetooth: Fix error handling for HCI socket options by Marcel Holtmann · 11 years ago
  77. 808a049 Bluetooth: Report error for HCI reset ioctl when device is down by Marcel Holtmann · 11 years ago
  78. 9d4b68b Bluetooth: Fix handling of getsockname() for HCI sockets by Marcel Holtmann · 11 years ago
  79. 06f43cb Bluetooth: Fix handling of getpeername() for HCI sockets by Marcel Holtmann · 11 years ago
  80. f81fe64 Bluetooth: Refactor raw socket filter into more readable code by Marcel Holtmann · 11 years ago
  81. 716ec05 bridge: fix NULL pointer deref of br_port_get_rcu by Hong Zhiguo · 11 years ago
  82. 1fb1754 bridge: use br_port_get_rtnl within rtnl lock by Hong Zhiguo · 11 years ago
  83. 9bf12df Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  84. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  85. d830f0f netfilter: nf_nat_proto_icmpv6:: fix wrong comparison in icmpv6_manip_pkt by Phil Oester · 11 years ago
  86. be4f154 bridge: Clamp forward_delay when enabling STP by Herbert Xu · 11 years ago
  87. 9a06201 resubmit bridge: fix message_age_timer calculation by Chris Healy · 11 years ago
  88. ac4de95 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  89. 6de5a8b memcg: rename RESOURCE_MAX to RES_COUNTER_MAX by Sha Zhengju · 11 years ago
  90. 26935fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  91. 95ee620 net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmit by Daniel Borkmann · 11 years ago
  92. b0dd663 netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_reply by Sonic Zhang · 11 years ago
  93. 1d7b24f Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  94. 23c323a SUNRPC: No, I did not intend to create a 256KiB hashtable by Trond Myklebust · 11 years ago
  95. 1342930 sunrpc: Add missing kuids conversion for printing by Geert Uytterhoeven · 11 years ago
  96. c2d9572 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  97. 3ddc5b4 kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user() by Mathieu Desnoyers · 11 years ago
  98. bbda1ba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  99. f3ad857 net_sched: htb: fix a typo in htb_change_class() by Vimalkumar · 11 years ago
  100. 2c861cc ipv6: don't call fib6_run_gc() until routing is ready by Michal Kubeček · 11 years ago