summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFC: st21nfca: Get rid of code duplication in ->probe()Andy Shevchenko2017-06-221-52/+10
* NFC: st21nfca: Add GPIO ACPI mapping tableAndy Shevchenko2017-06-221-4/+14
* NFC: pn544: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko2017-06-221-2/+1
* NFC: nfcmrvl: allow gpio 0 for reset signallingJohan Hovold2017-06-182-6/+5
* NFC: nfcmrvl_usb: use interface as phy deviceJohan Hovold2017-06-181-3/+1
* NFC: nfcmrvl_uart: fix device-node leak during probeJohan Hovold2017-06-181-0/+3
* NFC: nfcmrvl: fix firmware-management initialisationJohan Hovold2017-06-181-7/+9
* NFC: nfcmrvl: use nfc-device for firmware downloadJohan Hovold2017-06-181-2/+5
* NFC: nfcmrvl: do not use device-managed resourcesJohan Hovold2017-06-181-8/+11
* NFC: nfcmrvl_uart: add missing tty-device sanity checkJohan Hovold2017-06-181-4/+4
* NFC: fix broken device allocationJohan Hovold2017-06-182-15/+19
* NFC: trf7970a: Clean up coding style issuesMark Greer2017-06-181-144/+147
* NFC: trf7970a: Convert to descriptor based GPIO interfaceMark Greer2017-06-182-37/+26
* NFC: trf7970a: Enable pins are active high not active lowMark Greer2017-06-181-2/+2
* NFC: trf7970a: Remove support for 'vin-voltage-override' DT propertyMark Greer2017-06-182-12/+1
* NFC: trf7970a: Remove useless commentMark Greer2017-06-181-1/+1
* NFC: trf7970a: Only check 'en2-rf-quirk' if EN2 is specifiedMark Greer2017-06-181-3/+3
* NFC: trf7970a: Fix inaccurate comment in trf7970a_probe()Mark Greer2017-06-181-1/+1
* NFC: trf7970a: Don't de-assert EN2 unless it was assertedMark Greer2017-06-181-2/+4
* MAINTAINERS: NFC: trf7970a: Add Mark Greer as maintainerMark Greer2017-06-181-0/+8
* net: dsa: Fix legacy probingFlorian Fainelli2017-06-171-11/+8
* tls: update KconfigDave Watson2017-06-171-2/+5
* Merge branch 'net-remove-dst-garbage-collector-logic'David S. Miller2017-06-1717-466/+218
|\
| * net: add debug atomic_inc_not_zero() in dst_hold()Wei Wang2017-06-171-1/+1
| * net: reorder all the dst flagsWei Wang2017-06-171-5/+5
| * net: remove DST_NOCACHE flagWei Wang2017-06-178-25/+17
| * net: remove DST_NOGC flagWei Wang2017-06-176-19/+9
| * net: remove dst gc related codeWei Wang2017-06-173-235/+0
| * decnet: take dst->__refcnt when struct dn_route is createdWei Wang2017-06-171-17/+19
| * xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang2017-06-173-36/+32
| * ipv6: get rid of icmp6 dst garbage collectorWei Wang2017-06-173-49/+1
| * ipv6: mark DST_NOGC and remove the operation of dst_free()Wei Wang2017-06-172-45/+19
| * ipv6: call dst_hold_safe() properlyWei Wang2017-06-172-4/+4
| * ipv6: call dst_dev_put() properlyWei Wang2017-06-171-0/+2
| * ipv6: take dst->__refcnt for insertion into fib6 treeWei Wang2017-06-173-21/+50
| * ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang2017-06-172-16/+5
| * ipv4: call dst_hold_safe() properlyWei Wang2017-06-172-4/+4
| * ipv4: call dst_dev_put() properlyWei Wang2017-06-172-0/+6
| * ipv4: take dst->__refcnt when caching dst in fibWei Wang2017-06-172-4/+20
| * net: introduce a new function dst_dev_put()Wei Wang2017-06-172-0/+25
| * net: introduce DST_NOGC in dst_release() to destroy dst based on refcntWei Wang2017-06-172-3/+22
| * net: use loopback dev when generating blackhole routeWei Wang2017-06-172-5/+6
| * udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang2017-06-172-16/+14
| * ipv6: remove unnecessary dst_hold() in ip6_fragment()Wei Wang2017-06-171-4/+0
|/
* Merge tag 'mlx5-updates-2017-06-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-06-1628-124/+227
|\
| * net/mlx5: Add fast unload support in shutdown flowMajd Dibbiny2017-06-165-8/+73
| * net/mlx5: Expose command polling interfaceMajd Dibbiny2017-06-162-7/+26
| * net/mlx5e: Optimize update stats workGal Pressman2017-06-163-7/+16
| * net/mlx5e: Move and optimize query out of buffer functionGal Pressman2017-06-163-24/+7
| * net/mlx5e: Reduce number of heap allocated buffers for update statsGal Pressman2017-06-161-14/+2