Age | Commit message (Expand) | Author |
2019-04-27 | genetlink: optionally validate strictly/dumps | Johannes Berg |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg |
2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek |
2019-04-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-04-06 | NFC: nci: Add some bounds checking in nci_hci_cmd_received() | Dan Carpenter |
2019-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-03-22 | genetlink: make policy common to family | Johannes Berg |
2019-03-19 | nfc: Fix to check for kmemdup failure | Aditya Pakki |
2019-02-27 | net: nfc: Fix NULL dereference on nfc_llcp_build_tlv fails | YueHaibing |
2018-10-24 | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-10-23 | Revert "net: simplify sock_poll_wait" | Karsten Graul |
2018-10-13 | change semantics of ldisc ->compat_ioctl() | Al Viro |
2018-09-25 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-09-21 | net: nci: remove redundant null pointer check before kfree_skb | zhong jiang |
2018-09-18 | NFC: Fix possible memory corruption when handling SHDLC I-Frame commands | Suren Baghdasaryan |
2018-07-30 | net: simplify sock_poll_wait | Christoph Hellwig |
2018-07-18 | net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL. | Tetsuo Handa |
2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds |
2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-05-29 | net: remove unnecessary genlmsg_cancel() calls | YueHaibing |
2018-05-26 | net/nfc: convert to ->poll_mask | Christoph Hellwig |
2018-05-26 | net: convert datagram_poll users tp ->poll_mask | Christoph Hellwig |
2018-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-02-16 | NFC: llcp: Limit size of SDP URI | Kees Cook |
2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2017-11-27 | net: annotate ->poll() instances | Al Viro |
2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook |
2017-11-16 | genetlink: fix genlmsg_nlhdr() | Michal Kubecek |
2017-11-10 | NFC: Add NFC_CMD_DEACTIVATE_TARGET support | Mark Greer |
2017-11-10 | NFC: digital: Abort cmd when deactivating target | Mark Greer |
2017-11-06 | NFC: Convert timers to use timer_setup() | Allen Pais |
2017-11-06 | NFC: fix device-allocation error return | Johan Hovold |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-09-25 | net: nfc: llcp_core: use setup_timer() helper. | Allen Pais |
2017-09-25 | net: nfc: hci: llc_shdlc: use setup_timer() helper. | Allen Pais |
2017-09-25 | net: nfc: hci: use setup_timer() helper. | Allen Pais |
2017-09-21 | net:nfc: use setup_timer | Allen Pais |
2017-06-23 | NFC: Add sockaddr length checks before accessing sa_family in bind handlers | Mateusz Jurczyk |
2017-06-23 | nfc: nci: remove unnecessary null check | Gustavo A. R. Silva |
2017-06-23 | nfc: Ensure presence of required attributes in the activate_target handler | Mateusz Jurczyk |
2017-06-23 | nfc: Fix the sockaddr length sanitization in llcp_sock_connect | Mateusz Jurczyk |
2017-06-23 | NFC: digital: NFC-DEP Target WT(nfcdep,max) is now 14 | Mark Greer |
2017-06-23 | NFC: digital: NFC-A SEL_RES must be one byte | Mark Greer |
2017-06-23 | NFC: digital: Delete an error message for memory allocation failure | Markus Elfring |
2017-06-23 | NFC: digital: Improve a size determination in four functions | Markus Elfring |
2017-06-18 | NFC: fix broken device allocation | Johan Hovold |
2017-06-16 | networking: add and use skb_put_u8() | Johannes Berg |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg |