summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-19NFC: nfcmrvl_uart: add missing tty-device sanity checkJohan Hovold1-4/+4
2017-06-19NFC: fix broken device allocationJohan Hovold2-15/+19
2017-06-19NFC: trf7970a: Clean up coding style issuesMark Greer1-144/+147
2017-06-19NFC: trf7970a: Convert to descriptor based GPIO interfaceMark Greer2-37/+26
2017-06-19NFC: trf7970a: Enable pins are active high not active lowMark Greer1-2/+2
2017-06-19NFC: trf7970a: Remove support for 'vin-voltage-override' DT propertyMark Greer2-12/+1
2017-06-19NFC: trf7970a: Remove useless commentMark Greer1-1/+1
2017-06-19NFC: trf7970a: Only check 'en2-rf-quirk' if EN2 is specifiedMark Greer1-3/+3
2017-06-19NFC: trf7970a: Fix inaccurate comment in trf7970a_probe()Mark Greer1-1/+1
2017-06-19NFC: trf7970a: Don't de-assert EN2 unless it was assertedMark Greer1-2/+4
2017-06-19MAINTAINERS: NFC: trf7970a: Add Mark Greer as maintainerMark Greer1-0/+8
2017-06-18net: dsa: Fix legacy probingFlorian Fainelli1-11/+8
2017-06-18tls: update KconfigDave Watson1-2/+5
2017-06-18Merge branch 'net-remove-dst-garbage-collector-logic'David S. Miller17-466/+218
2017-06-18net: add debug atomic_inc_not_zero() in dst_hold()Wei Wang1-1/+1
2017-06-18net: reorder all the dst flagsWei Wang1-5/+5
2017-06-18net: remove DST_NOCACHE flagWei Wang8-25/+17
2017-06-18net: remove DST_NOGC flagWei Wang6-19/+9
2017-06-18net: remove dst gc related codeWei Wang3-235/+0
2017-06-18decnet: take dst->__refcnt when struct dn_route is createdWei Wang1-17/+19
2017-06-18xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang3-36/+32
2017-06-18ipv6: get rid of icmp6 dst garbage collectorWei Wang3-49/+1
2017-06-18ipv6: mark DST_NOGC and remove the operation of dst_free()Wei Wang2-45/+19
2017-06-18ipv6: call dst_hold_safe() properlyWei Wang2-4/+4
2017-06-18ipv6: call dst_dev_put() properlyWei Wang1-0/+2
2017-06-18ipv6: take dst->__refcnt for insertion into fib6 treeWei Wang3-21/+50
2017-06-18ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang2-16/+5
2017-06-18ipv4: call dst_hold_safe() properlyWei Wang2-4/+4
2017-06-18ipv4: call dst_dev_put() properlyWei Wang2-0/+6
2017-06-18ipv4: take dst->__refcnt when caching dst in fibWei Wang2-4/+20
2017-06-18net: introduce a new function dst_dev_put()Wei Wang2-0/+25
2017-06-18net: introduce DST_NOGC in dst_release() to destroy dst based on refcntWei Wang2-3/+22
2017-06-18net: use loopback dev when generating blackhole routeWei Wang2-5/+6
2017-06-18udp: call dst_hold_safe() in udp_sk_rx_set_dst()Wei Wang2-16/+14
2017-06-18ipv6: remove unnecessary dst_hold() in ip6_fragment()Wei Wang1-4/+0
2017-06-16Merge tag 'mlx5-updates-2017-06-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller28-124/+227
2017-06-16net: dsa: add cross-chip multicast supportVivien Didelot1-10/+20
2017-06-16ibmvnic: driver initialization for kdump/kexecNathan Fontenot1-5/+19
2017-06-16decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang1-10/+4
2017-06-16Merge branch 'rds-tcp-misc-bug-fixes'David S. Miller7-37/+43
2017-06-16rds: tcp: Set linger when rejecting an incoming conn in rds_tcp_accept_oneSowmini Varadhan1-1/+18
2017-06-16rds: tcp: various endian-ness fixesSowmini Varadhan6-13/+21
2017-06-16rds: tcp: remove cp_outgoingSowmini Varadhan4-23/+4
2017-06-16Merge branch 'dsa-loop-Driver-updates'David S. Miller1-12/+82
2017-06-16net: dsa: loop: Implement ethtool statisticsFlorian Fainelli1-2/+77
2017-06-16net: dsa: loop: Inline unregister_fixed_phys()Florian Fainelli1-10/+5
2017-06-16Merge branch 'pktgen-new-parameters'David S. Miller9-25/+41
2017-06-16pktgen: Specify the index of first threadTariq Toukan8-18/+27
2017-06-16pktgen: Specify num packets per threadTariq Toukan9-8/+15
2017-06-16Merge branch 'net-mvmdio-add-xMDIO-xSMI-support'David S. Miller2-60/+164