summaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix unitilized skb list crashJon Maloy2019-07-301-2/+1Star
* tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan2019-05-091-2/+2
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-3/+3
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-5/+5
* tipc: introduce new socket option TIPC_SOCK_RECVQ_USEDTung Nguyen2019-04-191-0/+3
* tipc: fix a null pointer derefHoang Le2019-03-211-1/+1
* tipc: fix use-after-free in tipc_sk_filter_rcvHoang Le2019-03-211-1/+2
* tipc: smooth change between replicast and broadcastHoang Le2019-03-191-0/+5
* tipc: allow service ranges to be connect()'ed on RDM/DGRAMErik Hugne2019-03-181-5/+15
* net: tipc: fix a missing check for nla_nest_startKangjie Lu2019-03-171-0/+2
* tipc: fix RDM/DGRAM connect() regressionErik Hugne2019-03-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-021-1/+5
|\
| * tipc: fix race condition causing hung sendtoTung Nguyen2019-02-261-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-5/+6
|\|
| * tipc: improve function tipc_wait_for_rcvmsg()Tung Nguyen2019-02-211-4/+5
| * tipc: improve function tipc_wait_for_cond()Tung Nguyen2019-02-211-1/+1
* | tipc: mark expected switch fall-throughsGustavo A. R. Silva2019-01-231-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-16/+24
|\
| * tipc: check group dests after tipc_wait_for_cond()Cong Wang2018-12-191-4/+5
| * tipc: check tsk->group in tipc_wait_for_cond()Cong Wang2018-12-151-11/+14
| * tipc: use lock_sock() in tipc_sk_reinit()Cong Wang2018-12-141-2/+6
* | tipc: add trace_events for tipc socketTuong Lien2018-12-191-5/+132
* | tipc: enable tracepoints in tipcTuong Lien2018-12-191-0/+90
|/
* tipc: don't assume linear buffer when reading ancillary dataJon Maloy2018-11-181-4/+11
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-131-2/+12
|\
| * tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan2018-10-111-2/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-1/+3
|\|
| * tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan2018-09-251-1/+3
* | tipc: buffer overflow handling in listener socketTung Nguyen2018-09-291-6/+43
* | tipc: add SYN bit to connection setup messagesJon Maloy2018-09-291-0/+5
* | tipc: refactor function tipc_sk_filter_connect()Jon Maloy2018-09-291-58/+43Star
* | tipc: refactor function tipc_sk_timeout()Jon Maloy2018-09-291-24/+38
|/
* tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang2018-09-071-6/+11
* tipc: orphan sock in tipc_release()Cong Wang2018-09-061-0/+1
* tipc: switch to rhashtable iteratorCong Wang2018-08-301-26/+50
* tipc: fix a missing rhashtable_walk_exit()Cong Wang2018-08-301-0/+2
* net/tipc: remove redundant variables 'tn' and 'oport'Colin Ian King2018-08-011-4/+1Star
* net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-5/+9
|\
| * Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-5/+9
* | tipc: extend sock diag for group communicationGhantaKrishnamurthy MohanKrishna2018-06-301-0/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-2/+11
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-121-1/+2
| |\
| * | tipc: introduce ioctl for fetching node identityJon Maloy2018-04-271-2/+11
* | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-9/+5Star
|\ \ \ | |_|/ |/| |
| * | net/tipc: convert to ->poll_maskChristoph Hellwig2018-05-261-9/+5Star
| |/
* / tipc: fix one byte leak in tipc_sk_set_orig_addr()Eric Dumazet2018-05-101-1/+2
|/
* tipc: fix missing initializer in tipc_sendmsg()Jon Maloy2018-04-131-1/+3
* tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang2018-04-081-3/+3