summaryrefslogtreecommitdiff
path: root/net/bluetooth/6lowpan.c
Commit message (Expand)AuthorAge
* net: add netdev_lockdep_set_classes() helperEric Dumazet2016-06-09
* net_sched: transform qdisc running bit into a seqcountEric Dumazet2016-06-07
* Bluetooth: 6lowpan: Fix memory corruption of ipv6 destination addressGlenn Ruben Bakke2016-04-26
* 6lowpan: change naming for lowpan private dataAlexander Aring2016-04-13
* Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packetsLukasz Duda2016-01-23
* Bluetooth: 6lowpan: Fix kernel NULL pointer dereferencesGlenn Ruben Bakke2016-01-23
* 6lowpan: add lowpan dev register helpersAlexander Aring2015-12-10
* bluetooth: 6lowpan: fix NOHZ: local_softirq_pendingAlexander Aring2015-10-27
* Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg2015-10-21
* 6lowpan: cleanup lowpan_header_decompressAlexander Aring2015-10-21
* 6lowpan: cleanup lowpan_header_compressAlexander Aring2015-10-21
* bluetooth: 6lowpan: use lowpan dispatch helpersAlexander Aring2015-10-21
* 6lowpan: move shared settings to lowpan_netdev_setupAlexander Aring2015-10-08
* Bluetooth: 6lowpan: Remove unnecessary chan_get() functionJohan Hedberg2015-10-08
* Bluetooth: 6lowpan: Rename confusing 'pchan' variablesJohan Hedberg2015-10-08
* Bluetooth: 6lowpan: Remove unnecessary chan_open() functionJohan Hedberg2015-10-08
* Bluetooth: 6lowpan: Remove redundant BT_CONNECTED assignmentJohan Hedberg2015-10-08
* Bluetooth: 6lowpan: Remove redundant (and incorrect) MPS assignmentsJohan Hedberg2015-10-08
* Bluetooth: 6lowpan: Fix imtu & omtu valuesJohan Hedberg2015-10-08
* 6lowpan: add generic 6lowpan netdev private dataAlexander Aring2015-08-11
* Bluetooth: 6lowpan: change netdev_priv to lowpan_devAlexander Aring2015-08-11
* Bluetooth: 6lowpan: Fix possible raceAlexander Aring2015-07-30
* Bluetooth: 6lowpan: Fix module refcountGlenn Ruben Bakke2015-06-17
* Bluetooth: 6lowpan: Fix double kfree of netdev privGlenn Ruben Bakke2015-06-17
* Bluetooth: 6lowpan: Move netdev sysfs device referenceGlenn Ruben Bakke2015-06-17
* Bluetooth: 6lowpan: Rename ambiguous variableGlenn Ruben Bakke2015-06-17
* Bluetooth: 6lowpan: Enable delete_netdev to be scheduled when last peer is de...Glenn Ruben Bakke2015-06-17
* ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau2015-05-25
* Bluetooth: 6lowpan: Remove PSM setting codeJukka Rissanen2015-01-14
* Bluetooth: 6lowpan: Do not free skb when packet is droppedJukka Rissanen2014-12-19
* first fruits - kill l2cap ->memcpy_fromiovec()Al Viro2014-12-09
* put iov_iter into msghdrAl Viro2014-12-09
* Bluetooth: Fix correct nesting for 6lowpan server channelJohan Hedberg2014-11-13
* Bluetooth: 6lowpan: Remove unnecessary RCU callbackJohan Hedberg2014-11-11
* Bluetooth: 6lowpan: fix skb_unshare behaviourAlexander Aring2014-11-08
* 6lowpan: move skb_free from error paths in decompressionMartin Townsend2014-11-06
* Bluetooth: 6lowpan: use after free in disconnect_devices()Dan Carpenter2014-10-30
* Bluetooth: 6lowpan: Fix lockdep splatsJukka Rissanen2014-10-28
* Bluetooth: 6lowpan: Converting rwlocks to use RCUJukka Rissanen2014-10-28
* ieee802154: 6lowpan: rename process_data and lowpan_process_dataMartin Townsend2014-10-27
* bluetooth:6lowpan: use consume_skb when packet processed successfullyMartin Townsend2014-10-27
* 6lowpan: fix process_data return valuesMartin Townsend2014-10-27
* 6lowpan: remove skb_deliver from IPHCMartin Townsend2014-10-27
* 6lowpan: Use skb_cow in IPHC decompression.Martin Townsend2014-10-25
* Bluetooth: 6lowpan: remove unnecessary codes in give_skb_to_upperLi RongQing2014-10-25
* Bluetooth: 6lowpan: Check transmit errors for multicast packetsJukka Rissanen2014-10-02
* Bluetooth: 6lowpan: Return EAGAIN error also for multicast packetsJukka Rissanen2014-10-02
* Bluetooth: 6lowpan: Avoid memory leak if memory allocation failsJukka Rissanen2014-10-02
* Bluetooth: 6lowpan: Memory leak as the skb is not freedJukka Rissanen2014-10-02
* Bluetooth: 6lowpan: Enable multicast supportJukka Rissanen2014-09-29