summaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix duplicate SYN messages under link congestionTung Nguyen2019-11-281-7/+10
* tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen2019-11-281-1/+1
* tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen2019-11-281-0/+1
* tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen2019-11-281-1/+3
* net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo2019-11-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-2/+2
|\
| * net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-2/+2
* | tipc: add smart nagle featureJon Maloy2019-10-301-18/+99
* | tipc: improve throughput between nodes in netnsHoang Le2019-10-291-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-201-4/+4
|\|
| * net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet2019-10-091-1/+1
| * net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet2019-10-091-3/+3
* | net: tipc: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-5/+1
|/
* tipc: clean up skb list lock handling on send pathJon Maloy2019-08-181-7/+7
* tipc: fix unitilized skb list crashJon Maloy2019-07-301-2/+1
* 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-171-5/+15
* net: tipc: fix a missing check for nla_nest_startKangjie Lu2019-03-161-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-181-4/+5
| * tipc: check tsk->group in tipc_wait_for_cond()Cong Wang2018-12-141-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-171-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-121-2/+12
|\
| * tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan2018-10-101-2/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-031-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/+43
* | 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-061-6/+11
* tipc: orphan sock in tipc_release()Cong Wang2018-09-051-0/+1
* tipc: switch to rhashtable iteratorCong Wang2018-08-291-26/+50