Age | Commit message (Expand) | Author | Files | Lines |
2018-08-07 | tipc: fix an interrupt unsafe locking scenario | Ying Xue | 1 | -3/+1 |
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-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -5/+9 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -2/+3 |
2018-06-07 | 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-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -3/+15 |
2018-05-11 | 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-17 | tipc: fix possible crash in __tipc_nl_net_set() | Eric Dumazet | 2 | -0/+4 |
2018-04-17 | tipc: add policy for TIPC_NLA_NET_ADDR | Eric Dumazet | 1 | -1/+2 |
2018-04-13 | tipc: fix missing initializer in tipc_sendmsg() | Jon Maloy | 1 | -1/+3 |
2018-04-13 | 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-04-01 | tipc: avoid possible string overflow | Jon Maloy | 1 | -1/+2 |
2018-04-01 | tipc: permit overlapping service ranges in name table | Jon Maloy | 7 | -111/+60 |
2018-04-01 | tipc: refactor name table translate function | Jon Maloy | 1 | -36/+25 |
2018-04-01 | 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-26 | 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-18 | tipc: some name changes | Jon Maloy | 5 | -103/+106 |