| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | net/tipc: fix all function Return: notation | Randy Dunlap | 2020-12-01 | 9 | -68/+68 |
* | | net/tipc: fix socket.c kernel-doc | Randy Dunlap | 2020-12-01 | 1 | -2/+29 |
* | | net/tipc: fix node.c kernel-doc | Randy Dunlap | 2020-12-01 | 1 | -1/+25 |
* | | net/tipc: fix name_table.c kernel-doc | Randy Dunlap | 2020-12-01 | 1 | -7/+35 |
* | | net/tipc: fix name_distr.c kernel-doc | Randy Dunlap | 2020-12-01 | 1 | -0/+27 |
* | | net/tipc: fix link.c kernel-doc | Randy Dunlap | 2020-12-01 | 1 | -2/+36 |
* | | net/tipc: fix bearer.c for kernel-doc | Randy Dunlap | 2020-12-01 | 1 | -1/+19 |
* | | net/tipc: fix various kernel-doc warnings | Randy Dunlap | 2020-12-01 | 9 | -19/+40 |
* | | net/tipc: fix tipc header files for kernel-doc | Randy Dunlap | 2020-12-01 | 5 | -14/+24 |
* | | tipc: update address terminology in code | Jon Maloy | 2020-11-27 | 8 | -36/+41 |
* | | tipc: make node number calculation reproducible | Jon Maloy | 2020-11-27 | 3 | -4/+16 |
* | | tipc: refactor tipc_sk_bind() function | Jon Maloy | 2020-11-27 | 1 | -36/+30 |
* | | treewide: rename nla_strlcpy to nla_strscpy. | Francis Laniel | 2020-11-16 | 1 | -1/+1 |
* | | tipc: fix -Wstringop-truncation warnings | Wenlin Kang | 2020-11-13 | 1 | -4/+1 |
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2020-11-12 | 1 | -2/+8 |
|\| |
|
| * | tipc: fix memory leak in tipc_topsrv_start() | Wang Hai | 2020-11-11 | 1 | -2/+8 |
* | | tipc: remove unneeded semicolon | Tom Rix | 2020-11-02 | 2 | -2/+2 |
* | | tipc: remove dead code in tipc_net and relatives | Hoang Huu Le | 2020-10-30 | 3 | -24/+0 |
* | | net: tipc: Add __printf() markup to fix -Wsuggest-attribute=format | Andrew Lunn | 2020-10-30 | 1 | -1/+2 |
* | | net: tipc: Fix parameter types passed to %s formater | Andrew Lunn | 2020-10-30 | 1 | -1/+1 |
* | | tipc: add stricter control of reserved service types | Jon Maloy | 2020-10-30 | 3 | -12/+21 |
|/ |
|
* | Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2020-10-29 | 1 | -3/+2 |
|\ |
|
| * | tipc: fix memory leak caused by tipc_buf_append() | Tung Nguyen | 2020-10-29 | 1 | -3/+2 |
* | | mm: remove kzfree() compatibility definition | Eric Biggers | 2020-10-25 | 1 | -2/+2 |
|/ |
|
* | tipc: fix incorrect setting window for bcast link | Hoang Huu Le | 2020-10-16 | 1 | -2/+4 |
* | tipc: re-configure queue limit for broadcast link | Hoang Huu Le | 2020-10-16 | 1 | -1/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2020-10-15 | 3 | -3/+12 |
|\ |
|
| * | tipc: fix NULL pointer dereference in tipc_named_rcv | Hoang Huu Le | 2020-10-09 | 2 | -2/+10 |
| * | tipc: fix the skb_unshare() in tipc_buf_append() | Cong Wang | 2020-10-09 | 1 | -1/+2 |
* | | genetlink: move to smaller ops wherever possible | Jakub Kicinski | 2020-10-02 | 1 | -3/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-09-22 | 4 | -10/+15 |
|\| |
|
| * | net: tipc: kerneldoc fixes | Lu Wei | 2020-09-15 | 1 | -1/+2 |
| * | tipc: use skb_unshare() instead in tipc_buf_append() | Xin Long | 2020-09-14 | 1 | -1/+2 |
| * | tipc: Fix memory leak in tipc_group_create_member() | Peilin Ye | 2020-09-14 | 1 | -4/+10 |
| * | tipc: fix shutdown() of connection oriented socket | Tetsuo Handa | 2020-09-10 | 1 | -4/+1 |
* | | net: tipc: Supply missing udp_media.h include file | Wang Hai | 2020-09-18 | 1 | -0/+1 |
* | | tipc: Remove unused macro CF_SERVER | YueHaibing | 2020-09-18 | 1 | -1/+0 |
* | | net: tipc: delete duplicated words | Randy Dunlap | 2020-09-18 | 2 | -2/+2 |
* | | tipc: add automatic rekeying for encryption key | Tuong Lien | 2020-09-18 | 4 | -3/+138 |
* | | tipc: add automatic session key exchange | Tuong Lien | 2020-09-18 | 7 | -20/+405 |
* | | tipc: introduce encryption master key | Tuong Lien | 2020-09-18 | 5 | -62/+174 |
* | | tipc: optimize key switching time and logic | Tuong Lien | 2020-09-18 | 3 | -231/+165 |
* | | tipc: fix a deadlock when flushing scheduled work | Hoang Huu Le | 2020-09-07 | 4 | -19/+19 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2020-09-04 | 3 | -7/+16 |
|\| |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-09-03 | 2 | -6/+15 |
| |\ |
|
| | * | tipc: fix shutdown() of connectionless socket | Tetsuo Handa | 2020-09-02 | 1 | -3/+6 |
| | * | tipc: fix using smp_processor_id() in preemptible | Tuong Lien | 2020-08-30 | 1 | -3/+9 |
| * | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 4 | -5/+5 |
| |/ |
|
* | | tipc: Remove unused macro TIPC_NACK_INTV | YueHaibing | 2020-08-31 | 1 | -5/+0 |
* | | tipc: Remove unused macro TIPC_FWD_MSG | YueHaibing | 2020-08-31 | 1 | -1/+0 |