1. 5d8868f Bluetooth: Add Google's copyright to L2CAP by Gustavo F. Padovan · 14 years ago
  2. 9981151 Bluetooth: Implemented HCI frame reassembly for RX from stream by Suraj Sumangala · 14 years ago
  3. f39a3c0 Bluetooth: Modified hci_recv_fragment() to use hci_reassembly helper by Suraj Sumangala · 14 years ago
  4. 33e882a Bluetooth: Implement hci_reassembly helper to reassemble RX packets by Suraj Sumangala · 14 years ago
  5. cd4c539 Bluetooth: Add one more buffer for HCI stream reassembly by Suraj Sumangala · 14 years ago
  6. dd13524 Bluetooth: Update L2CAP version information by Gustavo F. Padovan · 14 years ago
  7. ce5706b Bluetooth: Add Copyright notice to L2CAP by Gustavo F. Padovan · 14 years ago
  8. 47731de Bluetooth: Keep code under column 80 by Gustavo F. Padovan · 14 years ago
  9. 89746b8 Bluetooth: Fix bug in kzalloc allocation size by Gustavo F. Padovan · 14 years ago
  10. e9aeb2d Bluetooth: Send ConfigReq after send a ConnectionRsp by Gustavo F. Padovan · 14 years ago
  11. 963cf68 Bluetooth: Fix error return on L2CAP-HCI interface. by João Paulo Rechi Vita · 14 years ago
  12. 7a560e5 Bluetooth: Fix error value for wrong FCS. by João Paulo Rechi Vita · 14 years ago
  13. 57d3b22 Bluetooth: Fix error return for l2cap_connect_rsp(). by João Paulo Rechi Vita · 14 years ago
  14. bc766db2 Bluetooth: Fix error return value on sendmsg. by João Paulo Rechi Vita · 14 years ago
  15. f9dd11b Bluetooth: Fix error return value on sendmsg. by João Paulo Rechi Vita · 14 years ago
  16. 305682e Bluetooth: Make l2cap_streaming_send() void. by João Paulo Rechi Vita · 14 years ago
  17. 8b0dc6d Bluetooth: Fix l2cap_sock_connect error return. by João Paulo Rechi Vita · 14 years ago
  18. 712132e Bluetooth: Improve ERTM local busy handling by Gustavo F. Padovan · 14 years ago
  19. 218bb9d Bluetooth: Add backlog queue to ERTM code by Gustavo F. Padovan · 14 years ago
  20. e0f6621 Bluetooth: Remove the send_lock spinlock from ERTM by Gustavo F. Padovan · 14 years ago
  21. 8cb8e6f Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG state by Gustavo F. Padovan · 14 years ago
  22. cf6c2c0 Bluetooth: Disconnect early if mode is not supported by Gustavo F. Padovan · 14 years ago
  23. 2ba13ed Bluetooth: Remove check for supported mode by Gustavo F. Padovan · 14 years ago
  24. 6c2ea7a Bluetooth: Refuse ConfigRsp with different mode by Gustavo F. Padovan · 14 years ago
  25. 6254775 Bluetooth: Actively send request for Basic Mode by Gustavo F. Padovan · 14 years ago
  26. ae12d52 Bluetooth: Prefer Basic Mode on receipt of ConfigReq by Gustavo F. Padovan · 14 years ago
  27. 742e519 Bluetooth: Disconnect the channel if we don't want the proposed mode by Gustavo F. Padovan · 14 years ago
  28. 85eb53c Bluetooth: Change the way we set ERTM mode as mandatory by Gustavo F. Padovan · 14 years ago
  29. 6498886 Bluetooth: Tweaks to l2cap_send_i_or_rr_or_rnr() flow by Gustavo F. Padovan · 14 years ago
  30. 0e98958 Bluetooth: Add debug output to ERTM code by Gustavo F. Padovan · 15 years ago
  31. 9b108fc Bluetooth: Fix ERTM error reporting to the userspace by Gustavo F. Padovan · 14 years ago
  32. 4ea727e Bluetooth: Fix missing retransmission action with RR(P=1) by Gustavo F. Padovan · 14 years ago
  33. 2600008 Bluetooth: Check packet FCS earlier by Gustavo F. Padovan · 14 years ago
  34. 45d65c4 Bluetooth: Check the tx_window size on setsockopt by Gustavo F. Padovan · 14 years ago
  35. 3cb123d Bluetooth: Fix handle of received P-bit by Gustavo F. Padovan · 14 years ago
  36. 2ece368 Bluetooth: Update buffer_seq before retransmit frames by Gustavo F. Padovan · 14 years ago
  37. 7fe9b29 Bluetooth: Stop ack_timer if ERTM enters in Local Busy or SREJ_SENT by Gustavo F. Padovan · 14 years ago
  38. 2d0a034 Bluetooth: Reassigned copyright to Code Aurora Forum by Ron Shaffer · 14 years ago
  39. 32c2ece Bluetooth: Add debugfs support for showing the blacklist by Johan Hedberg · 14 years ago
  40. f035856 Bluetooth: Add blacklist support for incoming connections by Johan Hedberg · 14 years ago
  41. 95ffa97 Bluetooth: Fix L2CAP control bit field corruption by Gustavo F. Padovan · 14 years ago
  42. c13ffa6 Bluetooth: Proper shutdown ERTM when closing the channel by Gustavo F. Padovan · 14 years ago
  43. 51893f8 Bluetooth: Fix bug with ERTM minimum packet length by Nathan Holstein · 14 years ago
  44. bfbacc1 Bluetooth: Fix SREJ_QUEUE corruption in L2CAP by João Paulo Rechi Vita · 14 years ago
  45. 6e2b672 Bluetooth: Fix bug in l2cap_ertm_send() behavior by Gustavo F. Padovan · 14 years ago
  46. bc1b1f8 Bluetooth: Only check SAR bits if frame is an I-frame by Gustavo F. Padovan · 14 years ago
  47. 8ff50ec Bluetooth: Fix bug with ERTM vars increment by Gustavo F. Padovan · 14 years ago
  48. f6337c7 Bluetooth: Fix drop of packets with invalid req_seq/tx_seq by Gustavo F. Padovan · 14 years ago
  49. 0b31c85 Bluetooth: Remove L2CAP Extended Features from Kconfig by Gustavo F. Padovan · 14 years ago
  50. fd059b9 Bluetooth: Remove max_tx and tx_window module paramenters from L2CAP by Gustavo F. Padovan · 14 years ago
  51. 567c7b0 mm: add context argument to shrinker callback to remaining shrinkers by Dave Chinner · 14 years ago
  52. 11fe883 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  53. 516bd66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  54. 34782e9 wireless: remove unnecessary reg_same_country_ie_hint by John W. Linville · 14 years ago
  55. 20925fe wireless: mark cfg80211_is_all_idle as static by John W. Linville · 14 years ago
  56. 2ea6fb6 wireless: correct sparse warning in generated regdb.c by John W. Linville · 14 years ago
  57. c28991a wireless: correct sparse warning in wext-compat.c by John W. Linville · 14 years ago
  58. 3f6ff6b wireless: correct sparse warning in lib80211_crypt_tkip.c by John W. Linville · 14 years ago
  59. 4f366c5 wireless: only use alpha2 regulatory information from country IE by John W. Linville · 14 years ago
  60. 70d4bf6 drop_monitor: convert some kfree_skb call sites to consume_skb by Neil Horman · 14 years ago
  61. 4b70637 drop_monitor: Add error code to detect duplicate state changes by Neil Horman · 14 years ago
  62. d79d991 __dst_free(): put EXPORT_SYMBOLS after the fct by Nicolas Dichtel · 14 years ago
  63. 53e9b1d mac80211: set carrier on for monitor interfaces on ieee80211_open by David Gnedt · 14 years ago
  64. 4ced3f7 mac80211: move QoS-enable to BSS info by Johannes Berg · 14 years ago
  65. 875ae5f mac80211: fix aggregation action frame handling with AP VLANs by Felix Fietkau · 14 years ago
  66. 06ee1c2 wireless: use netif_rx_ni in ieee80211_send_layer2_update by John W. Linville · 14 years ago
  67. 573201f bridge: Partially disable netpoll support by Herbert Xu · 14 years ago
  68. d6d9ca0 net: this_cpu_xxx conversions by Eric Dumazet · 14 years ago
  69. 45e77d3 tcp: fix crash in tcp_xmit_retransmit_queue by Ilpo Järvinen · 14 years ago
  70. bd27290 net: 64bit stats for netdev_queue by Eric Dumazet · 14 years ago
  71. 6accec7 sch_atm: Convert to use standard list_head facilities. by David S. Miller · 14 years ago
  72. c1f19b5 net: support time stamping in phy devices. by Richard Cochran · 14 years ago
  73. 28b0411 net: preserve ifreq parameter when calling generic phy_mii_ioctl(). by Richard Cochran · 14 years ago
  74. ad1afb0 vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet) by Pedro Garcia · 14 years ago
  75. 01893c8 net: Remove MAX_SOCK_ADDR constant by Tetsuo Handa · 14 years ago
  76. 8e64159 net: dccp: fix sign bug by Kulikov Vasiliy · 14 years ago
  77. d9a9dc6 IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input()) by Arnaud Ebalard · 14 years ago
  78. 088c872 mac80211: improve error checking if WEP fails to init by John W. Linville · 14 years ago
  79. 15804e3 mac80211: skip HT parsing if HW does not support HT by Christian Lamparter · 14 years ago
  80. e40dbc5 ipmr: Don't leak memory if fib lookup fails. by Ben Greear · 14 years ago
  81. bb7a0bd net: bridge: fix sign bug by Kulikov Vasiliy · 14 years ago
  82. edf0e1f netfilter: add CHECKSUM target by Michael S. Tsirkin · 14 years ago
  83. fac42a9 netfilter: nf_ct_tcp: fix flow recovery with TCP window tracking enabled by Pablo Neira Ayuso · 14 years ago
  84. b0f77d0 net: fix problem in reading sock TX queue by Tom Herbert · 14 years ago
  85. 5487486 Net: ethernet: pe2.c: fix EXPORT_SYMBOL macro code style issue by Chihau Chau · 14 years ago
  86. 91a72a7 net/core: neighbour update Oops by Doug Kehn · 14 years ago
  87. 0eff683 net/sched: potential data corruption by Dan Carpenter · 14 years ago
  88. 87fd308 net: skb_tx_hash() fix relative to skb_orphan_try() by Eric Dumazet · 14 years ago
  89. 3a047bf rfs: call sock_rps_record_flow() in tcp_splice_read() by Changli Gao · 14 years ago
  90. d809ec8 xfrm: do not assume that template resolving always returns xfrms by Timo Teräs · 14 years ago
  91. ccb6c13 cfg80211: don't get expired BSSes by Johannes Berg · 14 years ago
  92. e300d95 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  93. 55a40e2 net/irda: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  94. 8a994a7 net/core: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  95. 15fd0cd net: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  96. d361fd5 net: sock_free() optimizations by Eric Dumazet · 14 years ago
  97. 7ba4291 inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and inet_sendpage() by Changli Gao · 14 years ago
  98. 5c4bfa1 9p: strlen() doesn't count the terminator by Dan Carpenter · 14 years ago
  99. 336a283 dsa: Fix Kconfig dependencies. by David S. Miller · 14 years ago
  100. 70c2efa act_nat: not all of the ICMP packets need an IP header payload by Changli Gao · 14 years ago