Age | Commit message (Expand) | Author | Files | Lines |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -4/+4 |
2020-04-30 | net: caif: Fix use correct return type for ndo_start_xmit() | Yunjian Wang | 1 | -1/+2 |
2020-04-23 | net: caif: use true,false for bool variables | Jason Yan | 1 | -4/+4 |
2020-03-12 | net: caif: Add lockdep expression to RCU traversal primitive | Amol Grover | 1 | -1/+2 |
2020-01-24 | caif_usb: fix spelling mistake "to" -> "too" | Colin Ian King | 1 | -1/+1 |
2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
2019-10-28 | net: use skb_queue_empty_lockless() in poll() handlers | Eric Dumazet | 1 | -1/+1 |
2019-10-03 | Clean up the net/caif/Kconfig menu | rd.dunlab@gmail.com | 1 | -5/+5 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194 | Thomas Gleixner | 17 | -18/+17 |
2019-05-21 | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-17 | net: caif: fix the value of size argument of snprintf | swkhack | 5 | -6/+5 |
2019-04-10 | net: caif: avoid using qdisc_qlen() | Paolo Abeni | 1 | -4/+8 |
2019-02-17 | net: caif: use skb helpers instead of open-coding them | Jann Horn | 1 | -11/+5 |
2018-10-23 | Revert "net: simplify sock_poll_wait" | Karsten Graul | 1 | -1/+1 |
2018-09-18 | net: caif: remove redundant null check on frontpkt | Colin Ian King | 1 | -3/+0 |
2018-07-30 | net: simplify sock_poll_wait | Christoph Hellwig | 1 | -1/+1 |
2018-07-22 | net: caif: Add a missing rcu_read_unlock() in caif_flow_cb | YueHaibing | 1 | -1/+3 |
2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -4/+8 |
2018-05-26 | net/caif: convert to ->poll_mask | Christoph Hellwig | 1 | -8/+4 |
2018-04-19 | net: caif: fix spelling mistake "UKNOWN" -> "UNKNOWN" | Colin Ian King | 1 | -1/+1 |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -6/+6 |
2018-02-04 | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+2 |
2018-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 3 | -30/+22 |
2018-01-31 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2018-01-19 | caif: reduce stack size with KASAN | Arnd Bergmann | 1 | -28/+22 |
2018-01-15 | caif: Define usercopy region in caif proto slab cache | David Windsor | 1 | -0/+2 |
2018-01-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -14/+9 |
2018-01-10 | caif_usb: use strlcpy() instead of strncpy() | Xiongfeng Wang | 1 | -3/+1 |
2018-01-09 | net: caif: use strlcpy() instead of strncpy() | Xiongfeng Wang | 3 | -11/+8 |
2018-01-09 | net: caif: remove unused hardirq.h | Yang Shi | 2 | -2/+0 |
2017-11-28 | net: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-07-01 | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
2017-06-27 | net: add netlink_ext_ack argument to rtnl_link_ops.changelink | Matthias Schiffer | 1 | -1/+2 |
2017-06-27 | net: add netlink_ext_ack argument to rtnl_link_ops.newlink | Matthias Schiffer | 1 | -1/+2 |
2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -7/+7 |
2017-06-13 | caif: Add sockaddr length check before accessing sa_family in connect handler | Mateusz Jurczyk | 1 | -0/+4 |
2017-06-11 | net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfx | Jia-Ju Bai | 1 | -5/+1 |
2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 1 | -2/+2 |
2017-05-16 | net: socket: mark socket protocol handler structs as const | linzhang | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
2017-01-19 | net: caif: Remove unused stats member from struct chnl_net | Tobias Klauser | 1 | -1/+0 |
2016-12-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+1 |
2016-12-05 | net: caif: remove ineffective check | Pan Bian | 1 | -4/+1 |
2016-11-18 | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 1 | -1/+1 |
2016-10-28 | net caif: insert missing spaces in pr_* messages and unbreak multi-line strings | Colin Ian King | 1 | -6/+3 |
2016-06-28 | caif: Remove unneeded header file | Amitoj Kaur Chawla | 1 | -1/+0 |
2016-03-14 | net: caif: fix misleading indentation | Arnd Bergmann | 1 | -1/+1 |
2016-02-18 | net: caif: fix erroneous return value | Anton Protopopov | 1 | -1/+1 |