Age | Commit message (Expand) | Author | Files | Lines |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 7 | -17/+17 |
2025-02-19 | nfc: hci: Remove unused nfc_llc_unregister | Dr. David Alan Gilbert | 2 | -12/+0 |
2025-01-22 | NFC: nci: Add bounds checking in nci_hci_create_pipe() | Dan Carpenter | 1 | -0/+2 |
2024-11-07 | net: nfc: Propagate ISO14443 type A target ATS to userspace via netlink | Juraj Ĺ arinay | 3 | -2/+48 |
2024-05-23 | Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -3/+15 |
2024-05-23 | nfc: nci: Fix handling of zero-length payload packets in nci_rx_work() | Ryosuke Yasuoka | 1 | -2/+1 |
2024-05-20 | nfc: nci: Fix uninit-value in nci_rx_work | Ryosuke Yasuoka | 1 | -1/+14 |
2024-05-13 | net: change proto and proto_ops accept type | Jens Axboe | 1 | -2/+2 |
2024-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
2024-05-07 | nfc: nci: Fix kcov check in nci_rx_work() | Tetsuo Handa | 1 | -0/+1 |
2024-04-12 | net: nfc: remove inappropriate attrs check | Lin Ma | 1 | -4/+2 |
2024-04-09 | nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies | Eric Dumazet | 1 | -6/+6 |
2024-03-22 | nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet | Ryosuke Yasuoka | 1 | -0/+5 |
2024-03-05 | nfc: core: make nfc_class constant | Ricardo B. Marliere | 1 | -1/+1 |
2024-02-06 | nfc: hci: Save a few bytes of memory when registering a 'nfc_llc' engine | Christophe JAILLET | 1 | -2/+2 |
2024-02-06 | nfc: hci: Introduce nfc_llc_del_engine() to reduce code duplication | Christophe JAILLET | 1 | -8/+10 |
2024-01-29 | nfc: nci: free rx_data_reassembly skb on NCI device cleanup | Fedor Pchelkin | 1 | -0/+4 |
2024-01-11 | net: fill in MODULE_DESCRIPTION()s for NFC | Breno Leitao | 3 | -0/+3 |
2023-12-25 | nfc: Do not send datagram if socket state isn't LLCP_BOUND | Siddh Raman Pant | 1 | -0/+5 |
2023-12-25 | nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_local | Siddh Raman Pant | 1 | -3/+36 |
2023-10-16 | nfc: nci: fix possible NULL pointer dereference in send_acknowledge() | Krzysztof Kozlowski | 1 | -0/+2 |
2023-10-12 | nfc: nci: assert requested protocol is valid | Jeremy Cline | 1 | -0/+5 |
2023-10-10 | net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn() | Eric Dumazet | 1 | -18/+12 |
2023-10-03 | net: nfc: llcp: Add lock when modifying device list | Jeremy Cline | 1 | -0/+2 |
2023-09-01 | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -15/+8 |
2023-08-15 | genetlink: use attrs from struct genl_info | Jakub Kicinski | 1 | -2/+2 |
2023-08-11 | tty: ldops: unify to u8 | Jiri Slaby (SUSE) | 1 | -3/+3 |
2023-08-11 | tty: use u8 for flags | Jiri Slaby (SUSE) | 1 | -1/+1 |
2023-08-11 | tty: make tty_ldisc_ops::*buf*() hooks operate on size_t | Jiri Slaby (SUSE) | 1 | -1/+1 |
2023-08-11 | tty: remove dummy tty_ldisc_ops::poll() implementations | Jiri Slaby (SUSE) | 1 | -7/+0 |
2023-08-03 | net: nfc: remove casts from tty->disc_data | Jiri Slaby | 1 | -4/+4 |
2023-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 6 | -24/+77 |
2023-06-26 | net: nfc: Fix use-after-free caused by nfc_llcp_find_local | Lin Ma | 6 | -24/+77 |
2023-05-15 | nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect() | Krzysztof Kozlowski | 1 | -1/+2 |
2023-03-07 | nfc: change order inside nfc_se_io error path | Fedor Pchelkin | 1 | -1/+1 |
2023-02-26 | nfc: fix memory leak of se_io context in nfc_genl_se_io | Fedor Pchelkin | 1 | -0/+4 |
2023-01-13 | net: nfc: Fix use-after-free in local_cleanup() | Jisoo Jang | 1 | -0/+1 |
2022-12-26 | nfc: Fix potential resource leaks | Miaoqian Lin | 1 | -14/+38 |
2022-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+6 |
2022-12-05 | NFC: nci: Bounds check struct nfc_target arrays | Kees Cook | 1 | -0/+6 |
2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+4 |
2022-11-22 | NFC: nci: fix memory leak in nci_rx_data_packet() | Liu Shixin | 1 | -1/+3 |
2022-11-18 | nfc/nci: fix race with opening and closing | Lin Ma | 1 | -1/+1 |
2022-11-02 | nfc: Add KCOV annotations | Dmitry Vyukov | 3 | -2/+13 |
2022-09-27 | NFC: hci: Split memcpy() of struct hcp_message flexible array | Kees Cook | 1 | -7/+5 |
2022-08-29 | genetlink: start to validate reserved header bytes | Jakub Kicinski | 1 | -0/+1 |
2022-05-28 | net: nfc: Directly use ida_alloc()/free() | keliu | 1 | -2/+2 |
2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -3/+3 |
2022-05-17 | NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc | Duoming Zhou | 2 | -3/+3 |
2022-05-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -17/+16 |
2022-05-05 | NFC: netlink: fix sleep in atomic bug when firmware download timeout | Duoming Zhou | 1 | -2/+2 |
2022-05-01 | nfc: replace improper check device_is_registered() in netlink related functions | Duoming Zhou | 1 | -15/+14 |
2022-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -0/+4 |
2022-04-13 | nfc: nci: add flush_workqueue to prevent uaf | Lin Ma | 1 | -0/+4 |
2022-04-13 | NFC: NULL out the dev->rfkill to prevent UAF | Lin Ma | 1 | -0/+1 |
2022-04-06 | net: remove noblock parameter from skb_recv_datagram() | Oliver Hartkopp | 2 | -4/+2 |
2022-03-03 | nfc: llcp: Revert "NFC: Keep socket alive until the DISC PDU is actually sent" | Krzysztof Kozlowski | 3 | -15/+0 |
2022-03-03 | nfc: llcp: protect nfc_llcp_sock_unlink() calls | Krzysztof Kozlowski | 1 | -5/+5 |
2022-03-03 | nfc: llcp: use test_bit() | Krzysztof Kozlowski | 1 | -1/+1 |
2022-03-03 | nfc: llcp: use centralized exiting of bind on errors | Krzysztof Kozlowski | 1 | -10/+15 |
2022-03-03 | nfc: llcp: simplify llcp_sock_connect() error paths | Krzysztof Kozlowski | 1 | -4/+4 |
2022-03-03 | nfc: llcp: nullify llcp_sock->dev on connect() error paths | Krzysztof Kozlowski | 1 | -0/+1 |
2022-01-20 | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+5 |
2022-01-19 | nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind() | Krzysztof Kozlowski | 1 | -0/+5 |
2021-12-20 | Merge 5.16-rc6 into tty-next | Greg Kroah-Hartman | 1 | -4/+8 |
2021-12-09 | nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done | Krzysztof Kozlowski | 1 | -2/+4 |
2021-12-09 | nfc: fix segfault in nfc_genl_dump_devices_done | Tadeusz Struk | 1 | -2/+4 |
2021-11-25 | tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl | Jiri Slaby | 1 | -3/+2 |
2021-11-17 | NFC: add NCI_UNREG flag to eliminate the race | Lin Ma | 1 | -2/+17 |
2021-11-17 | NFC: reorder the logic in nfc_{un,}register_device | Lin Ma | 1 | -14/+18 |
2021-11-17 | NFC: reorganize the functions in nci_request | Lin Ma | 1 | -4/+7 |
2021-11-11 | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+15 |
2021-11-04 | Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+1 |
2021-11-03 | NFC: add necessary privilege flags in netlink layer | Lin Ma | 1 | -0/+15 |
2021-10-18 | Merge 5.15-rc6 into tty-next | Greg Kroah-Hartman | 4 | -4/+18 |
2021-10-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -4/+18 |
2021-10-13 | NFC: digital: fix possible memory leak in digital_in_send_sdd_req() | Ziyang Xuan | 1 | -2/+6 |
2021-10-13 | NFC: digital: fix possible memory leak in digital_tg_listen_mdaa() | Ziyang Xuan | 1 | -2/+7 |
2021-10-13 | nfc: fix error handling of nfc_proto_register() | Ziyang Xuan | 1 | -0/+3 |
2021-10-11 | nfc: nci: replace GPLv2 boilerplate with SPDX | Krzysztof Kozlowski | 1 | -14/+2 |
2021-10-11 | nfc: drop unneeded debug prints | Krzysztof Kozlowski | 7 | -57/+1 |
2021-10-08 | nfc: nci: fix the UAF of rf_conn_info object | Lin Ma | 1 | -0/+2 |
2021-09-22 | tty: remove file from n_tty_ioctl_helper | Jiri Slaby | 1 | -1/+1 |
2021-09-13 | nfc: do not break pr_debug() call into separate lines | Krzysztof Kozlowski | 1 | -14/+9 |
2021-08-13 | net: in_irq() cleanup | Changbin Du | 1 | -1/+1 |
2021-08-02 | nfc: hci: pass callback data param as pointer in nci_request() | Krzysztof Kozlowski | 2 | -70/+65 |
2021-07-30 | nfc: hci: cleanup unneeded spaces | Krzysztof Kozlowski | 4 | -14/+14 |
2021-07-30 | nfc: nci: constify several pointers to u8, sk_buff and other structs | Krzysztof Kozlowski | 6 | -97/+110 |
2021-07-30 | nfc: constify local pointer variables | Krzysztof Kozlowski | 3 | -6/+6 |
2021-07-30 | nfc: constify several pointers to u8, char and sk_buff | Krzysztof Kozlowski | 6 | -53/+61 |
2021-07-30 | nfc: hci: annotate nfc_llc_init() as __init | Krzysztof Kozlowski | 1 | -1/+1 |
2021-07-30 | nfc: annotate af_nfc_exit() as __exit | Krzysztof Kozlowski | 1 | -1/+1 |
2021-07-25 | nfc: constify nfc_digital_ops | Krzysztof Kozlowski | 1 | -1/+1 |
2021-07-25 | nfc: constify nfc_llc_ops | Krzysztof Kozlowski | 4 | -6/+6 |
2021-07-25 | nfc: constify nfc_hci_ops | Krzysztof Kozlowski | 1 | -1/+1 |
2021-07-25 | nfc: constify nfc_ops | Krzysztof Kozlowski | 4 | -4/+4 |
2021-07-25 | nfc: constify nfc_hci_gate | Krzysztof Kozlowski | 1 | -1/+1 |
2021-07-25 | nfc: constify pointer to nfc_vendor_cmd | Krzysztof Kozlowski | 1 | -1/+1 |
2021-07-25 | nfc: constify nci_driver_ops (prop_ops and core_ops) | Krzysztof Kozlowski | 1 | -8/+8 |
2021-07-25 | nfc: constify nci_ops | Krzysztof Kozlowski | 1 | -3/+2 |
2021-07-25 | nfc: constify payload argument in nci_send_cmd() | Krzysztof Kozlowski | 1 | -1/+1 |
2021-07-05 | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -3/+4 |
2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring | 1 | -1/+1 |
2021-06-14 | Merge tag 'v5.13-rc6' into tty-next | Greg Kroah-Hartman | 1 | -0/+2 |
2021-06-07 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+2 |
2021-06-01 | NFC: nci: Remove redundant assignment to len | Yang Li | 1 | -2/+0 |
2021-05-31 | nfc: hci: Fix spelling mistakes | Zheng Yongjun | 3 | -3/+3 |
2021-05-31 | nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect | Krzysztof Kozlowski | 1 | -0/+2 |
2021-05-31 | Merge 5.13-rc4 into tty-next | Greg Kroah-Hartman | 3 | -1/+7 |
2021-05-17 | NFC: nci: fix memory leak in nci_allocate_device | Dongliang Mu | 2 | -0/+6 |
2021-05-13 | tty: make tty_ldisc_ops a param in tty_unregister_ldisc | Jiri Slaby | 1 | -1/+1 |
2021-05-13 | tty: set tty_ldisc_ops::num statically | Jiri Slaby | 1 | -1/+2 |
2021-05-13 | tty: make fp of tty_ldisc_ops::receive_buf{,2} const | Jiri Slaby | 1 | -1/+1 |
2021-05-10 | net/nfc/rawsock.c: fix a permission check bug | Jeimon | 1 | -1/+1 |
2021-05-04 | net/nfc: fix use-after-free llcp_sock_bind/connect | Or Cohen | 1 | -0/+4 |
2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 4 | -5/+7 |
2021-04-27 | net:nfc:digital: Fix a double free in digital_tg_recv_dep_req | Lv Yunlong | 1 | -0/+2 |
2021-04-26 | Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -81/+67 |
2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+10 |
2021-04-05 | net: nfc: Fix spelling errors in net/nfc module | Zheng Yongjun | 3 | -4/+4 |
2021-03-28 | NFC: digital: Correct function name in the kerneldoc comments | Xiongfeng Wang | 1 | -1/+1 |
2021-03-25 | nfc: Avoid endless loops caused by repeated llcp_sock_connect() | Xiaoming Ni | 1 | -0/+4 |
2021-03-25 | nfc: fix memory leak in llcp_sock_connect() | Xiaoming Ni | 1 | -0/+2 |
2021-03-25 | nfc: fix refcount leak in llcp_sock_connect() | Xiaoming Ni | 1 | -0/+2 |
2021-03-25 | nfc: fix refcount leak in llcp_sock_bind() | Xiaoming Ni | 1 | -0/+2 |
2021-03-10 | net: nfc: nci: drop nci_uart_default_recv | Jiri Slaby | 1 | -10/+0 |
2021-03-10 | net: nfc: nci: drop nci_uart_ops::recv_buf | Jiri Slaby | 1 | -69/+67 |
2021-03-10 | net: nfc: nci: remove memset of nci_uart_drivers | Jiri Slaby | 1 | -1/+0 |
2021-03-10 | tty: remove TTY_LDISC_MAGIC | Jiri Slaby | 1 | -1/+0 |
2021-02-20 | Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+2 |
2021-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -1/+2 |
2021-01-27 | net: remove redundant 'depends on NET' | Masahiro Yamada | 1 | -1/+0 |
2021-01-25 | Merge 5.11-rc5 into tty-next | Greg Kroah-Hartman | 1 | -1/+1 |
2021-01-23 | NFC: fix resource leak when target index is invalid | Pan Bian | 1 | -1/+1 |
2021-01-23 | NFC: fix possible resource leak | Pan Bian | 1 | -0/+1 |
2021-01-21 | Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to... | Greg Kroah-Hartman | 1 | -1/+2 |
2021-01-20 | tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer | Linus Torvalds | 1 | -1/+2 |
2021-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2021-01-19 | net: nfc: nci: fix the wrong NCI_CORE_INIT parameters | Bongsu Jeon | 1 | -1/+1 |
2021-01-15 | nfc: netlink: use &w->w in nfc_genl_rcv_nl_event | Geliang Tang | 1 | -2/+2 |
2021-01-12 | hci: llc_shdlc: style: Simplify bool comparison | YANG LI | 1 | -1/+1 |
2021-01-05 | net: nfc: nci: Change the NCI close sequence | Bongsu Jeon | 1 | -2/+2 |
2020-12-08 | net: sched: fix spelling mistake in Kconfig "trys" -> "tries" | Colin Ian King | 1 | -1/+1 |
2020-12-04 | net/nfc/nci: Support NCI 2.x initial sequence | Bongsu Jeon | 3 | -16/+104 |
2020-11-16 | treewide: rename nla_strlcpy to nla_strscpy. | Francis Laniel | 1 | -1/+1 |
2020-11-14 | nfc: refined function nci_hci_resp_received | Alex Shi | 1 | -6/+3 |
2020-10-30 | net: nfc: Fix kerneldoc warnings | Andrew Lunn | 3 | -1/+14 |
2020-10-20 | nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl... | Defang Bo | 1 | -1/+1 |
2020-09-05 | NFC: digital: Remove two unused macroes | Wang Hai | 1 | -3/+0 |
2020-08-11 | net/nfc/rawsock.c: add CAP_NET_RAW check. | Qingyu Li | 1 | -2/+5 |
2020-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+4 |
2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -3/+3 |
2020-07-19 | net: make ->{get,set}sockopt in proto_ops optional | Christoph Hellwig | 2 | -6/+0 |
2020-07-17 | nfc: nci: add missed destroy_workqueue in nci_register_device | Wang Hai | 1 | -1/+4 |
2020-07-13 | net: nfc: kerneldoc fixes | Andrew Lunn | 2 | -4/+3 |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -1/+1 |
2020-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -3/+20 |
2020-03-05 | net: nfc: fix bounds checking bugs on "pipe" | Dan Carpenter | 1 | -3/+16 |
2020-03-03 | nfc: add missing attribute validation for vendor subcommand | Jakub Kicinski | 1 | -0/+2 |
2020-03-03 | nfc: add missing attribute validation for deactivate target | Jakub Kicinski | 1 | -0/+1 |
2020-03-03 | nfc: add missing attribute validation for SE API | Jakub Kicinski | 1 | -0/+1 |
2020-02-17 | NFC: digital: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -2/+2 |
2019-12-18 | net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec... | Jia-Ju Bai | 1 | -1/+1 |
2019-12-04 | NFC: NCI: use new `delay` structure for SPI transfer delays | Alexandru Ardelean | 1 | -2/+4 |
2019-11-21 | net: Fix Kconfig indentation, continued | Krzysztof Kozlowski | 1 | -7/+7 |
2019-11-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+0 |
2019-11-07 | nfc: netlink: fix double device reference drop | Pan Bian | 1 | -2/+0 |
2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+2 |
2019-10-28 | net: use skb_queue_empty_lockless() in poll() handlers | Eric Dumazet | 1 | -2/+2 |
2019-10-06 | net: nfc: have genetlink code to parse the attrs during dumpit | Jiri Pirko | 1 | -12/+5 |
2019-10-04 | nfc: fix memory leak in llcp_sock_bind() | Eric Dumazet | 1 | -1/+6 |
2019-09-24 | nfc: enforce CAP_NET_RAW for raw sockets | Ori Nimron | 1 | -2/+5 |
2019-07-29 | NFC: fix attrs checks in netlink interface | Andrey Konovalov | 1 | -2/+4 |
2019-07-08 | nfc: fix potential illegal memory access | Yang Wei | 1 | -1/+1 |
2019-06-21 | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 6 | -78/+6 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 6 | -78/+6 |
2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+2 |
2019-06-14 | nfc: Ensure presence of required attributes in the deactivate_target handler | Young Xiao | 1 | -1/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399 | Thomas Gleixner | 4 | -48/+4 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 | Thomas Gleixner | 1 | -14/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 4 | -40/+4 |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 13 | -169/+13 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 4 | -0/+4 |
2019-04-27 | genetlink: optionally validate strictly/dumps | Johannes Berg | 1 | -0/+19 |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -5/+7 |
2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -2/+2 |
2019-04-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+8 |
2019-04-06 | NFC: nci: Add some bounds checking in nci_hci_cmd_received() | Dan Carpenter | 1 | -0/+8 |
2019-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+7 |
2019-03-22 | genetlink: make policy common to family | Johannes Berg | 1 | -19/+1 |
2019-03-19 | nfc: Fix to check for kmemdup failure | Aditya Pakki | 1 | -2/+7 |
2019-02-27 | net: nfc: Fix NULL dereference on nfc_llcp_build_tlv fails | YueHaibing | 2 | -4/+40 |
2018-10-24 | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
2018-10-23 | Revert "net: simplify sock_poll_wait" | Karsten Graul | 1 | -1/+1 |
2018-10-13 | change semantics of ldisc ->compat_ioctl() | Al Viro | 1 | -0/+1 |
2018-09-25 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+10 |
2018-09-21 | net: nci: remove redundant null pointer check before kfree_skb | zhong jiang | 1 | -4/+2 |
2018-09-18 | NFC: Fix possible memory corruption when handling SHDLC I-Frame commands | Suren Baghdasaryan | 1 | -0/+10 |
2018-07-30 | net: simplify sock_poll_wait | Christoph Hellwig | 1 | -1/+1 |
2018-07-18 | net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL. | Tetsuo Handa | 1 | -3/+6 |