index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: st-nci: Add GPIO ACPI mapping table
Andy Shevchenko
2017-06-22
2
-8
/
+26
*
NFC: st-nci: Use unified device properties API meaningfully
Andy Shevchenko
2017-06-22
2
-48
/
+11
*
NFC: st-nci: Covert to use GPIO descriptor
Andy Shevchenko
2017-06-22
2
-58
/
+28
*
NFC: st-nci: Get rid of "interesting" use of interrupt polarity
Andy Shevchenko
2017-06-22
2
-14
/
+2
*
NFC: st-nci: Get rid of platform data
Andy Shevchenko
2017-06-22
4
-114
/
+4
*
NFC: fdp: Add GPIO ACPI mapping table
Andy Shevchenko
2017-06-22
1
-4
/
+12
*
NFC: fdp: Convert to use devres API
Andy Shevchenko
2017-06-22
2
-16
/
+9
*
NFC: fdp: Convert I2C driver to ->probe_new()
Andy Shevchenko
2017-06-22
1
-10
/
+2
*
NFC: st21nfca: Get rid of code duplication in ->probe()
Andy Shevchenko
2017-06-22
1
-52
/
+10
*
NFC: st21nfca: Add GPIO ACPI mapping table
Andy Shevchenko
2017-06-22
1
-4
/
+14
*
NFC: pn544: Switch to devm_acpi_dev_add_driver_gpios()
Andy Shevchenko
2017-06-22
1
-2
/
+1
*
NFC: nfcmrvl: allow gpio 0 for reset signalling
Johan Hovold
2017-06-18
2
-6
/
+5
*
NFC: nfcmrvl_usb: use interface as phy device
Johan Hovold
2017-06-18
1
-3
/
+1
*
NFC: nfcmrvl_uart: fix device-node leak during probe
Johan Hovold
2017-06-18
1
-0
/
+3
*
NFC: nfcmrvl: fix firmware-management initialisation
Johan Hovold
2017-06-18
1
-7
/
+9
*
NFC: nfcmrvl: use nfc-device for firmware download
Johan Hovold
2017-06-18
1
-2
/
+5
*
NFC: nfcmrvl: do not use device-managed resources
Johan Hovold
2017-06-18
1
-8
/
+11
*
NFC: nfcmrvl_uart: add missing tty-device sanity check
Johan Hovold
2017-06-18
1
-4
/
+4
*
NFC: fix broken device allocation
Johan Hovold
2017-06-18
2
-15
/
+19
*
NFC: trf7970a: Clean up coding style issues
Mark Greer
2017-06-18
1
-144
/
+147
*
NFC: trf7970a: Convert to descriptor based GPIO interface
Mark Greer
2017-06-18
2
-37
/
+26
*
NFC: trf7970a: Enable pins are active high not active low
Mark Greer
2017-06-18
1
-2
/
+2
*
NFC: trf7970a: Remove support for 'vin-voltage-override' DT property
Mark Greer
2017-06-18
2
-12
/
+1
*
NFC: trf7970a: Remove useless comment
Mark Greer
2017-06-18
1
-1
/
+1
*
NFC: trf7970a: Only check 'en2-rf-quirk' if EN2 is specified
Mark Greer
2017-06-18
1
-3
/
+3
*
NFC: trf7970a: Fix inaccurate comment in trf7970a_probe()
Mark Greer
2017-06-18
1
-1
/
+1
*
NFC: trf7970a: Don't de-assert EN2 unless it was asserted
Mark Greer
2017-06-18
1
-2
/
+4
*
MAINTAINERS: NFC: trf7970a: Add Mark Greer as maintainer
Mark Greer
2017-06-18
1
-0
/
+8
*
net: dsa: Fix legacy probing
Florian Fainelli
2017-06-18
1
-11
/
+8
*
tls: update Kconfig
Dave Watson
2017-06-18
1
-2
/
+5
*
Merge branch 'net-remove-dst-garbage-collector-logic'
David S. Miller
2017-06-18
17
-466
/
+218
|
\
|
*
net: add debug atomic_inc_not_zero() in dst_hold()
Wei Wang
2017-06-18
1
-1
/
+1
|
*
net: reorder all the dst flags
Wei Wang
2017-06-18
1
-5
/
+5
|
*
net: remove DST_NOCACHE flag
Wei Wang
2017-06-18
8
-25
/
+17
|
*
net: remove DST_NOGC flag
Wei Wang
2017-06-18
6
-19
/
+9
|
*
net: remove dst gc related code
Wei Wang
2017-06-18
3
-235
/
+0
|
*
decnet: take dst->__refcnt when struct dn_route is created
Wei Wang
2017-06-18
1
-17
/
+19
|
*
xfrm: take refcnt of dst when creating struct xfrm_dst bundle
Wei Wang
2017-06-18
3
-36
/
+32
|
*
ipv6: get rid of icmp6 dst garbage collector
Wei Wang
2017-06-18
3
-49
/
+1
|
*
ipv6: mark DST_NOGC and remove the operation of dst_free()
Wei Wang
2017-06-18
2
-45
/
+19
|
*
ipv6: call dst_hold_safe() properly
Wei Wang
2017-06-18
2
-4
/
+4
|
*
ipv6: call dst_dev_put() properly
Wei Wang
2017-06-18
1
-0
/
+2
|
*
ipv6: take dst->__refcnt for insertion into fib6 tree
Wei Wang
2017-06-18
3
-21
/
+50
|
*
ipv4: mark DST_NOGC and remove the operation of dst_free()
Wei Wang
2017-06-18
2
-16
/
+5
|
*
ipv4: call dst_hold_safe() properly
Wei Wang
2017-06-18
2
-4
/
+4
|
*
ipv4: call dst_dev_put() properly
Wei Wang
2017-06-18
2
-0
/
+6
|
*
ipv4: take dst->__refcnt when caching dst in fib
Wei Wang
2017-06-18
2
-4
/
+20
|
*
net: introduce a new function dst_dev_put()
Wei Wang
2017-06-18
2
-0
/
+25
|
*
net: introduce DST_NOGC in dst_release() to destroy dst based on refcnt
Wei Wang
2017-06-18
2
-3
/
+22
|
*
net: use loopback dev when generating blackhole route
Wei Wang
2017-06-18
2
-5
/
+6
[next]