summaryrefslogtreecommitdiff
path: root/net/bluetooth/6lowpan.c
AgeCommit message (Expand)Author
2017-07-256lowpan: fix set not used warningstephen hemminger
2017-07-19bluetooth: 6lowpan dev_close never returns errorstephen hemminger
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-04-12bluetooth: Do not set IFF_POINTOPOINTPatrik Flykt
2017-04-12Bluetooth: 6lowpan: Set tx_queue_len to DEFAULT_TX_QUEUE_LENLuiz Augusto von Dentz
2017-04-12Bluetooth: 6lowpan: Use netif APIs to flow controlLuiz Augusto von Dentz
2017-04-12Bluetooth: 6lowpan: Don't drop packets when run out of creditsLuiz Augusto von Dentz
2017-04-12Bluetooth: 6lowpan: Print errors during recv_pktLuiz Augusto von Dentz
2017-04-12Bluetooth: 6lowpan: Remove unnecessary peer lookupLuiz Augusto von Dentz
2017-04-12Bluetooth: 6lowpan: fix use after free in chan_suspend/resumeMichael Scott
2017-04-12Bluetooth: 6lowpan: fix delay work init in add_peer_chan()Michael Scott
2017-04-126lowpan: fix assignment of peer_addrColin Ian King
2017-04-126lowpan: Fix IID format for BluetoothLuiz Augusto von Dentz
2017-04-126lowpan: Use netdev addr_len to determine lladdr lenLuiz Augusto von Dentz
2017-04-12bluetooth: Set 6 byte device addressesPatrik Flykt
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2016-11-22Bluetooth: Fix using the correct source address typeJohan Hedberg
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet
2016-04-26Bluetooth: 6lowpan: Fix memory corruption of ipv6 destination addressGlenn Ruben Bakke
2016-04-136lowpan: change naming for lowpan private dataAlexander Aring
2016-01-23Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packetsLukasz Duda
2016-01-23Bluetooth: 6lowpan: Fix kernel NULL pointer dereferencesGlenn Ruben Bakke
2015-12-106lowpan: add lowpan dev register helpersAlexander Aring
2015-10-27bluetooth: 6lowpan: fix NOHZ: local_softirq_pendingAlexander Aring
2015-10-21Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg
2015-10-216lowpan: cleanup lowpan_header_decompressAlexander Aring
2015-10-216lowpan: cleanup lowpan_header_compressAlexander Aring
2015-10-21bluetooth: 6lowpan: use lowpan dispatch helpersAlexander Aring
2015-10-086lowpan: move shared settings to lowpan_netdev_setupAlexander Aring
2015-10-08Bluetooth: 6lowpan: Remove unnecessary chan_get() functionJohan Hedberg
2015-10-08Bluetooth: 6lowpan: Rename confusing 'pchan' variablesJohan Hedberg
2015-10-08Bluetooth: 6lowpan: Remove unnecessary chan_open() functionJohan Hedberg
2015-10-08Bluetooth: 6lowpan: Remove redundant BT_CONNECTED assignmentJohan Hedberg
2015-10-08Bluetooth: 6lowpan: Remove redundant (and incorrect) MPS assignmentsJohan Hedberg
2015-10-08Bluetooth: 6lowpan: Fix imtu & omtu valuesJohan Hedberg
2015-08-116lowpan: add generic 6lowpan netdev private dataAlexander Aring
2015-08-11Bluetooth: 6lowpan: change netdev_priv to lowpan_devAlexander Aring
2015-07-30Bluetooth: 6lowpan: Fix possible raceAlexander Aring
2015-06-17Bluetooth: 6lowpan: Fix module refcountGlenn Ruben Bakke
2015-06-17Bluetooth: 6lowpan: Fix double kfree of netdev privGlenn Ruben Bakke
2015-06-17Bluetooth: 6lowpan: Move netdev sysfs device referenceGlenn Ruben Bakke
2015-06-17Bluetooth: 6lowpan: Rename ambiguous variableGlenn Ruben Bakke
2015-06-17Bluetooth: 6lowpan: Enable delete_netdev to be scheduled when last peer is de...Glenn Ruben Bakke
2015-05-25ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau
2015-01-14Bluetooth: 6lowpan: Remove PSM setting codeJukka Rissanen
2014-12-19Bluetooth: 6lowpan: Do not free skb when packet is droppedJukka Rissanen
2014-12-09first fruits - kill l2cap ->memcpy_fromiovec()Al Viro
2014-12-09put iov_iter into msghdrAl Viro
2014-11-13Bluetooth: Fix correct nesting for 6lowpan server channelJohan Hedberg