index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_l2
Marcel Holtmann
2015-01-12
1
-0
/
+2
*
Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_hci
Marcel Holtmann
2015-01-12
1
-0
/
+2
*
Bluetooth: Add opcode parameter to hci_req_complete_t callback
Marcel Holtmann
2015-01-12
4
-25
/
+33
*
ieee802154: 6lowpan: fix Makefile entry
Alexander Aring
2015-01-08
2
-2
/
+2
*
ieee802154: 6lowpan: rename to core
Alexander Aring
2015-01-08
2
-1
/
+1
*
ieee802154: 6lowpan: move transmit functionality
Alexander Aring
2015-01-08
4
-264
/
+279
*
ieee802154: 6lowpan: move receive functionality
Alexander Aring
2015-01-08
4
-167
/
+200
*
ieee802154: 6lowpan: rename internal header
Alexander Aring
2015-01-08
3
-5
/
+5
*
ieee802154: create 6lowpan sub-directory
Alexander Aring
2015-01-08
7
-7
/
+10
*
Bluetooth: Introduce HCI_QUIRK_FIXUP_INQUIRY_MODE option
Marcel Holtmann
2015-01-03
1
-1
/
+2
*
Bluetooth: Remove dead code for manufacturer inquiry mode quirks
Marcel Holtmann
2015-01-03
1
-39
/
+11
*
mac802154: fix kbuild test robot warning
Alexander Aring
2015-01-03
1
-4
/
+1
*
ieee802154: handle config as menuconfig
Alexander Aring
2015-01-03
1
-3
/
+6
*
ieee802154: rename af_ieee802154.c to socket.c
Alexander Aring
2015-01-03
2
-1
/
+1
*
ieee802154: socket: fix checkpatch issue
Alexander Aring
2015-01-03
1
-1
/
+1
*
ieee802154: socket: put handling into one file
Alexander Aring
2015-01-03
5
-856
/
+760
*
ieee802154: socket: change module name
Alexander Aring
2015-01-03
1
-2
/
+2
*
ieee802154: handle socket functionality as module
Alexander Aring
2015-01-03
2
-1
/
+11
*
Bluetooth: Fix SMP channel registration for unconfigured controllers
Marcel Holtmann
2015-01-02
1
-3
/
+13
*
Bluetooth: Fix for a leftover debug of pairing credentials
Marcel Holtmann
2015-01-02
1
-1
/
+1
*
Bluetooth: Fix scope of sc_only_mode debugfs entry
Marcel Holtmann
2015-01-02
1
-22
/
+23
*
Bluetooth: Remove no longer needed force_sc_support debugfs option
Marcel Holtmann
2015-01-02
2
-56
/
+4
*
Bluetooth: Remove broken force_lesc_support debugfs option
Marcel Holtmann
2015-01-02
1
-49
/
+0
*
Bluetooth: Introduce force_bredr_smp debugfs option for testing
Marcel Holtmann
2015-01-02
2
-5
/
+75
*
net: skbuff: don't zero tc members when freeing skb
Florian Westphal
2015-01-02
1
-7
/
+0
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2015-01-02
24
-1687
/
+2869
|
\
|
*
Bluetooth: Add timing information to ECDH test case runs
Marcel Holtmann
2014-12-30
1
-1
/
+9
|
*
Bluetooth: Add timing information to SMP test case runs
Marcel Holtmann
2014-12-30
1
-1
/
+9
|
*
Bluetooth: Add LE Secure Connections tests for SMP
Johan Hedberg
2014-12-30
1
-0
/
+186
|
*
Bluetooth: Add legacy SMP tests
Johan Hedberg
2014-12-30
1
-0
/
+95
|
*
Bluetooth: Add skeleton for SMP self-tests
Johan Hedberg
2014-12-30
4
-0
/
+66
|
*
Bluetooth: Add support for ECDH test cases
Johan Hedberg
2014-12-30
2
-1
/
+175
|
*
Bluetooth: Add support for self testing framework
Marcel Holtmann
2014-12-30
5
-0
/
+128
|
*
Bluetooth: Fix const declarations for smp_f5 and smp_f6
Johan Hedberg
2014-12-30
1
-3
/
+4
|
*
Bluetooth: Remove BlueFritz! specific check from initialization
Marcel Holtmann
2014-12-26
1
-3
/
+9
|
*
Bluetooth: Remove duplicate constant for RFCOMM PSM
Marcel Holtmann
2014-12-20
1
-2
/
+2
|
*
Bluetooth: Create debugfs directory for each connection handle
Marcel Holtmann
2014-12-20
4
-0
/
+21
|
*
Bluetooth: Store default and maximum LE data length settings
Marcel Holtmann
2014-12-20
2
-0
/
+67
|
*
Bluetooth: Enable basics for LE Data Length Extension feature
Marcel Holtmann
2014-12-20
1
-0
/
+14
|
*
Bluetooth: Move LE debugfs file creation into hci_debugfs.c
Marcel Holtmann
2014-12-20
2
-478
/
+474
|
*
Bluetooth: Move BR/EDR debugfs file creation into hci_debugfs.c
Marcel Holtmann
2014-12-20
2
-349
/
+350
|
*
Bluetooth: Move common debugfs file creation into hci_debugfs.c
Marcel Holtmann
2014-12-20
2
-201
/
+200
|
*
Bluetooth: Add skeleton functions for debugfs creation
Marcel Holtmann
2014-12-20
4
-1
/
+74
|
*
Bluetooth: Support static address when BR/EDR has been disabled
Marcel Holtmann
2014-12-20
2
-2
/
+14
|
*
ieee802154: iface: move multiple node type check
Alexander Aring
2014-12-20
1
-14
/
+9
|
*
mac802154: iface: check concurrent ifaces
Alexander Aring
2014-12-20
1
-0
/
+77
|
*
Bluetooth: Move hci_update_page_scan to hci_request.c
Johan Hedberg
2014-12-19
2
-56
/
+56
|
*
Bluetooth: Add return parameter to cmd_complete callbacks
Johan Hedberg
2014-12-19
1
-40
/
+45
|
*
Bluetooth: Fix Add Device to wait for HCI before sending cmd_complete
Johan Hedberg
2014-12-19
2
-68
/
+109
|
*
Bluetooth: Fix Remove Device to wait for HCI before sending cmd_complete
Johan Hedberg
2014-12-19
1
-22
/
+62
[next]