summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: remove RX seqno in skb->cbJulian Wiedmann2019-04-262-3/+0
* s390: qeth: address type mismatch warningArnd Bergmann2019-04-261-3/+7
* Merge branch 'netdevsim-implement-proper-device-model'David S. Miller2019-04-2611-833/+1213
|\
| * netdevsim: implement ndo_get_devlink_portJiri Pirko2019-04-261-0/+8
| * netdevsim: move netdev creation/destruction to dev probeJiri Pirko2019-04-268-197/+238
| * netdevsim: extend device attrs to support port addition and deletionJiri Pirko2019-04-263-4/+92
| * netdevsim: implement dev probe/remove skeleton with port initializationJiri Pirko2019-04-264-30/+160
| * netdevsim: change debugfs tree topologyJiri Pirko2019-04-265-17/+15
| * netdevsim: generate random switch id instead of using dev idJiri Pirko2019-04-263-2/+5
| * netdevsim: merge sdev into devJiri Pirko2019-04-266-119/+120
| * netdevsim: rename dev_init/exit() functions and make them independent on nsJiri Pirko2019-04-263-28/+30
| * netdevsim: add bus attributes to add new and delete devicesJiri Pirko2019-04-263-4/+99
| * netdevsim: use ida for bus device idsJiri Pirko2019-04-261-3/+10
| * netdevsim: add stub netdevsim driver implementationJiri Pirko2019-04-261-1/+20
| * netdevsim: move device registration and related code to bus.cJiri Pirko2019-04-264-163/+207
| * netdevsim: put netdevsim bus code into separate fileJiri Pirko2019-04-264-13/+38
| * netdevsim: rename devlink.c to dev.c to contain per-dev(asic) itemsJiri Pirko2019-04-264-59/+56
| * netdevsim: create devlink instance per netdevsim instanceJiri Pirko2019-04-264-202/+124
| * netdevsim: move device registration on bus to be done earlier in initJiri Pirko2019-04-261-13/+13
|/
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-04-2622-62/+1246
|\
| * Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-04-252-0/+11
| * Bluetooth: hci_core: Don't stop BT if the BD address missing in dtsBalakrishna Godavarthi2019-04-241-2/+0
| * Bluetooth: hci_qca: Fix crash with non-serdev devicesMatthias Kaehlcke2019-04-231-1/+2
| * Bluetooth: Use struct_size() helperGustavo A. R. Silva2019-04-231-7/+4
| * Bluetooth: hci_qca: Give enough time to ROME controller to bootup.Balakrishna Godavarthi2019-04-231-0/+2
| * Bluetooth: hci_bcm: Fix empty regulator supplies for Intel MacsChen-Yu Tsai2019-04-231-4/+16
| * Bluetooth: Fix incorrect pointer arithmatic in ext_adv_report_evtJaganath Kanakkassery2019-04-231-1/+1
| * Bluetooth: btbcm: Add entry for BCM2076B1 UART BluetoothStephan Gerhold2019-04-231-0/+1
| * 6lowpan: Off by one handling ->nexthdrDan Carpenter2019-04-231-1/+1
| * Bluetooth: btbcm: Add default address for BCM43341BFerry Toth2019-04-231-1/+3
| * Bluetooth: hidp: fix buffer overflowYoung Xiao2019-04-231-0/+1
| * Bluetooth: btmrvl: add support for SD8987 chipsetTamás Szűcs2019-04-232-2/+38
| * Bluetooth: btmtksdio: Add runtime PM support to SDIO based BluetoothSean Wang2019-04-231-0/+144
| * Bluetooth: btmtksdio: Fix hdev->stat.byte_rx accumulationSean Wang2019-04-231-2/+2
| * Bluetooth: btmtksdio: Add a bit definition for CHLPCRSean Wang2019-04-231-3/+4
| * Bluetooth: btmtksdio: Drop newline with bt_dev logging macrosSean Wang2019-04-231-3/+3
| * Bluetooth: hci_h5: fix spelling mistake "sliped" -> "slipped"Colin Ian King2019-04-231-1/+1
| * Bluetooth: mediatek: Fixed incorrect type in assignmentSean Wang2019-04-231-1/+1
| * Bluetooth: btmtksdio: fix uninitialized symbol errors in btmtksdio_rx_packetSean Wang2019-04-231-10/+0
| * Bluetooth: btsdio: Use module_sdio_driver helperSean Wang2019-04-231-14/+1
| * Bluetooth: mediatek: Use module_sdio_driver helperSean Wang2019-04-231-14/+1
| * mmc: sdio: Add helper macro for sdio_driver boilerplateSean Wang2019-04-231-0/+12
| * Bluetooth: Add return check for L2CAP security level setFugang Duan2019-04-231-2/+5
| * Bluetooth: Fix not initializing L2CAP tx_creditsLuiz Augusto von Dentz2019-04-231-5/+4
| * Bluetooth: btqca: Fix misspelling of 'baudrate'Matthias Kaehlcke2019-04-231-1/+1
| * Bluetooth: hci_qca: Add helper function to get the chip familyMatthias Kaehlcke2019-04-231-19/+26
| * Bluetooth: mediatek: add support for MediaTek MT7663S and MT7668S SDIO devicesSean Wang2019-04-233-0/+991
| * mmc: add SDIO identifiers for MediaTek Bluetooth devicesSean Wang2019-04-231-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-25247-715/+1881
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-2461-184/+687
| |\ \