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