| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+8 |
| 2026-04-09 | nfc: pn533: allocate rx skb before consuming bytes | Pengpeng Hou | 1 | -3/+8 |
| 2026-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+3 |
| 2026-03-31 | nfc: pn533: refactor endpoint lookup | Johan Hovold | 1 | -23/+11 |
| 2026-03-31 | NFC: pn533: bound the UART receive buffer | Pengpeng Hou | 1 | -0/+3 |
| 2026-03-06 | nfc: pn533: drop redundant device reference | Johan Hovold | 1 | -3/+1 |
| 2026-02-26 | Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -0/+1 |
| 2026-02-25 | nfc: pn533: properly drop the usb interface reference on disconnect | Greg Kroah-Hartman | 1 | -0/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 2 | -6/+6 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 2 | -6/+6 |
| 2025-12-11 | nfc: pn533: Fix error code in pn533_acr122_poweron_rdr() | Dan Carpenter | 1 | -1/+1 |
| 2025-08-14 | nfc: pn533: Delete an unnecessary check | Dan Carpenter | 1 | -8/+4 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 2 | -2/+2 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 2 | -3/+3 |
| 2024-08-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+5 |
| 2024-08-29 | nfc: pn533: Add poll mod list filling check | Aleksandr Mishin | 1 | -0/+5 |
| 2024-08-21 | nfc: pn533: Avoid -Wflex-array-member-not-at-end warnings | Gustavo A. R. Silva | 1 | -1/+0 |
| 2024-06-20 | nfc: Drop explicit initialization of struct i2c_device_id::driver_data to 0 | Uwe Kleine-König | 1 | -1/+1 |
| 2024-01-27 | treewide, serdev: change receive_buf() return type to size_t | Francesco Dolcini | 1 | -2/+2 |
| 2023-12-08 | tty: serdev: convert to u8 and size_t | Jiri Slaby (SUSE) | 1 | -2/+2 |
| 2023-05-22 | nfc: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-03-10 | nfc: pn533: initialize struct pn533_out_arg properly | Fedor Pchelkin | 1 | -0/+1 |
| 2023-01-09 | nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame() | Minsuk Kang | 1 | -3/+41 |
| 2022-12-25 | treewide: Convert del_timer*() to timer_shutdown*() | Steven Rostedt (Google) | 2 | -2/+2 |
| 2022-12-14 | nfc: pn533: Clear nfc_target before being used | Minsuk Kang | 1 | -0/+4 |
| 2022-11-23 | nfc: pn533: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+2 |
| 2022-09-16 | Merge tag 'v6.0-rc5' into i2c/for-mergewindow | Wolfram Sang | 1 | -0/+1 |
| 2022-08-22 | nfc: pn533: Fix use-after-free bugs caused by pn532_cmd_timeout | Duoming Zhou | 1 | -0/+1 |
| 2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
| 2022-05-18 | nfc: pn533: Fix buggy cleanup order | Lin Ma | 1 | -2/+3 |
| 2021-11-07 | nfc: pn533: Fix double free when pn533_fill_fragment_skbs() fails | Chengfeng Ye | 1 | -3/+3 |
| 2021-10-07 | nfc: pn533: Constify pn533_phy_ops | Rikard Falkeborn | 5 | -6/+6 |
| 2021-10-07 | nfc: pn533: Constify serdev_device_ops | Rikard Falkeborn | 1 | -1/+1 |
| 2021-09-13 | nfc: pn533: use dev_err() instead of pr_err() | Krzysztof Kozlowski | 1 | -1/+1 |
| 2021-09-13 | nfc: pn533: drop unneeded debug prints | Krzysztof Kozlowski | 2 | -6/+0 |
| 2021-07-25 | nfc: constify nfc_ops | Krzysztof Kozlowski | 1 | -1/+1 |
| 2021-05-31 | nfc: pn533: drop unneeded braces {} in if | Krzysztof Kozlowski | 1 | -2/+1 |
| 2021-05-31 | nfc: pn533: drop ftrace-like debugging messages | Krzysztof Kozlowski | 3 | -55/+0 |
| 2021-05-28 | nfc: pn533: mark OF device ID tables as maybe unused | Krzysztof Kozlowski | 1 | -1/+1 |
| 2021-05-28 | nfc: pn533: drop of_match_ptr from device ID table | Krzysztof Kozlowski | 1 | -1/+1 |
| 2021-04-12 | nfc: pn533: remove redundant assignment | wengjianfeng | 2 | -19/+6 |
| 2021-04-02 | nfc: pn533: prevent potential memory corruption | Dan Carpenter | 1 | -0/+3 |
| 2021-02-04 | nfc: pn533: Fix typo issue | wengjianfeng | 1 | -2/+2 |
| 2020-12-14 | nfc: pn533: convert comma to semicolon | Zheng Yongjun | 1 | -1/+1 |
| 2020-09-08 | nfc: pn533/usb.c: fix spelling of "functions" | Randy Dunlap | 1 | -1/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -3/+3 |
| 2020-01-19 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
| 2020-01-14 | nfc: No need to set .owner platform_driver_register | Tian Tao | 1 | -1/+0 |
| 2020-01-13 | NFC: pn533: fix bulk-message timeout | Johan Hovold | 1 | -1/+1 |
| 2019-11-13 | nfc: pn533: pn533_phy_ops dev_[up, down] return int | Lars Poeschel | 3 | -9/+20 |
| 2019-10-29 | nfc: pn532_uart: Make use of pn532 autopoll | Lars Poeschel | 1 | -1/+1 |
| 2019-10-29 | nfc: pn533: Add autopoll capability | Lars Poeschel | 2 | -6/+197 |
| 2019-10-29 | nfc: pn533: add UART phy driver | Lars Poeschel | 4 | -0/+344 |
| 2019-10-29 | nfc: pn533: Split pn533 init & nfc_register | Lars Poeschel | 4 | -52/+80 |
| 2019-10-29 | nfc: pn533: Add dev_up/dev_down hooks to phy_ops | Lars Poeschel | 2 | -1/+20 |
| 2019-10-29 | nfc: pn533: i2c: "pn532" as dt compatible string | Lars Poeschel | 1 | -0/+5 |
| 2019-10-08 | NFC: pn533: fix use-after-free and memleaks | Johan Hovold | 1 | -1/+8 |
| 2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 4 | -53/+4 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-04-09 | NFC: pn533: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+2 |
| 2018-06-25 | NFC: pn533: Fix wrong GFP flag usage | Hans de Goede | 1 | -2/+2 |
| 2018-05-31 | NFC: pn533: don't send USB data off of the stack | Greg Kroah-Hartman | 1 | -12/+30 |
| 2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -4/+3 |
| 2017-11-21 | treewide: init_timer() -> setup_timer() | Kees Cook | 1 | -3/+2 |
| 2017-11-06 | nfc: pn533: constify i2c_device_id | Arvind Yadav | 1 | -1/+1 |
| 2017-06-20 | net: manual clean code which call skb_put_[data:zero] | yuan linyu | 1 | -2/+2 |
| 2017-06-16 | networking: add and use skb_put_u8() | Johannes Berg | 1 | -16/+16 |
| 2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -4/+4 |
| 2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg | 1 | -16/+16 |
| 2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 2 | -18/+14 |
| 2017-06-13 | networking: use skb_put_zero() | Johannes Berg | 1 | -2/+1 |
| 2017-04-17 | NFC: pn533: use constant off-stack buffer for sending acks | Michał Mirosław | 2 | -3/+3 |
| 2017-04-02 | NFC: pn533: change order operations in dev registation | Andrey Rusalin | 4 | -27/+48 |
| 2017-04-02 | NFC: pn533: improve cmd queue handling | Andrey Rusalin | 1 | -13/+27 |
| 2017-04-02 | NFC: pn533: change order of free_irq and dev unregistration | Andrey Rusalin | 1 | -2/+2 |
| 2017-02-27 | scripts/spelling.txt: add "omited" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
| 2016-07-04 | NFC: pn533: double free on error in probe() | Dan Carpenter | 1 | -6/+3 |
| 2016-05-10 | NFC: pn533: handle interrupted commands in pn533_recv_frame | Michael Thalmeier | 1 | -0/+8 |
| 2016-05-10 | NFC: pn533: reset poll modulation list before calling targets_found | Michael Thalmeier | 1 | -3/+3 |
| 2016-05-09 | NFC: pn533: i2c: do not call pn533_recv_frame with aborted commands | Michael Thalmeier | 1 | -4/+11 |
| 2016-05-09 | NFC: pn533: fix order of initialization | Michael Thalmeier | 4 | -5/+8 |
| 2016-05-09 | NFC: pn533: i2c: free irq on driver remove | Michael Thalmeier | 1 | -0/+2 |
| 2016-04-09 | NFC: pn533: add I2C phy driver | Michael Thalmeier | 5 | -0/+317 |
| 2016-04-09 | NFC: pn533: Separate physical layer from the core implementation | Michael Thalmeier | 5 | -0/+3500 |