1. f48fd9c Bluetooth: Create per controller workqueue by Marcel Holtmann · 14 years ago
  2. 844c097 Bluetooth: Fix spec error in the RemoteBusy Logic by Gustavo F. Padovan · 14 years ago
  3. 4178ba4 Bluetooth: Prevents buffer overflow on l2cap_ertm_reassembly_sdu() by Gustavo F. Padovan · 14 years ago
  4. dfc909b Bluetooth: Fix race condition on l2cap_ertm_send() by Gustavo F. Padovan · 14 years ago
  5. 6161c03 Bluetooth: Add wait_queue to wait ack of all sent packets by Gustavo F. Padovan · 14 years ago
  6. 1890d36 Bluetooth: Implement Local Busy Condition handling by Gustavo F. Padovan · 14 years ago
  7. 9b53350 Bluetooth: Completes the I-frame tx_seq check logic on RECV by João Paulo Rechi Vita · 14 years ago
  8. 18778a6 Bluetooth: Implement missing parts of the Invalid Frame Detection by Gustavo F. Padovan · 14 years ago
  9. f11d676 Bluetooth: Refactor l2cap_retransmit_frame() by Gustavo F. Padovan · 14 years ago
  10. 9a9c6a3 Bluetooth: Make hci_send_acl() void by Gustavo F. Padovan · 14 years ago
  11. ff12fd6 Bluetooth: Fix lockdep annotation on ERTM by Gustavo F. Padovan · 14 years ago
  12. 9b16dc6 Bluetooth: Check if we really are in WAIT_F when F bit comes by Gustavo F. Padovan · 14 years ago
  13. a2e12a2 Bluetooth: Remove unneeded control vars by Gustavo F. Padovan · 14 years ago
  14. 0301ef0 Bluetooth: Remove set of SrejSaveReqSeq under receipt of REJ frame by Gustavo F. Padovan · 14 years ago
  15. 59203a2 Bluetooth: Fix errors reported by checkpatch.pl by Gustavo F. Padovan · 14 years ago
  16. 44651b8 Bluetooth: Don't set control bits to zero first by Gustavo F. Padovan · 14 years ago
  17. 01760bd Bluetooth: Close L2CAP channel on invalid ReqSeq by João Paulo Rechi Vita · 14 years ago
  18. afefdbc Bluetooth: Fix SDU reassembly under SREJ by Gustavo F. Padovan · 14 years ago
  19. 0041ecf Bluetooth: Check if mode is supported on getsockopt by João Paulo Rechi Vita · 14 years ago
  20. bd3c9e2 Bluetooth: Add SOCK_STREAM support to L2CAP by Gustavo F. Padovan · 14 years ago
  21. 84fb0a6 Bluetooth: Add Kconfig option for L2CAP Extended Features by Gustavo F. Padovan · 14 years ago
  22. 3b1a9f3 Bluetooth: Optimize SREJ_QUEUE append by Gustavo F. Padovan · 14 years ago
  23. 812e737 Bluetooth: Fix drop of acked packets on ERTM by Gustavo F. Padovan · 14 years ago
  24. 0ee0d20 Bluetooth: Fix crash when monitor timeout expires by Gustavo F. Padovan · 14 years ago
  25. f6e6b16 Bluetooth: Fix bug when retransmitting I-frames by Gustavo F. Padovan · 14 years ago
  26. 68d7f0c Bluetooth: Enable option to configure Max Transmission value via sockopt by Gustavo F. Padovan · 14 years ago
  27. 369ba30 Bluetooth: Add module parameter for txWindow size on L2CAP by Gustavo F. Padovan · 14 years ago
  28. 803020c Bluetooth: Change acknowledgement to use the value of txWindow by Gustavo F. Padovan · 14 years ago
  29. 14b5aa7 Bluetooth: Add sockopt configuration for txWindow on L2CAP by Gustavo F. Padovan · 14 years ago
  30. 855666cc Bluetooth: Send Ack after clear the SREJ list by Gustavo F. Padovan · 14 years ago
  31. 052897c Bluetooth: Check the SDU size against the MTU value by Gustavo F. Padovan · 14 years ago
  32. 10467e9 Bluetooth: Add le16 macro to Retransmission and Monitor Timeouts values by Gustavo F. Padovan · 14 years ago
  33. 1c76215 Bluetooth: Fix configuration of the MPS value by Gustavo F. Padovan · 14 years ago
  34. 7b1c004 Bluetooth: Read RFC conf option on a successful Conf RSP by Gustavo F. Padovan · 14 years ago
  35. 2fb862e Bluetooth: Ignore Tx Window value with Streaming mode by Gustavo F. Padovan · 14 years ago
  36. c1b4f43 Bluetooth: Add timer to Acknowledge I-frames by Gustavo F. Padovan · 14 years ago
  37. 05fbd89 Bluetooth: Finish implementation for Rec RR (P=1) on ERTM by Gustavo F. Padovan · 14 years ago
  38. 8abb52e Bluetooth: Remove duplicate use of __get_reqseq() macro on L2CAP by Gustavo F. Padovan · 14 years ago
  39. 6e3a598 Bluetooth: Group the ack of I-frames into l2cap_data_channel_rrframe() by Gustavo F. Padovan · 14 years ago
  40. 99b0d4b Bluetooth: Handle all cases of receipt of RNR-frames into L2CAP by Gustavo F. Padovan · 14 years ago
  41. e072745 Bluetooth: Split l2cap_data_channel_sframe() by Gustavo F. Padovan · 14 years ago
  42. 73edaa9 Bluetooth: Add Recv RR (P=0)(F=0) for SREJ_SENT state on ERTM by Gustavo F. Padovan · 14 years ago
  43. f0946cc Bluetooth: Move set of P-bit to l2cap_send_sframe() by Gustavo F. Padovan · 14 years ago
  44. 9e917af Bluetooth: Implement SendAck() Action on ERTM. by Gustavo F. Padovan · 14 years ago
  45. 36f2fd5 Bluetooth: Check if SDU size is greater than MTU on L2CAP by Gustavo F. Padovan · 14 years ago
  46. 277ffbe Bluetooth: Check the minimum {I,S}-frame size into L2CAP by Gustavo F. Padovan · 14 years ago
  47. 1d8f5d1 Bluetooth: Support case with F bit set under WAIT_F state. by Gustavo F. Padovan · 14 years ago
  48. d5392c8 Bluetooth: Implement 'Send IorRRorRNR' event by Gustavo F. Padovan · 14 years ago
  49. e8235c6 Bluetooth: Use a l2cap_pinfo struct instead l2cap_pi() macro by Gustavo F. Padovan · 14 years ago
  50. d1daa09 Bluetooth: Fix ACL MTU issue by Gustavo F. Padovan · 14 years ago
  51. 7dffe42 Bluetooth: Fix expected_tx_seq calculation on L2CAP by Gustavo F. Padovan · 14 years ago
  52. faaebd1 Bluetooth: Fix memory leak of S-frames into L2CAP by Gustavo F. Padovan · 14 years ago
  53. c69163e Bluetooth: Move specific Basic Mode code to the right place by Gustavo F. Padovan · 14 years ago
  54. b9dbdbc Bluetooth: Trivial clean ups to SCO by Gustavo F. Padovan · 14 years ago
  55. 0d861d8 Bluetooth: Make hci_send_sco() void by Gustavo F. Padovan · 14 years ago
  56. 3ee9437 ipv4: remove ip_rt_secret timer (v4) by Neil Horman · 14 years ago
  57. eecfd7c rps: Various optimizations by Eric Dumazet · 14 years ago
  58. d6bc014 ipv6: udp: make short packet logging consistent with ipv4 by Bjørn Mork · 14 years ago
  59. c06ee96 bridge: make bridge support netpoll by WANG Cong · 14 years ago
  60. 0e34e93 netpoll: add generic support for bridge and bonding devices by WANG Cong · 14 years ago
  61. 2861a18 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  62. 8316324 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
  63. adfba3c mac80211: use fixed channel in ibss join when appropriate by Johannes Berg · 14 years ago
  64. ec7d2f2 net: __alloc_skb() speedup by Eric Dumazet · 14 years ago
  65. 93bb64e net: skb_free_datagram_locked() fix by Eric Dumazet · 14 years ago
  66. f546061 Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-dev by David S. Miller · 14 years ago
  67. 4f70ecc net: rcu fixes by Eric Dumazet · 14 years ago
  68. a2f3be1 unix/garbage: kill copy of the skb queue walker by Ilpo Järvinen · 14 years ago
  69. 1d7d969 Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6 by John W. Linville · 14 years ago
  70. be4a4b6 mac80211: improve IBSS scanning by Johannes Berg · 14 years ago
  71. a75b436 mac80211: allow controlling aggregation manually by Johannes Berg · 14 years ago
  72. f7c6559 mac80211: fix ieee80211_find_sta[_by_hw] by Johannes Berg · 14 years ago
  73. dee4287 net: fix softnet_stat by Changli Gao · 14 years ago
  74. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  75. 47d2964 net: Inline skb_pull() in eth_type_trans(). by David S. Miller · 14 years ago
  76. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 14 years ago
  77. 0e3aef8 sctp: Tag messages that can be Nagle delayed at creation. by Vlad Yasevich · 14 years ago
  78. bfa0d98 sctp: Optimize computation of highest new tsn in SACK. by Vlad Yasevich · 14 years ago
  79. ea862c8 sctp: correctly mark missing chunks in fast recovery by Vlad Yasevich · 14 years ago
  80. 6588337 sctp: rwnd_press should be cumulative by Vlad Yasevich · 14 years ago
  81. cf9b481 sctp: fast recovery algorithm is per association. by Vlad Yasevich · 14 years ago
  82. b2cf9b6 sctp: update transport initializations by Vlad Yasevich · 14 years ago
  83. d9efc22 sctp: Do not force T3 timer on fast retransmissions. by Vlad Yasevich · 14 years ago
  84. ae19c54 sctp: remove 'resent' bit from the chunk by Vlad Yasevich · 14 years ago
  85. d598b16 sctp: Make sure we always return valid retransmit path by Vlad Yasevich · 14 years ago
  86. b99a4d5 sctp: cleanup: remove duplicate assignment by Dan Carpenter · 14 years ago
  87. 787a51a sctp: implement sctp association probing module by Wei Yongjun · 14 years ago
  88. ec7b951 sctp: use sctp_chunk_is_data macro to decide a chunk is data chunk by Shan Wei · 14 years ago
  89. fbdf501 sctp: Do no select unconfirmed transports for retransmissions by Vlad Yasevich · 14 years ago
  90. bc4f841 sctp: fix to retranmit at least one DATA chunk by Wei Yongjun · 14 years ago
  91. 6429d3d sctp: missing set src and dest port while lookup output route by Wei Yongjun · 14 years ago
  92. bd69b98 sctp: assure at least one T3-rtx timer is running if a FORWARD TSN is sent by Wei Yongjun · 14 years ago
  93. c17b02b sctp: send SHUTDOWN-ACK chunk back to the source. by Vlad Yasevich · 14 years ago
  94. a5f4cea sctp: Use correct address family in sctp_getsockopt_peer_addrs() by Vlad Yasevich · 14 years ago
  95. 83d7eb2 ipv6: cleanup: remove unneeded null check by Dan Carpenter · 14 years ago
  96. 4b02162 xfrm: potential uninitialized variable num_xfrms by Changli Gao · 14 years ago
  97. 767dd03 net: speedup sock_recv_ts_and_drops() by Eric Dumazet · 14 years ago
  98. ad41ee3 Merge branch 'wireless-2.6' into wireless-next-2.6 by Reinette Chatre · 14 years ago
  99. f5c044e mac80211: remove deprecated noise field from ieee80211_rx_status by John W. Linville · 14 years ago
  100. 49b5c7f mac80211: tell driver about IBSS merge by Johannes Berg · 14 years ago