aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-24tipc: remove dead code in struct tipc_topsrvZhaolong Zhang1-3/+0
2019-01-23tipc: mark expected switch fall-throughsGustavo A. R. Silva2-3/+3
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+50
2019-01-17tipc: remove unneeded semicolon in trace.cYueHaibing1-2/+2
2019-01-15tipc: fix uninit-value in tipc_nl_compat_doitYing Xue1-1/+1
2019-01-15tipc: fix uninit-value in tipc_nl_compat_name_table_dumpYing Xue1-0/+2
2019-01-15tipc: fix uninit-value in tipc_nl_compat_link_setYing Xue1-0/+5
2019-01-15tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue1-0/+26
2019-01-15tipc: fix uninit-value in tipc_nl_compat_link_reset_statsYing Xue1-0/+15
2019-01-15tipc: fix uninit-value in in tipc_conn_rcv_subYing Xue1-1/+1
2019-01-07tipc: fix memory leak in tipc_nl_compat_publ_dumpGustavo A. R. Silva1-1/+3
2018-12-27tipc: fix a missing check of genlmsg_putKangjie Lu1-0/+2
2018-12-27tipc: fix a double free in tipc_enable_bearer()Cong Wang1-1/+0
2018-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2018-12-24net/netlink_compat: Fix a missing check of nla_parse_nestedAditya Pakki1-2/+5
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-19/+30
2018-12-19tipc: fix uninitialized value for broadcast retransmissionHoang Le1-0/+8
2018-12-19tipc: add trace_events for tipc bearerTuong Lien2-0/+45
2018-12-19tipc: add trace_events for tipc nodeTuong Lien2-0/+24
2018-12-19tipc: add trace_events for tipc socketTuong Lien5-9/+176
2018-12-19tipc: add trace_events for tipc linkTuong Lien4-2/+164
2018-12-19tipc: enable tracepoints in tipcTuong Lien11-5/+716
2018-12-18tipc: handle broadcast NAME_DISTRIBUTOR packet when receiving itZhenbo Gao1-0/+4
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: compare remote and local protocols in tipc_udp_enable()Cong Wang1-0/+5
2018-12-14tipc: fix a double kfree_skb()Cong Wang1-3/+1
2018-12-14tipc: use lock_sock() in tipc_sk_reinit()Cong Wang1-2/+6
2018-12-05tipc: fix node keep alive interval calculationHoang Le1-0/+6
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2018-11-27tipc: fix lockdep warning during node deleteJon Maloy1-2/+5
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-22/+59
2018-11-17tipc: don't assume linear buffer when reading ancillary dataJon Maloy1-4/+11
2018-11-17tipc: fix lockdep warning when reinitilaizing socketsJon Maloy3-18/+48
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2018-11-11tipc: fix link re-establish failureJon Maloy1-4/+7
2018-11-11tipc: improve broadcast retransmission algorithmLUU Duc Canh2-46/+14
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-10-22tipc: eliminate message disordering during binding table updateJon Maloy3-8/+12
2018-10-22tipc: use destination length for copy stringGuoqing Jiang1-1/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+4
2018-10-18tipc: fix info leak from kernel tipc_eventJon Maloy1-0/+1
2018-10-15tipc: fix unsafe rcu locking when accessing publication listTung Nguyen1-2/+2
2018-10-15tipc: initialize broadcast link stale counter correctlyJon Maloy1-0/+1
2018-10-15tipc: support binding to specific ip address when activating UDP bearerHoang Le1-3/+15
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+32
2018-10-11tipc: eliminate possible recursive locking detected by LOCKDEPYing Xue1-2/+9
2018-10-10tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan1-2/+12