| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-08-01 | tipc: compat: allow tipc commands without arguments | Taras Kondratiuk | 1 | -4/+7 |
| 2019-07-30 | tipc: fix unitilized skb list crash | Jon Maloy | 1 | -2/+1 |
| 2019-07-21 | tipc: Fix a typo | Christophe JAILLET | 1 | -1/+1 |
| 2019-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -0/+1 |
| 2019-07-18 | proc/sysctl: add shared variables for range check | Matteo Croce | 1 | -4/+2 |
| 2019-07-17 | tipc: initialize 'validated' field of received packets | Jon Maloy | 1 | -0/+1 |
| 2019-07-12 | tipc: ensure head->lock is initialised | Chris Packham | 1 | -1/+1 |
| 2019-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 8 | -107/+146 |
| 2019-07-09 | Merge tag 'docs-5.3' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
| 2019-07-07 | tipc: use rcu dereference functions properly | Xin Long | 2 | -11/+11 |
| 2019-07-02 | tipc: remove ub->ubsock checks | Xin Long | 1 | -9/+8 |
| 2019-07-01 | tipc: embed jiffies in macro TIPC_BC_RETR_LIM | Jon Maloy | 1 | -5/+4 |
| 2019-06-27 | tipc: add dst_cache support for udp media | Xin Long | 1 | -25/+47 |
| 2019-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -9/+21 |
| 2019-06-25 | tipc: rename function msg_get_wrapped() to msg_inner_hdr() | Jon Maloy | 4 | -6/+6 |
| 2019-06-25 | tipc: eliminate unnecessary skb expansion during retransmission | Jon Maloy | 1 | -1/+1 |
| 2019-06-25 | tipc: simplify stale link failure criteria | Jon Maloy | 1 | -7/+2 |
| 2019-06-24 | tipc: check msg->req data len in tipc_nl_compat_bearer_disable | Xin Long | 1 | -3/+15 |
| 2019-06-24 | tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_set | Xin Long | 1 | -10/+0 |
| 2019-06-24 | tipc: fix missing indentation in source code | john.rutherford@dektech.com.au | 1 | -1/+1 |
| 2019-06-22 | tipc: change to use register_pernet_device | Xin Long | 1 | -6/+6 |
| 2019-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -9/+10 |
| 2019-06-18 | tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skb | Xin Long | 1 | -5/+3 |
| 2019-06-18 | tipc: fix issues with early FAILOVER_MSG from peer | Tuong Lien | 2 | -4/+7 |
| 2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2019-06-17 | tipc: include retrans failure detection for unicast | Tuong Lien | 1 | -36/+70 |
| 2019-06-16 | tipc: purge deferredq list for each grp member in tipc_group_delete | Xin Long | 1 | -0/+1 |
| 2019-06-14 | docs: kbuild: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2019-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 3 | -10/+27 |
| 2019-05-21 | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-20 | tipc: fix modprobe tipc failed after switch order of device registration | Junwei Hu | 3 | -10/+27 |
| 2019-05-17 | Revert "tipc: fix modprobe tipc failed after switch order of device registrat... | David S. Miller | 1 | -7/+7 |
| 2019-05-17 | tipc: fix modprobe tipc failed after switch order of device registration | Junwei Hu | 1 | -7/+7 |
| 2019-05-16 | tipc: switch order of device registration to fix a crash | Junwei Hu | 1 | -7/+7 |
| 2019-05-09 | tipc: fix hanging clients using poll with EPOLLOUT flag | Parthasarathy Bhuvaragan | 1 | -2/+2 |
| 2019-05-04 | tipc: fix missing Name entries due to half-failover | Tuong Lien | 3 | -7/+84 |
| 2019-04-27 | genetlink: optionally validate strictly/dumps | Johannes Berg | 2 | -0/+22 |
| 2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg | 8 | -86/+90 |
| 2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 10 | -36/+36 |
| 2019-04-26 | tipc: remove rcu_read_unlock() left in tipc_udp_recv() | Eric Dumazet | 1 | -1/+0 |
| 2019-04-24 | tipc: tipc_udp_recv() cleanup vs rcu verbs | Eric Dumazet | 1 | -6/+3 |
| 2019-04-19 | tipc: introduce new socket option TIPC_SOCK_RECVQ_USED | Tung Nguyen | 1 | -0/+3 |
| 2019-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -3/+10 |
| 2019-04-16 | tipc: set sysctl_tipc_rmem and named_timeout right range | Jie Liu | 1 | -2/+6 |
| 2019-04-16 | tipc: fix link established but not in session | Tuong Lien | 1 | -0/+2 |
| 2019-04-11 | tipc: use standard write_lock & unlock functions when creating node | Jon Maloy | 1 | -2/+3 |
| 2019-04-10 | tipc: missing entries in name table of publications | Hoang Le | 1 | -1/+2 |
| 2019-04-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+20 |
| 2019-04-04 | tipc: adapt link failover for new Gap-ACK algorithm | Tuong Lien | 1 | -26/+80 |
| 2019-04-04 | tipc: reduce duplicate packets for unicast traffic | Tuong Lien | 2 | -10/+37 |
| 2019-04-04 | tipc: improve TIPC throughput by Gap ACK blocks | Tuong Lien | 3 | -12/+159 |
| 2019-04-04 | tipc: add NULL pointer check | Hoang Le | 1 | -0/+3 |
| 2019-03-31 | tipc: handle the err returned from cmd header function | Xin Long | 1 | -2/+8 |
| 2019-03-31 | tipc: check link name with right length in tipc_nl_compat_link_set | Xin Long | 1 | -1/+6 |
| 2019-03-31 | tipc: check bearer name with right length in tipc_nl_compat_bearer_enable | Xin Long | 1 | -1/+6 |
| 2019-03-29 | ipv6: Move ipv6 stubs to a separate header file | David Ahern | 1 | -1/+1 |
| 2019-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -7/+6 |
| 2019-03-26 | tipc: fix return value check in tipc_mcast_send_sync() | Wei Yongjun | 1 | -1/+1 |
| 2019-03-26 | tipc: change to check tipc_own_id to return in tipc_net_stop | Xin Long | 1 | -4/+1 |
| 2019-03-23 | tipc: tipc clang warning | Jon Maloy | 1 | -3/+4 |
| 2019-03-22 | genetlink: make policy common to family | Johannes Berg | 1 | -21/+1 |
| 2019-03-21 | tipc: fix a null pointer deref | Hoang Le | 3 | -3/+6 |
| 2019-03-21 | tipc: fix use-after-free in tipc_sk_filter_rcv | Hoang Le | 1 | -1/+2 |
| 2019-03-21 | tipc: fix cancellation of topology subscriptions | Erik Hugne | 1 | -0/+1 |
| 2019-03-19 | tipc: smooth change between replicast and broadcast | Hoang Le | 4 | -1/+184 |
| 2019-03-19 | tipc: introduce new capability flag for cluster | Hoang Le | 4 | -2/+27 |
| 2019-03-19 | tipc: support broadcast/replicast configurable for bc-link | Hoang Le | 4 | -5/+118 |
| 2019-03-17 | tipc: allow service ranges to be connect()'ed on RDM/DGRAM | Erik Hugne | 1 | -5/+15 |
| 2019-03-16 | net: tipc: fix a missing check for nla_nest_start | Kangjie Lu | 1 | -0/+2 |
| 2019-03-16 | net: tipc: fix a missing check of nla_nest_start | Kangjie Lu | 1 | -0/+3 |
| 2019-03-05 | tipc: fix RDM/DGRAM connect() regression | Erik Hugne | 1 | -1/+1 |
| 2019-03-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+5 |
| 2019-02-26 | tipc: fix race condition causing hung sendto | Tung Nguyen | 1 | -1/+5 |
| 2019-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+6 |
| 2019-02-21 | tipc: improve function tipc_wait_for_rcvmsg() | Tung Nguyen | 1 | -4/+5 |
| 2019-02-21 | tipc: improve function tipc_wait_for_cond() | Tung Nguyen | 1 | -1/+1 |
| 2019-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -6/+44 |
| 2019-02-11 | tipc: fix link session and re-establish issues | Tuong Lien | 3 | -5/+43 |
| 2019-02-11 | tipc: fix skb may be leaky in tipc_link_input | Hoang Le | 1 | -1/+1 |
| 2019-01-24 | tipc: remove dead code in struct tipc_topsrv | Zhaolong Zhang | 1 | -3/+0 |
| 2019-01-23 | tipc: mark expected switch fall-throughs | Gustavo A. R. Silva | 2 | -3/+3 |
| 2019-01-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+50 |
| 2019-01-17 | tipc: remove unneeded semicolon in trace.c | YueHaibing | 1 | -2/+2 |
| 2019-01-15 | tipc: fix uninit-value in tipc_nl_compat_doit | Ying Xue | 1 | -1/+1 |
| 2019-01-15 | tipc: fix uninit-value in tipc_nl_compat_name_table_dump | Ying Xue | 1 | -0/+2 |
| 2019-01-15 | tipc: fix uninit-value in tipc_nl_compat_link_set | Ying Xue | 1 | -0/+5 |
| 2019-01-15 | tipc: fix uninit-value in tipc_nl_compat_bearer_enable | Ying Xue | 1 | -0/+26 |
| 2019-01-15 | tipc: fix uninit-value in tipc_nl_compat_link_reset_stats | Ying Xue | 1 | -0/+15 |
| 2019-01-15 | tipc: fix uninit-value in in tipc_conn_rcv_sub | Ying Xue | 1 | -1/+1 |
| 2019-01-07 | tipc: fix memory leak in tipc_nl_compat_publ_dump | Gustavo A. R. Silva | 1 | -1/+3 |
| 2018-12-27 | tipc: fix a missing check of genlmsg_put | Kangjie Lu | 1 | -0/+2 |
| 2018-12-27 | tipc: fix a double free in tipc_enable_bearer() | Cong Wang | 1 | -1/+0 |
| 2018-12-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+5 |
| 2018-12-24 | net/netlink_compat: Fix a missing check of nla_parse_nested | Aditya Pakki | 1 | -2/+5 |
| 2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -19/+30 |
| 2018-12-19 | tipc: fix uninitialized value for broadcast retransmission | Hoang Le | 1 | -0/+8 |
| 2018-12-19 | tipc: add trace_events for tipc bearer | Tuong Lien | 2 | -0/+45 |
| 2018-12-19 | tipc: add trace_events for tipc node | Tuong Lien | 2 | -0/+24 |
| 2018-12-19 | tipc: add trace_events for tipc socket | Tuong Lien | 5 | -9/+176 |
| 2018-12-19 | tipc: add trace_events for tipc link | Tuong Lien | 4 | -2/+164 |
| 2018-12-19 | tipc: enable tracepoints in tipc | Tuong Lien | 11 | -5/+716 |
| 2018-12-18 | tipc: handle broadcast NAME_DISTRIBUTOR packet when receiving it | Zhenbo Gao | 1 | -0/+4 |
| 2018-12-18 | tipc: check group dests after tipc_wait_for_cond() | Cong Wang | 1 | -4/+5 |
| 2018-12-14 | tipc: check tsk->group in tipc_wait_for_cond() | Cong Wang | 1 | -11/+14 |
| 2018-12-14 | tipc: compare remote and local protocols in tipc_udp_enable() | Cong Wang | 1 | -0/+5 |
| 2018-12-14 | tipc: fix a double kfree_skb() | Cong Wang | 1 | -3/+1 |
| 2018-12-14 | tipc: use lock_sock() in tipc_sk_reinit() | Cong Wang | 1 | -2/+6 |
| 2018-12-05 | tipc: fix node keep alive interval calculation | Hoang Le | 1 | -0/+6 |
| 2018-11-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+5 |
| 2018-11-27 | tipc: fix lockdep warning during node delete | Jon Maloy | 1 | -2/+5 |
| 2018-11-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -22/+59 |
| 2018-11-17 | tipc: don't assume linear buffer when reading ancillary data | Jon Maloy | 1 | -4/+11 |
| 2018-11-17 | tipc: fix lockdep warning when reinitilaizing sockets | Jon Maloy | 3 | -18/+48 |
| 2018-11-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+7 |
| 2018-11-11 | tipc: fix link re-establish failure | Jon Maloy | 1 | -4/+7 |
| 2018-11-11 | tipc: improve broadcast retransmission algorithm | LUU Duc Canh | 2 | -46/+14 |
| 2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+1 |
| 2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 1 | -1/+1 |
| 2018-10-23 | Revert "net: simplify sock_poll_wait" | Karsten Graul | 1 | -1/+1 |
| 2018-10-22 | tipc: eliminate message disordering during binding table update | Jon Maloy | 3 | -8/+12 |
| 2018-10-22 | tipc: use destination length for copy string | Guoqing Jiang | 1 | -1/+1 |
| 2018-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -2/+4 |
| 2018-10-18 | tipc: fix info leak from kernel tipc_event | Jon Maloy | 1 | -0/+1 |
| 2018-10-15 | tipc: fix unsafe rcu locking when accessing publication list | Tung Nguyen | 1 | -2/+2 |
| 2018-10-15 | tipc: initialize broadcast link stale counter correctly | Jon Maloy | 1 | -0/+1 |
| 2018-10-15 | tipc: support binding to specific ip address when activating UDP bearer | Hoang Le | 1 | -3/+15 |
| 2018-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -9/+32 |
| 2018-10-11 | tipc: eliminate possible recursive locking detected by LOCKDEP | Ying Xue | 1 | -2/+9 |
| 2018-10-10 | tipc: queue socket protocol error messages into socket receive buffer | Parthasarathy Bhuvaragan | 1 | -2/+12 |
| 2018-10-10 | tipc: set link tolerance correctly in broadcast link | Jon Maloy | 1 | -5/+11 |
| 2018-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -8/+70 |
| 2018-10-01 | tipc: ignore STATE_MSG on wrong link session | LUU Duc Canh | 2 | -2/+6 |
| 2018-09-29 | tipc: fix failover problem | LUU Duc Canh | 3 | -0/+49 |
| 2018-09-29 | tipc: buffer overflow handling in listener socket | Tung Nguyen | 3 | -6/+64 |
| 2018-09-29 | tipc: add SYN bit to connection setup messages | Jon Maloy | 3 | -5/+22 |
| 2018-09-29 | tipc: refactor function tipc_sk_filter_connect() | Jon Maloy | 1 | -58/+43 |
| 2018-09-29 | tipc: refactor function tipc_sk_timeout() | Jon Maloy | 1 | -24/+38 |
| 2018-09-29 | tipc: refactor function tipc_msg_reverse() | Jon Maloy | 1 | -30/+28 |
| 2018-09-25 | tipc: lock wakeup & inputq at tipc_link_reset() | Parthasarathy Bhuvaragan | 1 | -1/+6 |
| 2018-09-25 | tipc: reset bearer if device carrier not ok | Parthasarathy Bhuvaragan | 1 | -5/+7 |
| 2018-09-25 | tipc: fix flow control accounting for implicit connect | Parthasarathy Bhuvaragan | 1 | -1/+3 |
| 2018-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -6/+18 |
| 2018-09-12 | tipc: check return value of __tipc_dump_start() | Cong Wang | 1 | -1/+4 |
| 2018-09-10 | net: Add and use skb_mark_not_on_list(). | David S. Miller | 1 | -1/+1 |
| 2018-09-06 | tipc: call start and done ops directly in __tipc_nl_compat_dumpit() | Cong Wang | 3 | -6/+14 |
| 2018-09-05 | tipc: orphan sock in tipc_release() | Cong Wang | 1 | -0/+1 |
| 2018-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 8 | -43/+68 |
| 2018-09-03 | tipc: correct spelling errors for tipc_topsrv_queue_evt() comments | Zhenbo Gao | 1 | -2/+2 |
| 2018-09-03 | tipc: correct spelling errors for struct tipc_bc_base's comment | Zhenbo Gao | 1 | -2/+2 |
| 2018-09-03 | tipc: correct structure parameter comments for topsrv | Zhenbo Gao | 1 | -8/+2 |
| 2018-08-29 | tipc: switch to rhashtable iterator | Cong Wang | 4 | -26/+56 |
| 2018-08-29 | tipc: fix a missing rhashtable_walk_exit() | Cong Wang | 1 | -0/+2 |
| 2018-08-27 | tipc: fix the big/little endian issue in tipc_dest | Haiqing Bai | 2 | -13/+6 |
| 2018-08-09 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+1 |
| 2018-08-07 | tipc: fix an interrupt unsafe locking scenario | Ying Xue | 1 | -3/+1 |
| 2018-08-01 | net/tipc: remove redundant variables 'tn' and 'oport' | Colin Ian King | 1 | -4/+1 |
| 2018-07-30 | net: simplify sock_poll_wait | Christoph Hellwig | 1 | -1/+1 |
| 2018-07-27 | net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init() | Jia-Ju Bai | 1 | -1/+1 |
| 2018-07-27 | net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init() | Jia-Ju Bai | 1 | -1/+1 |
| 2018-07-26 | tipc: add missing dev_put() on error in tipc_enable_l2_media | YueHaibing | 1 | -0/+1 |
| 2018-07-21 | tipc: make some functions static | YueHaibing | 3 | -8/+10 |
| 2018-07-20 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 3 | -15/+27 |
| 2018-07-20 | tipc: make link capability update thread safe | Jon Maloy | 1 | -0/+4 |
| 2018-07-18 | tipc: remove unused tipc_group_size | YueHaibing | 1 | -5/+0 |
| 2018-07-18 | tipc: remove unused tipc_link_is_active | YueHaibing | 1 | -5/+0 |
| 2018-07-11 | tipc: check session number before accepting link protocol messages | Jon Maloy | 3 | -22/+52 |
| 2018-07-11 | tipc: add sequence number check for link STATE messages | Jon Maloy | 4 | -6/+32 |
| 2018-07-07 | tipc: extend link reset criteria for stale packet retransmission | Jon Maloy | 1 | -19/+24 |
| 2018-07-07 | tipc: make function tipc_net_finalize() thread safe | Jon Maloy | 1 | -6/+11 |
| 2018-07-07 | tipc: fix correct setting of message type in second discoverer | Jon Maloy | 1 | -6/+7 |
| 2018-07-07 | tipc: correct discovery message handling during address trial period | Jon Maloy | 1 | -1/+4 |
| 2018-07-07 | tipc: fix wrong return value from function tipc_node_try_addr() | Jon Maloy | 1 | -2/+5 |
| 2018-07-05 | tipc: mark expected switch fall-throughs | Gustavo A. R. Silva | 2 | -0/+2 |
| 2018-07-03 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+9 |
| 2018-06-30 | tipc: extend sock diag for group communication | GhantaKrishnamurthy MohanKrishna | 3 | -0/+38 |
| 2018-06-30 | tipc: Auto removal of peer down node instance | GhantaKrishnamurthy MohanKrishna | 1 | -11/+55 |
| 2018-06-30 | tipc: optimize function tipc_node_timeout() | Tung Nguyen | 1 | -3/+5 |
| 2018-06-30 | tipc: eliminate buffer cloning in function tipc_msg_extract() | Tung Nguyen | 1 | -20/+15 |
| 2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -5/+9 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -2/+3 |
| 2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 8 | -59/+143 |
| 2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -9/+5 |
| 2018-05-26 | net/tipc: convert to ->poll_mask | Christoph Hellwig | 1 | -9/+5 |
| 2018-05-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -3/+15 |
| 2018-05-10 | tipc: fix one byte leak in tipc_sk_set_orig_addr() | Eric Dumazet | 1 | -1/+2 |
| 2018-05-10 | tipc: clean up removal of binding table items | Jon Maloy | 1 | -50/+53 |
| 2018-05-10 | tipc: eliminate KMSAN uninit-value in strcmp complaint | Ying Xue | 1 | -2/+13 |
| 2018-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2018-04-27 | tipc: introduce ioctl for fetching node identity | Jon Maloy | 3 | -2/+33 |
| 2018-04-27 | tipc: fix bug in function tipc_nl_node_dump_monitor | Jon Maloy | 1 | -1/+1 |
| 2018-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 8 | -25/+40 |
| 2018-04-20 | tipc: confgiure and apply UDP bearer MTU on running links | GhantaKrishnamurthy MohanKrishna | 3 | -5/+25 |
| 2018-04-20 | tipc: implement configuration of UDP media MTU | GhantaKrishnamurthy MohanKrishna | 3 | -0/+30 |
| 2018-04-20 | tipc: set default MTU for UDP media | GhantaKrishnamurthy MohanKrishna | 1 | -2/+2 |
| 2018-04-18 | tipc: fix infinite loop when dumping link monitor summary | Tung Nguyen | 2 | -8/+5 |
| 2018-04-18 | tipc: fix use-after-free in tipc_nametbl_stop | Jon Maloy | 1 | -12/+17 |
| 2018-04-16 | tipc: fix possible crash in __tipc_nl_net_set() | Eric Dumazet | 2 | -0/+4 |
| 2018-04-16 | tipc: add policy for TIPC_NLA_NET_ADDR | Eric Dumazet | 1 | -1/+2 |
| 2018-04-12 | tipc: fix missing initializer in tipc_sendmsg() | Jon Maloy | 1 | -1/+3 |