summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/6lowpan.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packetsLukasz Duda2016-01-231-0/+3
* Bluetooth: 6lowpan: Fix kernel NULL pointer dereferencesGlenn Ruben Bakke2016-01-231-1/+3
* 6lowpan: add lowpan dev register helpersAlexander Aring2015-12-101-5/+3
* bluetooth: 6lowpan: fix NOHZ: local_softirq_pendingAlexander Aring2015-10-271-1/+1
* Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg2015-10-211-1/+1
* 6lowpan: cleanup lowpan_header_decompressAlexander Aring2015-10-211-19/+1
* 6lowpan: cleanup lowpan_header_compressAlexander Aring2015-10-211-2/+1
* bluetooth: 6lowpan: use lowpan dispatch helpersAlexander Aring2015-10-211-30/+27
* 6lowpan: move shared settings to lowpan_netdev_setupAlexander Aring2015-10-081-6/+0
* Bluetooth: 6lowpan: Remove unnecessary chan_get() functionJohan Hedberg2015-10-081-15/+5
* Bluetooth: 6lowpan: Rename confusing 'pchan' variablesJohan Hedberg2015-10-081-21/+21
* Bluetooth: 6lowpan: Remove unnecessary chan_open() functionJohan Hedberg2015-10-081-12/+4
* Bluetooth: 6lowpan: Remove redundant BT_CONNECTED assignmentJohan Hedberg2015-10-081-2/+0
* Bluetooth: 6lowpan: Remove redundant (and incorrect) MPS assignmentsJohan Hedberg2015-10-081-3/+0
* Bluetooth: 6lowpan: Fix imtu & omtu valuesJohan Hedberg2015-10-081-2/+1
* 6lowpan: add generic 6lowpan netdev private dataAlexander Aring2015-08-111-3/+6
* Bluetooth: 6lowpan: change netdev_priv to lowpan_devAlexander Aring2015-08-111-1/+1
* Bluetooth: 6lowpan: Fix possible raceAlexander Aring2015-07-301-10/+13
* Bluetooth: 6lowpan: Fix module refcountGlenn Ruben Bakke2015-06-171-2/+0
* Bluetooth: 6lowpan: Fix double kfree of netdev privGlenn Ruben Bakke2015-06-171-2/+1
* Bluetooth: 6lowpan: Move netdev sysfs device referenceGlenn Ruben Bakke2015-06-171-1/+1
* Bluetooth: 6lowpan: Rename ambiguous variableGlenn Ruben Bakke2015-06-171-3/+3
* Bluetooth: 6lowpan: Enable delete_netdev to be scheduled when last peer is de...Glenn Ruben Bakke2015-06-171-1/+1
* ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau2015-05-251-1/+1
* Bluetooth: 6lowpan: Remove PSM setting codeJukka Rissanen2015-01-141-35/+31
* Bluetooth: 6lowpan: Do not free skb when packet is droppedJukka Rissanen2014-12-191-1/+0
* first fruits - kill l2cap ->memcpy_fromiovec()Al Viro2014-12-091-2/+1
* put iov_iter into msghdrAl Viro2014-12-091-3/+3
* Bluetooth: Fix correct nesting for 6lowpan server channelJohan Hedberg2014-11-131-0/+2
* Bluetooth: 6lowpan: Remove unnecessary RCU callbackJohan Hedberg2014-11-111-9/+2
* Bluetooth: 6lowpan: fix skb_unshare behaviourAlexander Aring2014-11-081-6/+2
* 6lowpan: move skb_free from error paths in decompressionMartin Townsend2014-11-061-8/+7
* Bluetooth: 6lowpan: use after free in disconnect_devices()Dan Carpenter2014-10-301-2/+2
* Bluetooth: 6lowpan: Fix lockdep splatsJukka Rissanen2014-10-281-0/+19
* Bluetooth: 6lowpan: Converting rwlocks to use RCUJukka Rissanen2014-10-281-95/+127
* ieee802154: 6lowpan: rename process_data and lowpan_process_dataMartin Townsend2014-10-271-7/+8
* bluetooth:6lowpan: use consume_skb when packet processed successfullyMartin Townsend2014-10-271-3/+4
* 6lowpan: fix process_data return valuesMartin Townsend2014-10-271-1/+1
* 6lowpan: remove skb_deliver from IPHCMartin Townsend2014-10-271-2/+12
* 6lowpan: Use skb_cow in IPHC decompression.Martin Townsend2014-10-251-0/+4
* Bluetooth: 6lowpan: remove unnecessary codes in give_skb_to_upperLi RongQing2014-10-251-8/+1
* Bluetooth: 6lowpan: Check transmit errors for multicast packetsJukka Rissanen2014-10-021-3/+10
* Bluetooth: 6lowpan: Return EAGAIN error also for multicast packetsJukka Rissanen2014-10-021-11/+5
* Bluetooth: 6lowpan: Avoid memory leak if memory allocation failsJukka Rissanen2014-10-021-2/+6
* Bluetooth: 6lowpan: Memory leak as the skb is not freedJukka Rissanen2014-10-021-0/+2
* Bluetooth: 6lowpan: Enable multicast supportJukka Rissanen2014-09-291-1/+2
* Bluetooth: 6lowpan: Ensure header compression does not corrupt IPv6 headerJukka Rissanen2014-09-291-52/+83
* Bluetooth: 6lowpan: Make sure skb exists before accessing itJukka Rissanen2014-09-291-0/+6
* Bluetooth: 6lowpan: Route packets that are not meant to peer via correct deviceJukka Rissanen2014-09-091-2/+63
* Bluetooth: 6lowpan: Set the peer IPv6 address correctlyJukka Rissanen2014-09-091-0/+13
OpenPOWER on IntegriCloud