summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Read no of adv sets during initJaganath Kanakkassery2018-07-304-2/+43
* Bluetooth: Use selected PHYs in extended connectJaganath Kanakkassery2018-07-301-16/+45
* Bluetooth: Handle extended ADV PDU typesJaganath Kanakkassery2018-07-302-13/+45
* Bluetooth: Set Scan PHYs based on selected PHYs by userJaganath Kanakkassery2018-07-303-10/+40
* Bluetooth: Implement PHY changed eventJaganath Kanakkassery2018-07-304-1/+31
* Bluetooth: Implement Set PHY Confguration commandJaganath Kanakkassery2018-07-303-0/+227
* Bluetooth: Implement Get PHY Configuration mgmt commandJaganath Kanakkassery2018-07-302-0/+170
* Bluetooth: Add defines for BREDR pkt_type and LE PHYsJaganath Kanakkassery2018-07-302-0/+18
* Bluetooth: Define PHY flags in hdev and set 1M as defaultJaganath Kanakkassery2018-07-303-4/+12
* bluetooth: hci_qca: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-07-231-2/+2
* bluetooth: hci_intel: Replace GFP_ATOMIC with GFP_KERNEL in inject_cmd_comple...Jia-Ju Bai2018-07-231-1/+1
* bluetooth: btusb: Replace GFP_ATOMIC with GFP_KERNEL in inject_cmd_complete()Jia-Ju Bai2018-07-231-1/+1
* bluetooth: btmrvl_sdio: Replace GFP_ATOMIC with GFP_KERNEL in btmrvl_sdio_car...Jia-Ju Bai2018-07-231-1/+1
* bluetooth: bpa10x: Replace GFP_ATOMIC with GFP_KERNEL in bpa10x_send_frame()Jia-Ju Bai2018-07-231-3/+3
* bluetooth: bluecard_cs: Replace GFP_ATOMIC with GFP_KERNEL in bluecard_hci_se...Jia-Ju Bai2018-07-231-1/+1
* bluetooth: bfusb: Replace GFP_ATOMIC with GFP_KERNEL in bfusb_send_frame()Jia-Ju Bai2018-07-231-1/+1
* Bluetooth: Use lock_sock_nested in bt_accept_enqueuePhilipp Puschmann2018-07-181-1/+1
* Bluetooth: avoid killing an already killed socketSudip Mukherjee2018-07-161-1/+2
* Bluetooth: Use extended LE Connection if supportedJaganath Kanakkassery2018-07-065-18/+147
* Bluetooth: Introduce helpers for le conn status and completeJaganath Kanakkassery2018-07-061-45/+65
* Bluetooth: Process extended ADV report eventJaganath Kanakkassery2018-07-063-0/+87
* Bluetooth: Use extended scanning if controller supportsJaganath Kanakkassery2018-07-064-25/+164
* Bluetooth: Introduce helpers for LE set scan start and completeJaganath Kanakkassery2018-07-062-49/+46
* Bluetooth: remove unused bt-nokia-h4p.h headerCorentin Labbe2018-07-061-38/+0
* Bluetooth: Add HCI command for clear Resolv listAnkit Navik2018-07-063-0/+24
* Bluetooth: Store Resolv list sizeAnkit Navik2018-07-065-0/+53
* Bluetooth: btusb: use irqsave() in URB's complete callbackSebastian Andrzej Siewior2018-07-061-8/+12
* Bluetooth: Add a new Realtek 8723DE ID 0bda:b009Jian-Hong Pan2018-07-061-0/+1
* 6lowpan: iphc: reset mac_header after decompress to fix panicMichael Scott2018-07-061-0/+1
* Merge branch 'IP-listification-follow-ups'David S. Miller2018-07-064-24/+133
|\
| * net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()Edward Cree2018-07-063-16/+118
| * net: ipv4: fix list processing on L3 slave devicesEdward Cree2018-07-061-8/+15
|/
* net: core: filter: mark expected switch fall-throughGustavo A. R. Silva2018-07-051-0/+1
* net: decnet: dn_nsp_in: mark expected switch fall-throughGustavo A. R. Silva2018-07-051-0/+1
* tipc: mark expected switch fall-throughsGustavo A. R. Silva2018-07-052-0/+2
* cxgb4: Fix the condition to check if the card is T5Ganesh Goudar2018-07-051-1/+1
* net: ethernet: sun: remove redundant variables adv and lpa and mii_readsColin Ian King2018-07-051-16/+0
* Merge branch 'net-ethernet-Miscellaneous-Kconfig-and-Makefile-cleanups'David S. Miller2018-07-055-10/+12
|\
| * net: ethernet: sfc: Make subdir logic consistent with other vendorsGeert Uytterhoeven2018-07-052-2/+3
| * net: ethernet: Add missing VENDOR to Cadence and Packet Engines symbolsGeert Uytterhoeven2018-07-053-8/+8
| * net: ethernet: Make NET_VENDOR_AURORA default to yesGeert Uytterhoeven2018-07-051-0/+1
|/
* qlogic: netxen: remove various redundant variablesColin Ian King2018-07-052-11/+3
* Merge branch 'devlink-Add-configuration-parameters-support'David S. Miller2018-07-0510-16/+1156
|\
| * bnxt_en: Add bnxt_en initial params table and register it.Vasundhara Volam2018-07-054-11/+147
| * devlink: Add enable_sriov boolean generic parameterVasundhara Volam2018-07-052-1/+9
| * mlx4: Add support for devlink reload and load driverinit valuesMoshe Shemesh2018-07-053-3/+55
| * mlx4: Add mlx4 initial parameters table and register itMoshe Shemesh2018-07-051-2/+106
| * devlink: Add generic parameters internal_err_reset and max_macsMoshe Shemesh2018-07-052-1/+44
| * devlink: Add devlink notifications support for paramsMoshe Shemesh2018-07-053-0/+59
| * devlink: Add support for get/set driverinit valueMoshe Shemesh2018-07-052-0/+95