| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-16 | tipc: do sanity check payload of a netlink message | Hoang Le | 1 | -5/+7 |
| 2020-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+4 |
| 2020-12-08 | net: tipc: prevent possible null deref of link | Cengiz Can | 1 | -2/+4 |
| 2020-12-04 | tipc: support 128bit node identity for peer removing | Hoang Le | 1 | -3/+18 |
| 2020-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
| 2020-12-01 | net/tipc: fix all function Return: notation | Randy Dunlap | 9 | -68/+68 |
| 2020-12-01 | net/tipc: fix socket.c kernel-doc | Randy Dunlap | 1 | -2/+29 |
| 2020-12-01 | net/tipc: fix node.c kernel-doc | Randy Dunlap | 1 | -1/+25 |
| 2020-12-01 | net/tipc: fix name_table.c kernel-doc | Randy Dunlap | 1 | -7/+35 |
| 2020-12-01 | net/tipc: fix name_distr.c kernel-doc | Randy Dunlap | 1 | -0/+27 |
| 2020-12-01 | net/tipc: fix link.c kernel-doc | Randy Dunlap | 1 | -2/+36 |
| 2020-12-01 | net/tipc: fix bearer.c for kernel-doc | Randy Dunlap | 1 | -1/+19 |
| 2020-12-01 | net/tipc: fix various kernel-doc warnings | Randy Dunlap | 9 | -19/+40 |
| 2020-12-01 | net/tipc: fix tipc header files for kernel-doc | Randy Dunlap | 5 | -14/+24 |
| 2020-12-01 | tipc: fix incompatible mtu of transmission | Hoang Le | 1 | -0/+2 |
| 2020-11-27 | tipc: update address terminology in code | Jon Maloy | 8 | -36/+41 |
| 2020-11-27 | tipc: make node number calculation reproducible | Jon Maloy | 3 | -4/+16 |
| 2020-11-27 | tipc: refactor tipc_sk_bind() function | Jon Maloy | 1 | -36/+30 |
| 2020-11-16 | treewide: rename nla_strlcpy to nla_strscpy. | Francis Laniel | 1 | -1/+1 |
| 2020-11-13 | tipc: fix -Wstringop-truncation warnings | Wenlin Kang | 1 | -4/+1 |
| 2020-11-12 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+8 |
| 2020-11-11 | tipc: fix memory leak in tipc_topsrv_start() | Wang Hai | 1 | -2/+8 |
| 2020-11-02 | tipc: remove unneeded semicolon | Tom Rix | 2 | -2/+2 |
| 2020-10-30 | tipc: remove dead code in tipc_net and relatives | Hoang Huu Le | 3 | -24/+0 |
| 2020-10-30 | net: tipc: Add __printf() markup to fix -Wsuggest-attribute=format | Andrew Lunn | 1 | -1/+2 |
| 2020-10-30 | net: tipc: Fix parameter types passed to %s formater | Andrew Lunn | 1 | -1/+1 |
| 2020-10-30 | tipc: add stricter control of reserved service types | Jon Maloy | 3 | -12/+21 |
| 2020-10-29 | Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -3/+2 |
| 2020-10-29 | tipc: fix memory leak caused by tipc_buf_append() | Tung Nguyen | 1 | -3/+2 |
| 2020-10-25 | mm: remove kzfree() compatibility definition | Eric Biggers | 1 | -2/+2 |
| 2020-10-16 | tipc: fix incorrect setting window for bcast link | Hoang Huu Le | 1 | -2/+4 |
| 2020-10-16 | tipc: re-configure queue limit for broadcast link | Hoang Huu Le | 1 | -1/+5 |
| 2020-10-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -3/+12 |
| 2020-10-09 | tipc: fix NULL pointer dereference in tipc_named_rcv | Hoang Huu Le | 2 | -2/+10 |
| 2020-10-09 | tipc: fix the skb_unshare() in tipc_buf_append() | Cong Wang | 1 | -1/+2 |
| 2020-10-02 | genetlink: move to smaller ops wherever possible | Jakub Kicinski | 1 | -3/+3 |
| 2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 4 | -10/+15 |
| 2020-09-18 | net: tipc: Supply missing udp_media.h include file | Wang Hai | 1 | -0/+1 |
| 2020-09-18 | tipc: Remove unused macro CF_SERVER | YueHaibing | 1 | -1/+0 |
| 2020-09-18 | net: tipc: delete duplicated words | Randy Dunlap | 2 | -2/+2 |
| 2020-09-18 | tipc: add automatic rekeying for encryption key | Tuong Lien | 4 | -3/+138 |
| 2020-09-18 | tipc: add automatic session key exchange | Tuong Lien | 7 | -20/+405 |
| 2020-09-18 | tipc: introduce encryption master key | Tuong Lien | 5 | -62/+174 |
| 2020-09-18 | tipc: optimize key switching time and logic | Tuong Lien | 3 | -231/+165 |
| 2020-09-15 | net: tipc: kerneldoc fixes | Lu Wei | 1 | -1/+2 |
| 2020-09-14 | tipc: use skb_unshare() instead in tipc_buf_append() | Xin Long | 1 | -1/+2 |
| 2020-09-14 | tipc: Fix memory leak in tipc_group_create_member() | Peilin Ye | 1 | -4/+10 |
| 2020-09-10 | tipc: fix shutdown() of connection oriented socket | Tetsuo Handa | 1 | -4/+1 |
| 2020-09-07 | tipc: fix a deadlock when flushing scheduled work | Hoang Huu Le | 4 | -19/+19 |
| 2020-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -7/+16 |
| 2020-09-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2 | -6/+15 |
| 2020-09-02 | tipc: fix shutdown() of connectionless socket | Tetsuo Handa | 1 | -3/+6 |
| 2020-08-31 | tipc: Remove unused macro TIPC_NACK_INTV | YueHaibing | 1 | -5/+0 |
| 2020-08-31 | tipc: Remove unused macro TIPC_FWD_MSG | YueHaibing | 1 | -1/+0 |
| 2020-08-30 | tipc: fix using smp_processor_id() in preemptible | Tuong Lien | 1 | -3/+9 |
| 2020-08-27 | tipc: fix use-after-free in tipc_bcast_get_mode | Hoang Huu Le | 1 | -0/+5 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 4 | -5/+5 |
| 2020-08-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -5/+5 |
| 2020-08-20 | tipc: call rcu_read_lock() in tipc_aead_encrypt_done() | Xin Long | 1 | -0/+2 |
| 2020-08-18 | ipv6: some fixes for ipv6_dev_find() | Xin Long | 1 | -5/+3 |
| 2020-08-18 | net: tipc: Convert to use the preferred fallthrough macro | Miaohe Lin | 3 | -4/+4 |
| 2020-08-16 | tipc: not enable tipc when ipv6 works as a module | Xin Long | 1 | -0/+1 |
| 2020-08-16 | tipc: fix uninit skb->data in tipc_nl_compat_dumpit() | Cong Wang | 1 | -1/+11 |
| 2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 1 | -5/+5 |
| 2020-08-05 | tipc: set ub->ifindex for local ipv6 address | Xin Long | 1 | -0/+8 |
| 2020-08-03 | tipc: Use is_broadcast_ether_addr() instead of memcmp() | Huang Guobin | 1 | -3/+1 |
| 2020-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
| 2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -4/+4 |
| 2020-07-20 | tipc: allow to build NACK message in link timeout function | Tung Nguyen | 1 | -1/+1 |
| 2020-07-13 | net: tipc: kerneldoc fixes | Andrew Lunn | 7 | -16/+13 |
| 2020-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -8/+18 |
| 2020-07-08 | tipc: fix retransmission on unicast links | Hamish Martin | 1 | -8/+18 |
| 2020-06-19 | tipc: Use struct_size() helper | Gustavo A. R. Silva | 2 | -8/+6 |
| 2020-06-17 | tipc: update a binding service via broadcast | Hoang Huu Le | 10 | -48/+177 |
| 2020-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 3 | -4/+5 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -2/+2 |
| 2020-06-11 | tipc: fix NULL pointer dereference in tipc_disc_rcv() | Tuong Lien | 1 | -1/+1 |
| 2020-06-11 | tipc: fix kernel WARNING in tipc_msg_append() | Tuong Lien | 2 | -3/+4 |
| 2020-06-04 | tipc: fix NULL pointer dereference in streaming | Tuong Lien | 1 | -2/+2 |
| 2020-06-02 | Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv" | Tuong Lien | 1 | -1/+0 |
| 2020-06-02 | Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv" | Tuong Lien | 1 | -1/+0 |
| 2020-06-01 | tipc: Fix NULL pointer dereference in __tipc_sendstream() | YueHaibing | 1 | -2/+6 |
| 2020-05-29 | tipc: remove set but not used variable 'prev' | YueHaibing | 1 | -2/+1 |
| 2020-05-28 | tipc: call tsk_set_importance from tipc_topsrv_create_listener | Christoph Hellwig | 3 | -12/+14 |
| 2020-05-26 | tipc: add test for Nagle algorithm effectiveness | Tuong Lien | 3 | -17/+64 |
| 2020-05-26 | tipc: add support for broadcast rcv stats dumping | Tuong Lien | 9 | -56/+101 |
| 2020-05-26 | tipc: enable broadcast retrans via unicast | Tuong Lien | 6 | -11/+28 |
| 2020-05-26 | tipc: add back link trace events | Tuong Lien | 2 | -5/+11 |
| 2020-05-26 | tipc: introduce Gap ACK blocks for broadcast link | Tuong Lien | 5 | -185/+293 |
| 2020-05-22 | tipc: block BH before using dst_cache | Eric Dumazet | 1 | -1/+5 |
| 2020-05-13 | tipc: fix failed service subscription deletion | Tuong Lien | 2 | -4/+15 |
| 2020-05-13 | tipc: fix memory leak in service subscripting | Tuong Lien | 1 | -1/+3 |
| 2020-05-13 | tipc: fix large latency in smart Nagle streaming | Tuong Lien | 1 | -11/+31 |
| 2020-05-04 | tipc: fix partial topology connection closure | Tuong Lien | 1 | -2/+3 |
| 2020-04-18 | tipc: Fix potential tipc_node refcnt leak in tipc_rcv | Xiyu Yang | 1 | -1/+3 |
| 2020-04-18 | tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv | Xiyu Yang | 1 | -0/+1 |
| 2020-04-15 | tipc: fix incorrect increasing of link window | Tuong Lien | 1 | -1/+1 |
| 2020-03-26 | tipc: Add a missing case of TIPC_DIRECT_MSG type | Hoang Le | 3 | -2/+8 |
| 2020-03-15 | tipc: add NULL pointer check to prevent kernel oops | Hoang Le | 1 | -2/+10 |
| 2020-03-15 | tipc: simplify trivial boolean return | Hoang Le | 1 | -3/+0 |
| 2020-03-03 | tipc: add missing attribute validation for MTU property | Jakub Kicinski | 1 | -0/+1 |
| 2020-02-10 | tipc: fix successful connect() but timed out | Tuong Lien | 1 | -0/+2 |
| 2020-02-10 | tipc: make three functions static | Chen Wandun | 1 | -3/+4 |
| 2020-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 12 | -87/+239 |
| 2020-01-25 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -4/+1 |
| 2020-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 3 | -28/+37 |
| 2020-01-08 | tipc: fix wrong connect() return code | Tuong Lien | 1 | -2/+2 |
| 2020-01-08 | tipc: fix link overflow issue at socket shutdown | Tuong Lien | 1 | -21/+32 |
| 2020-01-08 | tipc: remove meaningless assignment in Makefile | Masahiro Yamada | 1 | -2/+0 |
| 2020-01-08 | tipc: do not add socket.o to tipc-y twice | Masahiro Yamada | 1 | -1/+1 |
| 2020-01-06 | tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit error | Ying Xue | 1 | -2/+2 |
| 2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 4 | -126/+215 |
| 2019-12-20 | tipc: make legacy address flag readable over netlink | John Rutherford | 3 | -0/+63 |
| 2019-12-17 | tipc: don't send gap blocks in ACK messages | Jon Maloy | 1 | -4/+4 |
| 2019-12-12 | net/tipc: Replace rcu_swap_protected() with rcu_replace_pointer() | Paul E. McKenney | 1 | -4/+1 |
| 2019-12-10 | tipc: fix use-after-free in tipc_disc_rcv() | Tuong Lien | 1 | -3/+3 |
| 2019-12-10 | tipc: fix retrans failure due to wrong destination | Tuong Lien | 1 | -14/+18 |
| 2019-12-10 | tipc: fix potential hanging after b/rcast changing | Tuong Lien | 1 | -9/+15 |
| 2019-12-10 | tipc: fix name table rbtree issues | Tuong Lien | 1 | -100/+179 |
| 2019-12-10 | tipc: introduce variable window congestion control | Jon Maloy | 9 | -79/+160 |
| 2019-12-10 | tipc: eliminate more unnecessary nacks and retransmissions | Jon Maloy | 1 | -1/+5 |
| 2019-12-10 | tipc: eliminate gap indicator from ACK messages | Jon Maloy | 1 | -5/+9 |
| 2019-12-06 | tipc: fix ordering of tipc module init and exit routine | Taehee Yoo | 1 | -14/+15 |
| 2019-12-04 | net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup | Sabrina Dubroca | 1 | -3/+6 |
| 2019-11-28 | tipc: fix duplicate SYN messages under link congestion | Tung Nguyen | 1 | -7/+10 |
| 2019-11-28 | tipc: fix wrong timeout input for tipc_wait_for_cond() | Tung Nguyen | 1 | -1/+1 |
| 2019-11-28 | tipc: fix wrong socket reference counter after tipc_sk_timeout() returns | Tung Nguyen | 1 | -0/+1 |
| 2019-11-28 | tipc: fix potential memory leak in __tipc_sendmsg() | Tung Nguyen | 1 | -1/+3 |
| 2019-11-26 | tipc: fix link name length check | John Rutherford | 1 | -2/+2 |
| 2019-11-23 | net: use rhashtable_lookup() instead of rhashtable_lookup_fast() | Taehee Yoo | 1 | -1/+1 |
| 2019-11-22 | tipc: support in-order name publication events | Tuong Lien | 2 | -8/+47 |
| 2019-11-22 | tipc: update replicast capability for broadcast send link | Hoang Le | 4 | -5/+11 |
| 2019-11-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -2/+6 |
| 2019-11-14 | tipc: add back tipc prefix to log messages | Matt Bennett | 2 | -2/+6 |
| 2019-11-12 | tipc: update mon's self addr when node addr generated | Hoang Le | 3 | -0/+18 |
| 2019-11-11 | tipc: fix update of the uninitialized variable err | Colin Ian King | 1 | -1/+1 |
| 2019-11-08 | tipc: add support for AEAD key setting via netlink | Tuong Lien | 3 | -1/+156 |
| 2019-11-08 | tipc: introduce TIPC encryption & authentication | Tuong Lien | 17 | -46/+2385 |
| 2019-11-08 | tipc: enable creating a "preliminary" node | Tuong Lien | 2 | -27/+73 |
| 2019-11-08 | tipc: add reference counter to bearer | Tuong Lien | 2 | -1/+16 |
| 2019-11-07 | tipc: eliminate checking netns if node established | Hoang Le | 1 | -9/+5 |
| 2019-11-06 | tipc: eliminate the dummy packet in link synching | Tuong Lien | 1 | -15/+14 |
| 2019-11-06 | tipc: reduce sensitive to retransmit failures | Hoang Le | 1 | -1/+1 |
| 2019-11-06 | tipc: update cluster capabilities if node deleted | Hoang Le | 1 | -1/+11 |
| 2019-11-03 | tipc: improve message bundling algorithm | Tuong Lien | 3 | -104/+113 |
| 2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+2 |
| 2019-10-30 | tipc: add smart nagle feature | Jon Maloy | 4 | -20/+169 |
| 2019-10-29 | tipc: improve throughput between nodes in netns | Hoang Le | 8 | -11/+197 |
| 2019-10-28 | tipc: Spelling s/enpoint/endpoint/ | Geert Uytterhoeven | 1 | -1/+1 |
| 2019-10-28 | net: use skb_queue_empty_lockless() in poll() handlers | Eric Dumazet | 1 | -2/+2 |
| 2019-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -4/+4 |
| 2019-10-09 | net: silence KCSAN warnings about sk->sk_backlog.len reads | Eric Dumazet | 1 | -1/+1 |
| 2019-10-09 | net: silence KCSAN warnings around sk_add_backlog() calls | Eric Dumazet | 1 | -3/+3 |
| 2019-10-08 | net: tipc: prepare attrs in __tipc_nl_compat_dumpit() | Jiri Pirko | 1 | -0/+9 |
| 2019-10-06 | net: tipc: allocate attrs locally instead of using genl_family_attrbuf in com... | Jiri Pirko | 3 | -17/+15 |
| 2019-10-06 | net: tipc: have genetlink code to parse the attrs during dumpit | Jiri Pirko | 4 | -18/+9 |
| 2019-10-02 | tipc: fix unlimited bundling of small messages | Tuong Lien | 2 | -15/+19 |
| 2019-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+2 |
| 2019-09-05 | tipc: add NULL pointer check before calling kfree_rcu | Xin Long | 1 | -1/+2 |
| 2019-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 3 | -43/+58 |
| 2019-08-18 | tipc: clean up skb list lock handling on send path | Jon Maloy | 6 | -25/+26 |
| 2019-08-16 | tipc: fix false detection of retransmit failures | Tuong Lien | 2 | -43/+57 |
| 2019-08-11 | tipc: initialise addr_trail_end when setting node addresses | Chris Packham | 1 | -0/+1 |
| 2019-08-08 | tipc: add loopback device tracking | John Rutherford | 7 | -1/+88 |
| 2019-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -6/+8 |
| 2019-08-01 | tipc: reduce risk of wakeup queue starvation | Jon Maloy | 1 | -8/+21 |
| 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-25 | tipc: fix changeover issues due to large packet | Tuong Lien | 3 | -15/+155 |
| 2019-07-25 | tipc: optimize link synching mechanism | Tuong Lien | 4 | -4/+44 |
| 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 |