summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_bcm: Move bcm_platform_probe call out of bcm_acpi_probeHans de Goede2017-10-061-7/+6
* Bluetooth: hci_bcm: Fix setting of irq trigger typeHans de Goede2017-10-061-13/+10
* Bluetooth: hci_uart_set_flow_control: Fix NULL deref when using serdevHans de Goede2017-10-061-0/+7
* Bluetooth: let the crypto subsystem generate the ecc privkeyTudor Ambarus2017-10-064-128/+147
* Bluetooth: ecdh_helper - fix leak of private keyTudor Ambarus2017-10-061-1/+1
* Bluetooth: selftest - check for errors when computing ZZTudor Ambarus2017-10-061-3/+8
* Bluetooth: ecdh_helper - reveal error codesTudor Ambarus2017-10-063-24/+33
* Bluetooth: move ecdh allocation outside of ecdh_helperTudor Ambarus2017-10-064-50/+87
* Bluetooth: btmrvl: *_err() and *_info() strings should end with newlinesArvind Yadav2017-10-061-3/+3
* ieee802154: fix gcc-4.9 warningsArnd Bergmann2017-10-061-1/+1
* Bluetooth: btqcomsmd: retrieve BD address from DT propertyLoic Poulain2017-10-061-0/+11
* dt-bindings: soc: qcom: Add local-bd-address property to WCNSS-BTLoic Poulain2017-10-061-0/+8
* dt-bindings: net: document Bluetooth bindings in one placeLoic Poulain2017-10-061-0/+5
* Bluetooth: btqcomsmd: Add support for BD address setupLoic Poulain2017-10-061-0/+34
* Merge tag 'batadv-next-for-davem-20171006' of git://git.open-mesh.org/linux-m...David S. Miller2017-10-0618-78/+78
|\
| * batman-adv: Add argument names for function ptr definitionsSven Eckelmann2017-09-301-4/+4
| * batman-adv: Fix "line over 80 characters" checkpatch warningSven Eckelmann2017-09-281-2/+2
| * batman-adv: Remove unnecessary parenthesesSven Eckelmann2017-09-2817-71/+71
| * batman-adv: Start new development cycleSimon Wunderlich2017-09-281-1/+1
* | bnx2x: Use pci_ari_enabled() instead of local copyBjorn Helgaas2017-10-061-6/+1
* | Merge branch 'xdp_monitor-improve'David S. Miller2017-10-062-40/+139
|\ \
| * | samples/bpf: xdp_monitor increase memory rlimitJesper Dangaard Brouer2017-10-061-2/+9
| * | samples/bpf: xdp_monitor also record xdp_exception tracepointJesper Dangaard Brouer2017-10-062-25/+121
| * | samples/bpf: xdp_monitor first 8 bytes are not accessible by bpfJesper Dangaard Brouer2017-10-061-13/+9
|/ /
* | Merge branch 'nfp-extend-match-and-action'David S. Miller2017-10-064-23/+324
|\ \
| * | nfp: add set tcp and udp header action flower offloadPieter Jansen van Vuuren2017-10-062-0/+51
| * | nfp: add set ipv6 source and destination addressPieter Jansen van Vuuren2017-10-062-0/+83
| * | nfp: add set ipv4 header action flower offloadPieter Jansen van Vuuren2017-10-062-0/+56
| * | nfp: add set ethernet header action flower offloadPieter Jansen van Vuuren2017-10-062-0/+93
| * | nfp: add IPv6 ttl and tos match offloading supportPieter Jansen van Vuuren2017-10-062-11/+10
| * | nfp: add IPv4 ttl and tos match offloading supportPieter Jansen van Vuuren2017-10-062-5/+10
| * | nfp: add mpls match offloading supportPieter Jansen van Vuuren2017-10-063-7/+21
|/ /
* | net/ipv6: Convert icmpv6_push_pending_frames to voidJoe Perches2017-10-063-30/+22
* | net/ipv6: remove unused err variable on icmpv6_push_pending_framesTim Hansen2017-10-061-2/+1
* | net: ipv6: remove unused code in ipv6_find_hdr()Lin Zhang2017-10-061-3/+0
* | Merge branch 'libbpf-support-more-map-options'David S. Miller2017-10-062-30/+43
|\ \
| * | libbpf: use map_flags when creating mapsCraig Gallek2017-10-062-1/+2
| * | libbpf: parse maps sections of varying sizeCraig Gallek2017-10-061-29/+41
|/ /
* | net: qcom/emac: make function emac_isr staticColin Ian King2017-10-061-1/+1
* | Merge branch 'tcp-improving-RACK-cpu-performance'David S. Miller2017-10-068-49/+93
|\ \
| * | tcp: a small refactor of RACK loss detectionYuchung Cheng2017-10-061-22/+18
| * | tcp: more efficient RACK loss detectionYuchung Cheng2017-10-061-15/+5
| * | tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet2017-10-067-16/+74
|/ /
* | RDS: IB: Initialize max_items based on underlying device attributesAvinash Repaka2017-10-061-2/+2
* | RDS: IB: Limit the scope of has_fr/has_fmr variablesAvinash Repaka2017-10-062-7/+6
* | net/ipv4: Remove unused variable in route.cTim Hansen2017-10-061-2/+1
* | tcp: clean up TFO server's initial tcp_rearm_rto() callWei Wang2017-10-061-12/+9
* | tcp: uniform the set up of sockets after successful connectionWei Wang2017-10-064-24/+17
* | Merge branch 'VSOCK-sock_diag'David S. Miller2017-10-0621-73/+1360
|\ \
| * | VSOCK: add tools/testing/vsock/vsock_diag_testStefan Hajnoczi2017-10-069-0/+1039