Age | Commit message (Expand) | Author | Files | Lines |
2019-04-12 | Bluetooth: Check address length before reading address field | Tetsuo Handa | 1 | -2/+2 |
2019-02-26 | Bluetooth: Add quirk for reading BD_ADDR from fwnode property | Matthias Kaehlcke | 2 | -2/+47 |
2019-02-26 | Bluetooth: mgmt: Use struct_size() helper | Gustavo A. R. Silva | 1 | -5/+3 |
2019-02-24 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 11 | -50/+86 |
2019-02-18 | Bluetooth: a2mp: Use struct_size() helper | Gustavo A. R. Silva | 1 | -1/+1 |
2019-02-18 | Bluetooth: hci_event: Use struct_size() helper | Gustavo A. R. Silva | 1 | -4/+4 |
2019-02-04 | Bluetooth: Fix decrementing reference count twice in releasing socket | Myungho Jung | 1 | -2/+1 |
2019-02-03 | socket: Use old_timeval types for socket timestamps | Deepa Dinamani | 1 | -2/+2 |
2019-01-25 | Bluetooth: make hw_err static, reduces object code size | Colin Ian King | 1 | -1/+1 |
2019-01-25 | Bluetooth: Allow driver specific cmd timeout handling | Rajat Jain | 1 | -0/+3 |
2019-01-23 | Bluetooth: Mark expected switch fall-throughs | Gustavo A. R. Silva | 2 | -0/+2 |
2019-01-23 | Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer | Marcel Holtmann | 1 | -0/+6 |
2019-01-23 | Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt | Marcel Holtmann | 1 | -31/+46 |
2019-01-22 | Bluetooth: Fix locking in bt_accept_enqueue() for BH context | Matthias Kaehlcke | 4 | -6/+16 |
2019-01-22 | Bluetooth: 6lowpan: Fix debugfs_simple_attr.cocci warnings | YueHaibing | 1 | -5/+6 |
2018-12-27 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -4/+4 |
2018-12-19 | Bluetooth: Fix unnecessary error message for HCI request completion | Johan Hedberg | 1 | -0/+6 |
2018-12-19 | Bluetooth: clean an indentation issue, remove extraneous space | Colin Ian King | 1 | -1/+1 |
2018-12-19 | Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macro | Yangtao Li | 4 | -44/+4 |
2018-12-06 | net: core: dev: Add extack argument to dev_open() | Petr Machata | 1 | -1/+1 |
2018-11-20 | crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations | Eric Biggers | 1 | -1/+1 |
2018-11-20 | crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations | Eric Biggers | 1 | -3/+3 |
2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 3 | -3/+3 |
2018-10-25 | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 5 | -49/+80 |
2018-10-24 | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -12/+0 |
2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 3 | -3/+3 |
2018-10-14 | Bluetooth: Remove redundant check on status | Colin Ian King | 1 | -21/+17 |
2018-10-14 | Bluetooth: Errata Service Release 8, Erratum 3253 | Mallikarjun Phulari | 1 | -1/+9 |
2018-10-14 | Bluetooth: Use separate L2CAP LE credit based connection result values | Mallikarjun Phulari | 1 | -13/+13 |
2018-10-13 | kill TIOCSERGSTRUCT | Al Viro | 1 | -4/+0 |
2018-10-13 | rfcomm: get rid of mentioning TIOC[SG]SERIAL | Al Viro | 1 | -8/+0 |
2018-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -10/+29 |
2018-09-28 | Bluetooth: Fix debugfs NULL pointer dereference | Matias Karhumaa | 2 | -14/+11 |
2018-09-27 | Bluetooth: L2CAP: Detect if remote is not able to use the whole MPS | Luiz Augusto von Dentz | 1 | -0/+10 |
2018-09-27 | Bluetooth: L2CAP: Derive rx credits from MTU and MPS | Luiz Augusto von Dentz | 1 | -15/+27 |
2018-09-27 | Bluetooth: L2CAP: Derive MPS from connection MTU | Luiz Augusto von Dentz | 1 | -7/+7 |
2018-09-27 | Bluetooth: Add definitions and track LE resolve list modification | Ankit Navik | 2 | -0/+110 |
2018-09-27 | Bluetooth: Remove unnecessary smp_mb__{before,after}_atomic | Andrea Parri | 3 | -14/+20 |
2018-09-26 | Bluetooth: SMP: fix crash in unpairing | Matias Karhumaa | 3 | -10/+29 |
2018-09-11 | Bluetooth: Use correct tfm to generate OOB data | Matias Karhumaa | 1 | -1/+7 |
2018-09-11 | Bluetooth: SMP: Fix trying to use non-existent local OOB data | Johan Hedberg | 1 | -2/+6 |
2018-09-10 | hidp: fix compat_ioctl | Al Viro | 1 | -29/+50 |
2018-09-10 | hidp: constify hidp_connection_add() | Al Viro | 2 | -6/+6 |
2018-09-10 | cmtp: fix compat_ioctl | Al Viro | 1 | -7/+12 |
2018-09-10 | bnep: fix compat_ioctl | Al Viro | 1 | -7/+12 |
2018-08-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 10 | -218/+1711 |
2018-08-14 | Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+4 |
2018-08-10 | Bluetooth: Add definitions for LE set address resolution | Ankit Navik | 1 | -0/+28 |
2018-08-06 | Bluetooth: remove redundant variables 'adv_set' and 'cp' | YueHaibing | 2 | -6/+0 |
2018-08-01 | Bluetooth: hidp: buffer overflow in hidp_process_report | Mark Salyzyn | 1 | -2/+2 |