| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-11-27 | tipc: fix lockdep warning during node delete | Jon Maloy | 1 | -2/+5 |
| 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 | tipc: fix link re-establish failure | Jon Maloy | 1 | -4/+7 |
| 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 |
| 2018-04-12 | tipc: fix unbalanced reference counter | Jon Maloy | 3 | -3/+9 |
| 2018-04-08 | tipc: use the right skb in tipc_sk_fill_sock_diag() | Cong Wang | 3 | -6/+6 |
| 2018-04-04 | tipc: Fix namespace violation in tipc_sk_fill_sock_diag | GhantaKrishnamurthy MohanKrishna | 1 | -1/+2 |
| 2018-04-04 | tipc: Fix missing list initializations in struct tipc_subscription | Jon Maloy | 1 | -0/+2 |
| 2018-03-31 | tipc: avoid possible string overflow | Jon Maloy | 1 | -1/+2 |
| 2018-03-31 | tipc: permit overlapping service ranges in name table | Jon Maloy | 7 | -111/+60 |
| 2018-03-31 | tipc: refactor name table translate function | Jon Maloy | 1 | -36/+25 |
| 2018-03-31 | tipc: replace name table service range array with rb tree | Jon Maloy | 6 | -568/+477 |
| 2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
| 2018-03-27 | tipc: tipc_node_create() can be static | Wei Yongjun | 1 | -2/+2 |
| 2018-03-27 | tipc: fix error handling in tipc_udp_enable() | Wei Yongjun | 1 | -1/+2 |
| 2018-03-25 | tipc: tipc_disc_addr_trial_msg() can be static | kbuild test robot | 1 | -7/+7 |
| 2018-03-23 | tipc: obtain node identity from interface by default | Jon Maloy | 3 | -9/+29 |
| 2018-03-23 | tipc: handle collisions of 32-bit node address hash values | Jon Maloy | 11 | -45/+236 |
| 2018-03-23 | tipc: add 128-bit node identifier | Jon Maloy | 11 | -56/+146 |
| 2018-03-23 | tipc: remove direct accesses to own_addr field in struct tipc_net | Jon Maloy | 8 | -49/+42 |
| 2018-03-23 | tipc: allow closest-first lookup algorithm when legacy address is configured | Jon Maloy | 6 | -18/+22 |
| 2018-03-23 | tipc: remove restrictions on node address values | Jon Maloy | 8 | -105/+21 |
| 2018-03-23 | tipc: some cleanups in the file discover.c | Jon Maloy | 4 | -166/+155 |
| 2018-03-23 | tipc: refactor function tipc_enable_bearer() | Jon Maloy | 1 | -66/+70 |
| 2018-03-22 | tipc: step sk->sk_drops when rcv buffer is full | GhantaKrishnamurthy MohanKrishna | 1 | -2/+7 |
| 2018-03-22 | tipc: implement socket diagnostics for AF_TIPC | GhantaKrishnamurthy MohanKrishna | 5 | -6/+203 |
| 2018-03-22 | tipc: modify socket iterator for sock_diag | GhantaKrishnamurthy MohanKrishna | 1 | -24/+41 |
| 2018-03-17 | tipc: some name changes | Jon Maloy | 5 | -103/+106 |
| 2018-03-17 | tipc: merge two lists in struct publication | Jon Maloy | 2 | -13/+12 |
| 2018-03-17 | tipc: remove zone_list member in struct publication | Jon Maloy | 2 | -76/+30 |
| 2018-03-17 | tipc: remove zone publication list in name table | Jon Maloy | 4 | -26/+29 |
| 2018-03-17 | tipc: obsolete TIPC_ZONE_SCOPE | Jon Maloy | 6 | -40/+23 |
| 2018-03-13 | net: Convert tipc_net_ops | Kirill Tkhai | 1 | -0/+1 |
| 2018-03-07 | tipc: bcast: use true and false for boolean values | Gustavo A. R. Silva | 1 | -1/+1 |
| 2018-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -0/+2 |
| 2018-02-27 | tipc: correct initial value for group congestion flag | Jon Maloy | 2 | -0/+2 |
| 2018-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -54/+91 |
| 2018-02-19 | tipc: don't call sock_release() in atomic context | Paolo Abeni | 1 | -1/+1 |
| 2018-02-19 | tipc: fix bug on error path in tipc_topsrv_kern_subscr() | Jon Maloy | 1 | -3/+4 |
| 2018-02-16 | tipc: rename tipc_server to tipc_topsrv | Jon Maloy | 7 | -259/+258 |
| 2018-02-16 | tipc: separate topology server listener socket from subcsriber sockets | Jon Maloy | 1 | -181/+147 |
| 2018-02-16 | tipc: make struct tipc_server private for server.c | Jon Maloy | 5 | -128/+110 |
| 2018-02-16 | tipc: some prefix changes | Jon Maloy | 4 | -56/+54 |
| 2018-02-16 | tipc: collapse subscription creation functions | Jon Maloy | 4 | -43/+22 |
| 2018-02-16 | tipc: simplify endianness handling in topology subscriber | Jon Maloy | 5 | -102/+86 |
| 2018-02-16 | tipc: simplify interaction between subscription and topology connection | Jon Maloy | 5 | -149/+88 |
| 2018-02-16 | tipc: eliminate struct tipc_subscriber | Jon Maloy | 4 | -207/+146 |
| 2018-02-16 | tipc: remove unnecessary function pointers | Jon Maloy | 4 | -37/+20 |
| 2018-02-16 | tipc: remove redundant code in topology server | Jon Maloy | 3 | -35/+9 |
| 2018-02-14 | tipc: apply bearer link tolerance on running links | Jon Maloy | 4 | -4/+32 |
| 2018-02-14 | tipc: Fix missing RTNL lock protection during setting link properties | Ying Xue | 1 | -6/+8 |
| 2018-02-14 | tipc: Introduce __tipc_nl_net_set | Ying Xue | 2 | -3/+13 |
| 2018-02-14 | tipc: Introduce __tipc_nl_media_set | Ying Xue | 2 | -9/+15 |
| 2018-02-14 | tipc: Introduce __tipc_nl_bearer_set | Ying Xue | 2 | -9/+15 |
| 2018-02-14 | tipc: Introduce __tipc_nl_bearer_enable | Ying Xue | 2 | -7/+11 |
| 2018-02-14 | tipc: Introduce __tipc_nl_bearer_disable | Ying Xue | 2 | -6/+14 |
| 2018-02-14 | tipc: Refactor __tipc_nl_compat_doit | Ying Xue | 1 | -14/+15 |
| 2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -3/+2 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -11/+11 |
| 2018-02-08 | tipc: fix skb truesize/datasize ratio control | Hoang Le | 1 | -2/+2 |
| 2018-01-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 14 | -333/+423 |
| 2018-01-30 | Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
| 2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
| 2018-01-19 | tipc: fix race between poll() and setsockopt() | Jon Maloy | 3 | -17/+13 |
| 2018-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -12/+14 |
| 2018-01-16 | tipc: fix race condition at topology server receive | Jon Maloy | 3 | -46/+51 |
| 2018-01-15 | tipc: fix bug during lookup of multicast destination nodes | Jon Maloy | 3 | -8/+4 |
| 2018-01-15 | tipc: fix a memory leak in tipc_nl_node_get_link() | Cong Wang | 1 | -12/+14 |
| 2018-01-15 | tipc: fix a potental access after delete in tipc_sk_join() | Jon Maloy | 1 | -0/+1 |
| 2018-01-09 | tipc: improve poll() for group member socket | Jon Maloy | 3 | -33/+41 |
| 2018-01-09 | tipc: improve groupcast scope handling | Jon Maloy | 8 | -71/+96 |
| 2018-01-09 | tipc: add option to suppress PUBLISH events for pre-existing publications | Jon Maloy | 6 | -15/+21 |
| 2018-01-09 | tipc: send out join messages as soon as new member is discovered | Jon Maloy | 4 | -42/+68 |
| 2018-01-09 | tipc: simplify group LEAVE sequence | Jon Maloy | 1 | -31/+9 |
| 2018-01-09 | tipc: create group member event messages when they are needed | Jon Maloy | 3 | -44/+56 |
| 2018-01-09 | tipc: adjustment to group member FSM | Jon Maloy | 1 | -3/+2 |
| 2018-01-09 | tipc: let group member stay in JOINED mode if unable to reclaim | Jon Maloy | 1 | -12/+22 |
| 2018-01-09 | tipc: a couple of cleanups | Jon Maloy | 1 | -14/+8 |
| 2018-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+18 |
| 2018-01-08 | net: tipc: remove unused hardirq.h | Yang Shi | 1 | -1/+0 |
| 2018-01-05 | tipc: simplify small window members' sorting algorithm | Jon Maloy | 1 | -9/+4 |
| 2018-01-05 | tipc: some clarifying name changes | Jon Maloy | 1 | -23/+23 |
| 2018-01-02 | tipc: fix problems with multipoint-to-point flow control | Jon Maloy | 1 | -4/+18 |
| 2017-12-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -13/+31 |
| 2017-12-28 | tipc: fix hanging poll() for stream sockets | Parthasarathy Bhuvaragan | 1 | -1/+1 |
| 2017-12-27 | tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error path | Tommi Rantala | 1 | -1/+5 |
| 2017-12-27 | tipc: error path leak fixes in tipc_enable_bearer() | Tommi Rantala | 1 | -1/+4 |
| 2017-12-26 | tipc: fix memory leak of group member when peer node is lost | Jon Maloy | 1 | -9/+18 |
| 2017-12-26 | tipc: base group replicast ack counter on number of actual receivers | Jon Maloy | 1 | -1/+3 |
| 2017-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -8/+8 |
| 2017-12-20 | tipc: remove joining group member from congested list | Jon Maloy | 1 | -4/+2 |
| 2017-12-19 | tipc: fix list sorting bug in function tipc_group_update_member() | Jon Maloy | 1 | -2/+1 |
| 2017-12-18 | tipc: remove leaving group member from all lists | Jon Maloy | 1 | -2/+4 |
| 2017-12-18 | tipc: fix lost member events bug | Jon Maloy | 1 | -0/+1 |
| 2017-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2017-12-13 | tipc: eliminate potential memory leak | Jon Maloy | 1 | -1/+1 |
| 2017-12-11 | rhashtable: Change rhashtable_walk_start to return void | Tom Herbert | 1 | -4/+2 |
| 2017-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
| 2017-12-05 | tipc: fix memory leak in tipc_accept_from_sock() | Jon Maloy | 1 | -0/+1 |
| 2017-12-05 | tipc: fix a null pointer deref on error path | Cong Wang | 1 | -1/+1 |
| 2017-12-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+0 |
| 2017-12-02 | tipc: switch to sock_recvmsg() | Al Viro | 1 | -2/+2 |
| 2017-12-01 | tipc: fall back to smaller MTU if allocation of local send skb fails | Jon Maloy | 4 | -13/+55 |
| 2017-12-01 | tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv() | Tommi Rantala | 1 | -4/+0 |
| 2017-11-27 | net: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
| 2017-11-27 | tipc: eliminate access after delete in group_filter_msg() | Jon Maloy | 1 | -1/+1 |
| 2017-11-21 | tipc: fix access of released memory | Jon Maloy | 1 | -1/+1 |
| 2017-11-16 | tipc: enforce valid ratio between skb truesize and contents | Jon Maloy | 3 | -9/+24 |
| 2017-11-11 | tipc: improve link resiliency when rps is activated | Jon Maloy | 2 | -11/+25 |
| 2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2017-11-03 | tipc: eliminate unnecessary probing | Jon Maloy | 1 | -1/+10 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-11-01 | net: tipc: Convert timers to use timer_setup() | Kees Cook | 5 | -18/+18 |
| 2017-10-26 | tipc: fix a dangling pointer | Cong Wang | 1 | -1/+3 |
| 2017-10-26 | tipc: eliminate KASAN warning | Jon Maloy | 1 | -1/+1 |
| 2017-10-22 | tipc: refactor tipc_sk_timeout() function | Jon Maloy | 1 | -26/+23 |
| 2017-10-21 | tipc: fix broken tipc_poll() function | Jon Maloy | 1 | -3/+2 |