summaryrefslogtreecommitdiff
path: root/net/tipc/socket.c
AgeCommit message (Expand)Author
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-03-29tipc: fix htmldoc and smatch warningsJon Maloy
2021-03-29net:tipc: Fix a double free in tipc_sk_mcast_rcvLv Yunlong
2021-03-17tipc: simplify signature of tipc_find_service()Jon Maloy
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_group()Jon Maloy
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()Jon Maloy
2021-03-17tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()Jon Maloy
2021-03-17tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Jon Maloy
2021-03-17tipc: rename binding table lookup functionsJon Maloy
2021-03-17tipc: simplify signature of tipc_nametbl_withdraw() functionsJon Maloy
2021-03-17tipc: simplify signature of tipc_namtbl_publish()Jon Maloy
2021-03-17tipc: re-organize members of struct publicationJon Maloy
2020-12-01net/tipc: fix all function Return: notationRandy Dunlap
2020-12-01net/tipc: fix socket.c kernel-docRandy Dunlap
2020-12-01net/tipc: fix various kernel-doc warningsRandy Dunlap
2020-11-27tipc: update address terminology in codeJon Maloy
2020-11-27tipc: refactor tipc_sk_bind() functionJon Maloy
2020-10-30tipc: add stricter control of reserved service typesJon Maloy
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-18net: tipc: delete duplicated wordsRandy Dunlap
2020-09-10tipc: fix shutdown() of connection oriented socketTetsuo Handa
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-02tipc: fix shutdown() of connectionless socketTetsuo Handa
2020-08-31tipc: Remove unused macro TIPC_FWD_MSGYueHaibing
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-13net: tipc: kerneldoc fixesAndrew Lunn
2020-06-11tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien
2020-06-01tipc: Fix NULL pointer dereference in __tipc_sendstream()YueHaibing
2020-05-28tipc: call tsk_set_importance from tipc_topsrv_create_listenerChristoph Hellwig
2020-05-26tipc: add test for Nagle algorithm effectivenessTuong Lien
2020-05-13tipc: fix large latency in smart Nagle streamingTuong Lien
2020-03-26tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le
2020-02-10tipc: fix successful connect() but timed outTuong Lien
2020-01-08tipc: fix wrong connect() return codeTuong Lien
2020-01-08tipc: fix link overflow issue at socket shutdownTuong Lien
2019-12-10tipc: fix retrans failure due to wrong destinationTuong Lien
2019-11-28tipc: fix duplicate SYN messages under link congestionTung Nguyen
2019-11-28tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen
2019-11-28tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen
2019-11-28tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen
2019-11-23net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-30tipc: add smart nagle featureJon Maloy
2019-10-29tipc: improve throughput between nodes in netnsHoang Le
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet