summaryrefslogtreecommitdiff
path: root/net/tipc/socket.c
Commit message (Expand)AuthorAge
* tipc: fix missing initializer in tipc_sendmsg()Jon Maloy2018-04-12
* tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang2018-04-08
* tipc: Fix namespace violation in tipc_sk_fill_sock_diagGhantaKrishnamurthy MohanKrishna2018-04-04
* tipc: permit overlapping service ranges in name tableJon Maloy2018-03-31
* tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy2018-03-23
* tipc: step sk->sk_drops when rcv buffer is fullGhantaKrishnamurthy MohanKrishna2018-03-22
* tipc: implement socket diagnostics for AF_TIPCGhantaKrishnamurthy MohanKrishna2018-03-22
* tipc: modify socket iterator for sock_diagGhantaKrishnamurthy MohanKrishna2018-03-22
* tipc: some name changesJon Maloy2018-03-17
* tipc: obsolete TIPC_ZONE_SCOPEJon Maloy2018-03-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-06
|\
| * tipc: correct initial value for group congestion flagJon Maloy2018-02-27
* | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-31
|\
| * tipc: fix race between poll() and setsockopt()Jon Maloy2018-01-19
| * tipc: fix bug during lookup of multicast destination nodesJon Maloy2018-01-15
| * tipc: fix a potental access after delete in tipc_sk_join()Jon Maloy2018-01-15
| * tipc: improve poll() for group member socketJon Maloy2018-01-09
| * tipc: improve groupcast scope handlingJon Maloy2018-01-09
| * tipc: send out join messages as soon as new member is discoveredJon Maloy2018-01-09
| * tipc: create group member event messages when they are neededJon Maloy2018-01-09
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-29
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-16
| |\ \
| * | | rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-11
* | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: annotate ->poll() instancesAl Viro2017-11-27
| |/ /
* | | tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan2017-12-28
| |/ |/|
* | tipc: eliminate potential memory leakJon Maloy2017-12-13
|/
* net: tipc: Convert timers to use timer_setup()Kees Cook2017-11-01
* tipc: fix a dangling pointerCong Wang2017-10-26
* tipc: refactor tipc_sk_timeout() functionJon Maloy2017-10-22
* tipc: fix broken tipc_poll() functionJon Maloy2017-10-21
* tipc: guarantee delivery of UP event before first broadcastJon Maloy2017-10-13
* tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy2017-10-13
* tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy2017-10-13
* tipc: introduce group multicast messagingJon Maloy2017-10-13
* tipc: introduce group anycast messagingJon Maloy2017-10-13
* tipc: introduce group unicast messagingJon Maloy2017-10-13
* tipc: introduce flow control for group broadcast messagesJon Maloy2017-10-13
* tipc: receive group membership events via member socketJon Maloy2017-10-13
* tipc: add second source address to recvmsg()/recvfrom()Jon Maloy2017-10-13
* tipc: introduce communication groupsJon Maloy2017-10-13
* tipc: improve destination linked listJon Maloy2017-10-13
* tipc: add new function for sending multiple small messagesJon Maloy2017-10-13
* tipc: refactor function filter_rcv()Jon Maloy2017-10-13
* tipc: improve address sanity check in tipc_connect()Jon Maloy2017-10-13
* tipc: add ability to order and receive topology events in driverJon Maloy2017-10-13
* tipc: Fix tipc_sk_reinit handling of -EAGAINBob Peterson2017-08-24
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-01