summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/6lowpan.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-1/+1
|\
| * use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
* | Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()Wang ShaoBo2022-12-021-0/+1
|/
* bluetooth: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-1/+1
* Bluetooth: 6lowpan: No need to clear memory twiceChristophe JAILLET2022-03-041-1/+0
* bluetooth: use dev_addr_set()Jakub Kicinski2021-10-251-1/+3
* Bluetooth: 6lowpan: Use the correct print formatKai Ye2021-06-261-8/+8
* Bluetooth: 6lowpan: remove unused functionJiapeng Chong2021-06-261-36/+0
* Bluetooth: 6lowpan: delete unneeded variable initializationKai Ye2021-06-261-1/+1
* Bluetooth: Coding style fixMeng Yu2021-04-021-2/+1
* Bluetooth: Remove 'return' in void functionMeng Yu2021-04-021-2/+0
* Bluetooth: add a mutex lock to avoid UAF in do_enale_setLihong Kou2020-06-231-0/+5
* net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+8
* net: core: add generic lockdep keysTaehee Yoo2019-10-241-8/+0
* Bluetooth: 6lowpan: Make variable header_ops constantNishka Dasgupta2019-09-051-1/+1
* Bluetooth: 6lowpan: always check destination addressJosua Mayer2019-07-061-12/+0
* Bluetooth: 6lowpan: check neighbour table for SLAACJosua Mayer2019-07-061-0/+15
* Bluetooth: 6lowpan: search for destination address in all peersJosua Mayer2019-07-061-4/+10
* ipv6: constify rt6_nexthop()Nicolas Dichtel2019-06-261-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-8/+1
* Bluetooth: 6lowpan: Fix debugfs_simple_attr.cocci warningsYueHaibing2019-01-221-5/+6
* net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* 6lowpan: fix set not used warningstephen hemminger2017-07-251-3/+0
* bluetooth: 6lowpan dev_close never returns errorstephen hemminger2017-07-191-5/+1
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* bluetooth: Do not set IFF_POINTOPOINTPatrik Flykt2017-04-121-2/+1
* Bluetooth: 6lowpan: Set tx_queue_len to DEFAULT_TX_QUEUE_LENLuiz Augusto von Dentz2017-04-121-0/+2
* Bluetooth: 6lowpan: Use netif APIs to flow controlLuiz Augusto von Dentz2017-04-121-0/+16
* Bluetooth: 6lowpan: Don't drop packets when run out of creditsLuiz Augusto von Dentz2017-04-121-9/+2
* Bluetooth: 6lowpan: Print errors during recv_pktLuiz Augusto von Dentz2017-04-121-0/+2
* Bluetooth: 6lowpan: Remove unnecessary peer lookupLuiz Augusto von Dentz2017-04-121-11/+4
* Bluetooth: 6lowpan: fix use after free in chan_suspend/resumeMichael Scott2017-04-121-18/+3
* Bluetooth: 6lowpan: fix delay work init in add_peer_chan()Michael Scott2017-04-121-3/+7
* 6lowpan: fix assignment of peer_addrColin Ian King2017-04-121-1/+1
* 6lowpan: Fix IID format for BluetoothLuiz Augusto von Dentz2017-04-121-67/+12
* 6lowpan: Use netdev addr_len to determine lladdr lenLuiz Augusto von Dentz2017-04-121-36/+6
* bluetooth: Set 6 byte device addressesPatrik Flykt2017-04-121-11/+8
* locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
* Bluetooth: Fix using the correct source address typeJohan Hedberg2016-11-221-2/+2
* net: add netdev_lockdep_set_classes() helperEric Dumazet2016-06-091-14/+1
* net_sched: transform qdisc running bit into a seqcountEric Dumazet2016-06-071-0/+2
* Bluetooth: 6lowpan: Fix memory corruption of ipv6 destination addressGlenn Ruben Bakke2016-04-261-7/+4
* 6lowpan: change naming for lowpan private dataAlexander Aring2016-04-131-39/+43
* 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