index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: A2MP: Create A2MP channel
Andrei Emeltchenko
2012-06-05
3
-4
/
+74
*
Bluetooth: trivial: Use defined PSMLEN instead of magic
Andrei Emeltchenko
2012-06-05
1
-1
/
+1
*
Bluetooth: check for already existent channel before create new one
Gustavo Padovan
2012-06-05
1
-9
/
+4
*
Bluetooth: Move check for backlog size to l2cap_sock.c
Gustavo Padovan
2012-06-05
2
-12
/
+6
*
Bluetooth: Use chan->state instead of sk->sk_state
Gustavo Padovan
2012-06-05
1
-7
/
+2
*
Bluetooth: Add l2cap_chan->ops->ready()
Andrei Emeltchenko
2012-06-05
2
-15
/
+24
*
Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c
Andrei Emeltchenko
2012-06-05
2
-46
/
+70
*
Bluetooth: Use chan as parameters for l2cap chan ops
Gustavo Padovan
2012-06-05
2
-23
/
+23
*
Bluetooth: Really fix registering hci with duplicate name
Sasha Levin
2012-06-05
1
-17
/
+24
*
Bluetooth: Use l2cap_chan_ready() in LE path
Gustavo Padovan
2012-06-05
1
-4
/
+1
*
Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED)
Gustavo Padovan
2012-06-05
1
-3
/
+0
*
Bluetooth: Get a more accurate L2CAP PDU len
Gustavo Padovan
2012-06-05
1
-1
/
+7
*
Bluetooth: Use __constant modifier in HCI code
Andrei Emeltchenko
2012-06-05
3
-22
/
+22
*
Bluetooth: Use __constant when dealing with constants
Andrei Emeltchenko
2012-06-05
1
-27
/
+27
*
Bluetooth: Define and use PSM identifiers
Andrei Emeltchenko
2012-06-05
2
-4
/
+4
*
Bluetooth: Use lmp_ssp_capable() macro
Gustavo Padovan
2012-06-05
1
-1
/
+1
*
Bluetooth: Send a configuration request after security confirmation
Mat Martineau
2012-06-05
1
-0
/
+11
*
Bluetooth: Define L2CAP conf continuation flag
Andrei Emeltchenko
2012-06-05
1
-5
/
+5
*
Bluetooth: Remove unneeded EXPORT_SYMBOL
Gustavo Padovan
2012-06-05
2
-9
/
+0
*
Bluetooth: Remove unnecessary headers include
Gustavo Padovan
2012-06-05
20
-249
/
+14
*
Bluetooth: Fix coding style in the subsystem
Gustavo Padovan
2012-06-05
8
-27
/
+48
*
Bluetooth: Remove 'register' usage from the subsystem
Gustavo Padovan
2012-06-05
3
-3
/
+3
*
Bluetooth: Remove most of the inline usage
Gustavo Padovan
2012-06-05
10
-126
/
+104
*
Bluetooth: trivial: Remove empty line
Andrei Emeltchenko
2012-06-05
1
-1
/
+0
*
Bluetooth: Preserve L2CAP flags values
Andrei Emeltchenko
2012-06-05
1
-2
/
+2
*
Bluetooth: Use defined link key size
Andrei Emeltchenko
2012-06-05
3
-3
/
+3
*
Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSE
Szymon Janc
2012-06-05
1
-2
/
+2
*
Bluetooth: Remove dead int returns
Gustavo Padovan
2012-06-05
1
-32
/
+16
*
Bluetooth: Remove double check for BT_CONNECTED
Gustavo Padovan
2012-06-05
1
-3
/
+0
*
Bluetooth: Silent sparse warnings
Andrei Emeltchenko
2012-06-05
1
-6
/
+6
*
Bluetooth: Do not purge queue in Basic Mode
Gustavo Padovan
2012-06-05
1
-2
/
+12
*
Bluetooth: Enable ERTM by default
Mat Martineau
2012-06-05
1
-1
/
+1
*
Bluetooth: Set txwin values for streaming mode
Mat Martineau
2012-06-05
1
-0
/
+1
*
Bluetooth: Remove unneccesary inline
Mat Martineau
2012-06-05
1
-1
/
+1
*
Bluetooth: Simplify the ERTM ack timeout
Mat Martineau
2012-06-05
1
-3
/
+7
*
Bluetooth: Use the ERTM transmit state machine from timeout handlers
Mat Martineau
2012-06-05
1
-11
/
+8
*
Bluetooth: Check rules when setting retransmit or monitor timers
Mat Martineau
2012-06-05
1
-2
/
+20
*
Bluetooth: Use new header structures in l2cap_send_rr_or_rnr
Mat Martineau
2012-06-05
1
-7
/
+15
*
Bluetooth: Handle incoming REJ frames
Mat Martineau
2012-06-05
1
-1
/
+32
*
Bluetooth: Handle SREJ requests to resend unacked frames
Mat Martineau
2012-06-05
1
-1
/
+69
*
Bluetooth: Reassemble all available data when retransmissions succeed.
Mat Martineau
2012-06-05
1
-2
/
+30
*
Bluetooth: Send SREJ frames when packets go missing
Mat Martineau
2012-06-05
1
-3
/
+53
*
Bluetooth: Add implementation for retransmitting all unacked frames
Mat Martineau
2012-06-05
1
-1
/
+105
*
Bluetooth: Add the ERTM receive state machine
Mat Martineau
2012-06-05
1
-2
/
+353
*
Bluetooth: Update l2cap_send_i_or_rr_or_rnr to fit the spec better
Mat Martineau
2012-06-05
1
-21
/
+19
*
Bluetooth: Use the transmit state machine for busy state changes
Mat Martineau
2012-06-05
1
-39
/
+6
*
Bluetooth: Refactor l2cap_send_ack
Mat Martineau
2012-06-05
1
-17
/
+43
*
Bluetooth: Remove receive code that has been superceded
Mat Martineau
2012-06-05
1
-492
/
+0
*
Bluetooth: Add streaming mode receive and incoming packet classifier
Mat Martineau
2012-06-05
1
-6
/
+130
*
Bluetooth: Consolidate common receive code for ERTM and streaming mode
Mat Martineau
2012-06-05
1
-64
/
+62
[next]