1. a115d24 nfc: pn533: remove redundant assignment by wengjianfeng · 3 years, 9 months ago
  2. ca4d4c3 nfc: pn533: prevent potential memory corruption by Dan Carpenter · 3 years, 9 months ago
  3. d6adfd3 nfc: pn533: Fix typo issue by wengjianfeng · 4 years ago
  4. 102f19d nfc: pn533: convert comma to semicolon by Zheng Yongjun · 4 years, 1 month ago
  5. f5499c6 nfc: pn533/usb.c: fix spelling of "functions" by Randy Dunlap · 4 years, 4 months ago
  6. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  7. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  8. b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  9. a4d35e7 nfc: No need to set .owner platform_driver_register by Tian Tao · 5 years ago
  10. a112ada NFC: pn533: fix bulk-message timeout by Johan Hovold · 5 years ago
  11. 1e37be7 nfc: pn533: pn533_phy_ops dev_[up, down] return int by Lars Poeschel · 5 years ago
  12. e4a5dc1 nfc: pn532_uart: Make use of pn532 autopoll by Lars Poeschel · 5 years ago
  13. c64b875 nfc: pn533: Add autopoll capability by Lars Poeschel · 5 years ago
  14. c656aa4 nfc: pn533: add UART phy driver by Lars Poeschel · 5 years ago
  15. 843cc92 nfc: pn533: Split pn533 init & nfc_register by Lars Poeschel · 5 years ago
  16. 0bf2840 nfc: pn533: Add dev_up/dev_down hooks to phy_ops by Lars Poeschel · 5 years ago
  17. 3d5f3a6 nfc: pn533: i2c: "pn532" as dt compatible string by Lars Poeschel · 5 years ago
  18. 6af3aa5 NFC: pn533: fix use-after-free and memleaks by Johan Hovold · 5 years ago
  19. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  20. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  21. 9fe0a75 NFC: pn533: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  22. ecc443c NFC: pn533: Fix wrong GFP flag usage by Hans de Goede · 7 years ago
  23. dbafc28 NFC: pn533: don't send USB data off of the stack by Greg Kroah-Hartman · 7 years ago
  24. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  25. b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
  26. f98786d nfc: pn533: constify i2c_device_id by Arvind Yadav · 7 years ago
  27. b952f4d net: manual clean code which call skb_put_[data:zero] by yuan linyu · 8 years ago
  28. 634fef6 networking: add and use skb_put_u8() by Johannes Berg · 8 years ago
  29. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  30. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  31. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  32. aa9f979 networking: use skb_put_zero() by Johannes Berg · 8 years ago
  33. 8b55d75 NFC: pn533: use constant off-stack buffer for sending acks by Michał Mirosław · 8 years ago
  34. 32ecc75 NFC: pn533: change order operations in dev registation by Andrey Rusalin · 8 years ago
  35. 5dd9c1b NFC: pn533: improve cmd queue handling by Andrey Rusalin · 8 years ago
  36. 068a496 NFC: pn533: change order of free_irq and dev unregistration by Andrey Rusalin · 8 years ago
  37. 0cf2a84 scripts/spelling.txt: add "omited" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  38. 6d2f70c NFC: pn533: double free on error in probe() by Dan Carpenter · 9 years ago
  39. b31d510 NFC: pn533: handle interrupted commands in pn533_recv_frame by Michael Thalmeier · 9 years ago
  40. c952f91 NFC: pn533: reset poll modulation list before calling targets_found by Michael Thalmeier · 9 years ago
  41. 30f9848 NFC: pn533: i2c: do not call pn533_recv_frame with aborted commands by Michael Thalmeier · 9 years ago
  42. b16931b NFC: pn533: fix order of initialization by Michael Thalmeier · 9 years ago
  43. 79f09fa NFC: pn533: i2c: free irq on driver remove by Michael Thalmeier · 9 years ago
  44. dd7bedc NFC: pn533: add I2C phy driver by Michael Thalmeier · 9 years ago
  45. 9815c7c NFC: pn533: Separate physical layer from the core implementation by Michael Thalmeier · 9 years ago