Age | Commit message (Expand) | Author | Files | Lines |
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-19 | 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 |
2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 2 | -5/+8 |
2018-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -17/+0 |
2018-05-29 | net: remove unnecessary genlmsg_cancel() calls | YueHaibing | 1 | -17/+0 |
2018-05-26 | net/nfc: convert to ->poll_mask | Christoph Hellwig | 1 | -6/+3 |
2018-05-26 | net: convert datagram_poll users tp ->poll_mask | Christoph Hellwig | 1 | -2/+2 |
2018-02-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -1/+6 |
2018-02-16 | NFC: llcp: Limit size of SDP URI | Kees Cook | 2 | -1/+6 |
2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -3/+2 |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -8/+8 |
2017-11-28 | net: annotate ->poll() instances | Al Viro | 2 | -4/+4 |
2017-11-22 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -8/+6 |
2017-11-16 | genetlink: fix genlmsg_nlhdr() | Michal Kubecek | 1 | -3/+3 |
2017-11-10 | NFC: Add NFC_CMD_DEACTIVATE_TARGET support | Mark Greer | 1 | -0/+29 |
2017-11-10 | NFC: digital: Abort cmd when deactivating target | Mark Greer | 1 | -0/+1 |
2017-11-06 | NFC: Convert timers to use timer_setup() | Allen Pais | 4 | -31/+21 |
2017-11-06 | NFC: fix device-allocation error return | Johan Hovold | 1 | -1/+1 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -0/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
2017-09-25 | net: nfc: llcp_core: use setup_timer() helper. | Allen Pais | 1 | -6/+4 |
2017-09-25 | net: nfc: hci: llc_shdlc: use setup_timer() helper. | Allen Pais | 1 | -9/+6 |
2017-09-25 | net: nfc: hci: use setup_timer() helper. | Allen Pais | 1 | -3/+2 |
2017-09-22 | net:nfc: use setup_timer | Allen Pais | 1 | -3/+2 |
2017-06-23 | NFC: Add sockaddr length checks before accessing sa_family in bind handlers | Mateusz Jurczyk | 1 | -2/+4 |
2017-06-23 | nfc: nci: remove unnecessary null check | Gustavo A. R. Silva | 1 | -5/+4 |
2017-06-23 | nfc: Ensure presence of required attributes in the activate_target handler | Mateusz Jurczyk | 1 | -1/+3 |
2017-06-23 | nfc: Fix the sockaddr length sanitization in llcp_sock_connect | Mateusz Jurczyk | 1 | -2/+1 |
2017-06-23 | NFC: digital: NFC-DEP Target WT(nfcdep,max) is now 14 | Mark Greer | 1 | -1/+1 |
2017-06-23 | NFC: digital: NFC-A SEL_RES must be one byte | Mark Greer | 1 | -1/+2 |
2017-06-23 | NFC: digital: Delete an error message for memory allocation failure | Markus Elfring | 1 | -3/+1 |
2017-06-23 | NFC: digital: Improve a size determination in four functions | Markus Elfring | 1 | -4/+4 |
2017-06-19 | NFC: fix broken device allocation | Johan Hovold | 2 | -15/+19 |
2017-06-16 | networking: add and use skb_put_u8() | Johannes Berg | 8 | -18/+18 |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 8 | -14/+14 |
2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg | 9 | -23/+21 |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 8 | -30/+25 |
2017-05-16 | net: socket: mark socket protocol handler structs as const | linzhang | 1 | -1/+1 |
2017-04-21 | Merge tag 'nfc-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 1 | -10/+14 |
2017-04-13 | netlink: pass extended ACK struct where available | Johannes Berg | 1 | -1/+1 |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 1 | -2/+3 |
2017-04-05 | NFC: netlink: Use error code from nfc_activate_target() | Andy Shevchenko | 1 | -1/+1 |
2017-04-02 | nfc: Send same info for both of NFC_CMD_GET_DEVICE and NFC_EVENT_DEVICE_ADDED | OGAWA Hirofumi | 1 | -9/+13 |
2017-03-10 | net: Work around lockdep limitation in sockets that use sockets | David Howells | 1 | -1/+1 |