aboutsummaryrefslogtreecommitdiff
path: root/net/caif
AgeCommit message (Expand)Author
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-07-21net: caif: Add a missing rcu_read_unlock() in caif_flow_cbYueHaibing
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-05-26net/caif: convert to ->poll_maskChristoph Hellwig
2018-04-19net: caif: fix spelling mistake "UKNOWN" -> "UNKNOWN"Colin Ian King
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-19caif: reduce stack size with KASANArnd Bergmann
2018-01-15caif: Define usercopy region in caif proto slab cacheDavid Windsor
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-10caif_usb: use strlcpy() instead of strncpy()Xiongfeng Wang
2018-01-09net: caif: use strlcpy() instead of strncpy()Xiongfeng Wang
2018-01-08net: caif: remove unused hardirq.hYang Shi
2017-11-27net: annotate ->poll() instancesAl Viro
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-13caif: Add sockaddr length check before accessing sa_family in connect handlerMateusz Jurczyk
2017-06-10net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfxJia-Ju Bai
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-05-16net: socket: mark socket protocol handler structs as constlinzhang
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-19net: caif: Remove unused stats member from struct chnl_netTobias Klauser
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-05net: caif: remove ineffective checkPan Bian
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-10-28net caif: insert missing spaces in pr_* messages and unbreak multi-line stringsColin Ian King
2016-06-28caif: Remove unneeded header fileAmitoj Kaur Chawla
2016-03-14net: caif: fix misleading indentationArnd Bergmann
2016-02-18net: caif: fix erroneous return valueAnton Protopopov
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-08-18net: caif: convert to using IFF_NO_QUEUEPhil Sutter
2015-07-21caif: fix leaks and race in caif_queue_rcv_skb()Eric Dumazet
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-26unix/caif: sk_socket can disappear when state is unlockedMark Salyzyn
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-15caif: fix MSG_OOB test in caif_seqpkt_recvmsg()Al Viro
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-02-20caif: fix a signedness bug in cfpkt_iterate()Dan Carpenter
2015-01-29caif: remove wrong dev_net_set() callNicolas Dichtel
2014-12-09put iov_iter into msghdrAl Viro
2014-11-24new helper: memcpy_to_msg()Al Viro
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller