aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-12tipc: remove redundant assignment to ret, simplify codeColin Ian King1-4/+1
2024-01-24tipc: socket: remove Excess struct member kernel-doc warningRandy Dunlap1-1/+0
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski1-1/+1
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-3/+0
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet1-2/+2
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2023-02-14tipc: fix kernel warning when sending SYN messageTung Nguyen1-0/+2
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+3
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-07-25net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima1-1/+1
2022-06-29net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua1-0/+1
2022-03-22tipc: fix the timer expires after interval 100msHoang Le1-1/+2
2022-02-23tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter1-1/+1
2021-12-31net ticp:fix a kernel-infoleak in __tipc_sendmsg()Haimin Zhang1-0/+2
2021-09-13tipc: increase timeout in tipc_sk_enqueue()Hoang Le1-1/+1
2021-09-03tipc: clean up inconsistent indentingColin Ian King1-1/+1
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-08-16tipc: call tipc_wait_for_connect only when dlen is not 0Xin Long1-1/+1
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+17
2021-07-25tipc: fix an use-after-free issue in tipc_recvmsgXin Long1-3/+5
2021-07-23tipc: fix sleeping in tipc accept routineHoang Le1-5/+4
2021-07-23tipc: fix implicit-connect for SYN+Xin Long1-8/+13
2021-07-16tipc: keep the skb in rcv queue until the whole data is readXin Long1-9/+27
2021-06-10tipc: socket.c: fix the use of copular verbgushengxian1-1/+1
2021-06-03tipc: simplify handling of lookup scope during multicast message receptionJon Maloy1-16/+10
2021-06-03tipc: refactor function tipc_sk_anc_data_recv()Jon Maloy1-47/+38
2021-06-03tipc: eliminate redundant fields in struct tipc_sockJon Maloy1-26/+27
2021-05-14Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le1-1/+4
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-03-29tipc: fix htmldoc and smatch warningsJon Maloy1-1/+1
2021-03-29net:tipc: Fix a double free in tipc_sk_mcast_rcvLv Yunlong1-1/+1
2021-03-17tipc: simplify signature of tipc_find_service()Jon Maloy1-1/+1
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_group()Jon Maloy1-25/+17
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()Jon Maloy1-10/+8
2021-03-17tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()Jon Maloy1-11/+11
2021-03-17tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Jon Maloy1-43/+40
2021-03-17tipc: rename binding table lookup functionsJon Maloy1-9/+10
2021-03-17tipc: simplify signature of tipc_nametbl_withdraw() functionsJon Maloy1-31/+31
2021-03-17tipc: simplify signature of tipc_namtbl_publish()Jon Maloy1-34/+39
2021-03-17tipc: re-organize members of struct publicationJon Maloy1-20/+20
2020-12-01net/tipc: fix all function Return: notationRandy Dunlap1-29/+28
2020-12-01net/tipc: fix socket.c kernel-docRandy Dunlap1-2/+29
2020-12-01net/tipc: fix various kernel-doc warningsRandy Dunlap1-2/+2
2020-11-27tipc: update address terminology in codeJon Maloy1-22/+22
2020-11-27tipc: refactor tipc_sk_bind() functionJon Maloy1-36/+30
2020-10-30tipc: add stricter control of reserved service typesJon Maloy1-9/+18
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+1
2020-09-18net: tipc: delete duplicated wordsRandy Dunlap1-1/+1
2020-09-10tipc: fix shutdown() of connection oriented socketTetsuo Handa1-4/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+6
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+6
2020-09-02tipc: fix shutdown() of connectionless socketTetsuo Handa1-3/+6
2020-08-31tipc: Remove unused macro TIPC_FWD_MSGYueHaibing1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-18net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin1-2/+2
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-4/+4
2020-07-13net: tipc: kerneldoc fixesAndrew Lunn1-5/+3
2020-06-11tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien1-1/+2
2020-06-01tipc: Fix NULL pointer dereference in __tipc_sendstream()YueHaibing1-2/+6
2020-05-28tipc: call tsk_set_importance from tipc_topsrv_create_listenerChristoph Hellwig1-9/+9
2020-05-26tipc: add test for Nagle algorithm effectivenessTuong Lien1-12/+52
2020-05-13tipc: fix large latency in smart Nagle streamingTuong Lien1-11/+31
2020-03-26tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le1-1/+1
2020-02-10tipc: fix successful connect() but timed outTuong Lien1-0/+2
2020-01-08tipc: fix wrong connect() return codeTuong Lien1-2/+2
2020-01-08tipc: fix link overflow issue at socket shutdownTuong Lien1-21/+32
2019-12-10tipc: fix retrans failure due to wrong destinationTuong Lien1-14/+18
2019-11-28tipc: fix duplicate SYN messages under link congestionTung Nguyen1-7/+10
2019-11-28tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen1-1/+1
2019-11-28tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen1-0/+1
2019-11-28tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen1-1/+3
2019-11-23net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo1-1/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-10-30tipc: add smart nagle featureJon Maloy1-18/+99
2019-10-29tipc: improve throughput between nodes in netnsHoang Le1-3/+3
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet1-1/+1
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet1-3/+3
2019-10-06net: tipc: have genetlink code to parse the attrs during dumpitJiri Pirko1-5/+1
2019-08-18tipc: clean up skb list lock handling on send pathJon Maloy1-7/+7
2019-07-30tipc: fix unitilized skb list crashJon Maloy1-2/+1
2019-05-09tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan1-2/+2
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-3/+3
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-5/+5
2019-04-19tipc: introduce new socket option TIPC_SOCK_RECVQ_USEDTung Nguyen1-0/+3
2019-03-21tipc: fix a null pointer derefHoang Le1-1/+1
2019-03-21tipc: fix use-after-free in tipc_sk_filter_rcvHoang Le1-1/+2
2019-03-19tipc: smooth change between replicast and broadcastHoang Le1-0/+5
2019-03-17tipc: allow service ranges to be connect()'ed on RDM/DGRAMErik Hugne1-5/+15
2019-03-16net: tipc: fix a missing check for nla_nest_startKangjie Lu1-0/+2
2019-03-05tipc: fix RDM/DGRAM connect() regressionErik Hugne1-1/+1
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2019-02-26tipc: fix race condition causing hung sendtoTung Nguyen1-1/+5
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2019-02-21tipc: improve function tipc_wait_for_rcvmsg()Tung Nguyen1-4/+5
2019-02-21tipc: improve function tipc_wait_for_cond()Tung Nguyen1-1/+1
2019-01-23tipc: mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+24
2018-12-19tipc: add trace_events for tipc socketTuong Lien1-5/+132
2018-12-19tipc: enable tracepoints in tipcTuong Lien1-0/+90
2018-12-18tipc: check group dests after tipc_wait_for_cond()Cong Wang1-4/+5
2018-12-14tipc: check tsk->group in tipc_wait_for_cond()Cong Wang1-11/+14
2018-12-14tipc: use lock_sock() in tipc_sk_reinit()Cong Wang1-2/+6
2018-11-17tipc: don't assume linear buffer when reading ancillary dataJon Maloy1-4/+11
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+12
2018-10-10tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan1-2/+12
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2018-09-29tipc: buffer overflow handling in listener socketTung Nguyen1-6/+43
2018-09-29tipc: add SYN bit to connection setup messagesJon Maloy1-0/+5
2018-09-29tipc: refactor function tipc_sk_filter_connect()Jon Maloy1-58/+43
2018-09-29tipc: refactor function tipc_sk_timeout()Jon Maloy1-24/+38
2018-09-25tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan1-1/+3
2018-09-06tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang1-6/+11
2018-09-05tipc: orphan sock in tipc_release()Cong Wang1-0/+1
2018-08-29tipc: switch to rhashtable iteratorCong Wang1-26/+50
2018-08-29tipc: fix a missing rhashtable_walk_exit()Cong Wang1-0/+2
2018-08-01net/tipc: remove redundant variables 'tn' and 'oport'Colin Ian King1-4/+1
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+9
2018-06-30tipc: extend sock diag for group communicationGhantaKrishnamurthy MohanKrishna1-0/+5
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-5/+9
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+11
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-9/+5
2018-05-26net/tipc: convert to ->poll_maskChristoph Hellwig1-9/+5
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-05-10tipc: fix one byte leak in tipc_sk_set_orig_addr()Eric Dumazet1-1/+2
2018-04-27tipc: introduce ioctl for fetching node identityJon Maloy1-2/+11
2018-04-12tipc: fix missing initializer in tipc_sendmsg()Jon Maloy1-1/+3
2018-04-08tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang1-3/+3
2018-04-04tipc: Fix namespace violation in tipc_sk_fill_sock_diagGhantaKrishnamurthy MohanKrishna1-1/+2
2018-03-31tipc: permit overlapping service ranges in name tableJon Maloy1-2/+2
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy1-13/+10
2018-03-22tipc: step sk->sk_drops when rcv buffer is fullGhantaKrishnamurthy MohanKrishna1-2/+7
2018-03-22tipc: implement socket diagnostics for AF_TIPCGhantaKrishnamurthy MohanKrishna1-5/+67
2018-03-22tipc: modify socket iterator for sock_diagGhantaKrishnamurthy MohanKrishna1-24/+41
2018-03-17tipc: some name changesJon Maloy1-7/+7
2018-03-17tipc: obsolete TIPC_ZONE_SCOPEJon Maloy1-5/+10
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-02-27tipc: correct initial value for group congestion flagJon Maloy1-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-3/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-11/+11
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-50/+64
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2018-01-19tipc: fix race between poll() and setsockopt()Jon Maloy1-4/+3
2018-01-15tipc: fix bug during lookup of multicast destination nodesJon Maloy1-2/+1
2018-01-15tipc: fix a potental access after delete in tipc_sk_join()Jon Maloy1-0/+1
2018-01-09tipc: improve poll() for group member socketJon Maloy1-4/+4
2018-01-09tipc: improve groupcast scope handlingJon Maloy1-35/+53
2018-01-09tipc: send out join messages as soon as new member is discoveredJon Maloy1-2/+2
2018-01-09tipc: create group member event messages when they are neededJon Maloy1-2/+1
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-12-28tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan1-1/+1
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-12-13tipc: eliminate potential memory leakJon Maloy1-1/+1
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert1-4/+2
2017-11-27net: annotate ->poll() instancesAl Viro1-2/+2
2017-11-01net: tipc: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-10-26tipc: fix a dangling pointerCong Wang1-1/+3
2017-10-22tipc: refactor tipc_sk_timeout() functionJon Maloy1-26/+23
2017-10-21tipc: fix broken tipc_poll() functionJon Maloy1-3/+2
2017-10-13tipc: guarantee delivery of UP event before first broadcastJon Maloy1-0/+4
2017-10-13tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy1-5/+29
2017-10-13tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy1-0/+2
2017-10-13tipc: introduce group multicast messagingJon Maloy1-4/+52
2017-10-13tipc: introduce group anycast messagingJon Maloy1-0/+84
2017-10-13tipc: introduce group unicast messagingJon Maloy1-10/+102
2017-10-13tipc: introduce flow control for group broadcast messagesJon Maloy1-12/+36
2017-10-13tipc: receive group membership events via member socketJon Maloy1-18/+31
2017-10-13tipc: add second source address to recvmsg()/recvfrom()Jon Maloy1-18/+35
2017-10-13tipc: introduce communication groupsJon Maloy1-27/+182
2017-10-13tipc: improve destination linked listJon Maloy1-6/+6
2017-10-13tipc: add new function for sending multiple small messagesJon Maloy1-12/+2
2017-10-13tipc: refactor function filter_rcv()Jon Maloy1-81/+80
2017-10-13tipc: improve address sanity check in tipc_connect()Jon Maloy1-16/+15
2017-10-13tipc: add ability to order and receive topology events in driverJon Maloy1-12/+20
2017-08-24tipc: Fix tipc_sk_reinit handling of -EAGAINBob Peterson1-3/+3
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-05-11tipc: make macro tipc_wait_for_cond() smp safeJon Paul Maloy1-19/+19
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-148/+148
2017-05-02tipc: refactor function tipc_sk_recv_stream()Jon Paul Maloy1-84/+71
2017-05-02tipc: refactor function tipc_sk_recvmsg()Jon Paul Maloy1-59/+50
2017-04-28tipc: close the connection if protocol messages contain errorsParthasarathy Bhuvaragan1-0/+8
2017-04-28tipc: improve error validations for sockets in CONNECTING stateParthasarathy Bhuvaragan1-3/+22
2017-04-28tipc: Fix missing connection request handlingParthasarathy Bhuvaragan1-2/+1
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-04-25tipc: fix socket flow control accounting error at tipc_recv_streamParthasarathy Bhuvaragan1-1/+1
2017-04-25tipc: fix socket flow control accounting error at tipc_send_streamParthasarathy Bhuvaragan1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-03-29tipc: allow rdm/dgram socketpairsErik Hugne1-4/+16
2017-03-29tipc: add support for stream/seqpacket socketpairsErik Hugne1-2/+12
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-3/+5
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+2
2017-02-17tipc: Fix tipc_sk_reinit race conditionsHerbert Xu1-11/+19
2017-01-25tipc: uninitialized return code in tipc_setsockopt()Dan Carpenter1-2/+1
2017-01-20tipc: make replicast a user selectable optionJon Paul Maloy1-7/+29
2017-01-20tipc: introduce replicast as transport option for multicastJon Paul Maloy1-8/+19
2017-01-03tipc: reduce risk of user starvation during link congestionJon Paul Maloy1-193/+154