aboutsummaryrefslogtreecommitdiffstats
path: root/net/caif (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-07-21net: caif: Add a missing rcu_read_unlock() in caif_flow_cbYueHaibing1-1/+3
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-4/+8
2018-05-26net/caif: convert to ->poll_maskChristoph Hellwig1-8/+4
2018-04-19net: caif: fix spelling mistake "UKNOWN" -> "UNKNOWN"Colin Ian King1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-6/+6
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+2
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-30/+22
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-19caif: reduce stack size with KASANArnd Bergmann1-28/+22
2018-01-15caif: Define usercopy region in caif proto slab cacheDavid Windsor1-0/+2
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+9
2018-01-10caif_usb: use strlcpy() instead of strncpy()Xiongfeng Wang1-3/+1
2018-01-09net: caif: use strlcpy() instead of strncpy()Xiongfeng Wang3-11/+8
2018-01-08net: caif: remove unused hardirq.hYang Shi2-2/+0
2017-11-27net: annotate ->poll() instancesAl Viro1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+7
2017-06-13caif: Add sockaddr length check before accessing sa_family in connect handlerMateusz Jurczyk1-0/+4
2017-06-10net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfxJia-Ju Bai1-5/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-2/+2
2017-05-16net: socket: mark socket protocol handler structs as constlinzhang1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-19net: caif: Remove unused stats member from struct chnl_netTobias Klauser1-1/+0
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2016-12-05net: caif: remove ineffective checkPan Bian1-4/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-10-28net caif: insert missing spaces in pr_* messages and unbreak multi-line stringsColin Ian King1-6/+3
2016-06-28caif: Remove unneeded header fileAmitoj Kaur Chawla1-1/+0
2016-03-14net: caif: fix misleading indentationArnd Bergmann1-1/+1
2016-02-18net: caif: fix erroneous return valueAnton Protopopov1-1/+1
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-2/+2
2015-08-18net: caif: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-07-21caif: fix leaks and race in caif_queue_rcv_skb()Eric Dumazet1-11/+8
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2015-05-26unix/caif: sk_socket can disappear when state is unlockedMark Salyzyn1-0/+8
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-03-15caif: fix MSG_OOB test in caif_seqpkt_recvmsg()Al Viro1-1/+1
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+4
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-9/+8
2015-02-20caif: fix a signedness bug in cfpkt_iterate()Dan Carpenter2-4/+4
2015-01-29caif: remove wrong dev_net_set() callNicolas Dichtel1-1/+0
2014-12-09put iov_iter into msghdrAl Viro1-1/+1
2014-11-24new helper: memcpy_to_msg()Al Viro1-1/+1
2014-11-24new helper: memcpy_from_msg()Al Viro1-2/+2
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1