summaryrefslogtreecommitdiffstats
path: root/net/tipc
AgeCommit message (Expand)Author
2020-06-04tipc: fix partial topology connection closureTuong Lien
2020-05-21net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet
2020-05-21tipc: add missing attribute validation for MTU propertyJakub Kicinski
2020-04-12tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen
2020-04-12tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen
2020-04-12tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen
2020-04-12tipc: update mon's self addr when node addr generatedHoang Le
2020-04-12tipc: fix retrans failure due to wrong destinationTuong Lien
2020-04-12tipc: fix potential hanging after b/rcast changingTuong Lien
2020-01-31net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2020-01-31tipc: fix ordering of tipc module init and exit routineTaehee Yoo
2020-01-19tipc: fix link name length checkJohn Rutherford
2019-12-16net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-07tipc: fix unlimited bundling of small messagesTuong Lien
2019-09-19tipc: add NULL pointer check before calling kfree_rcuXin Long
2019-08-25tipc: initialise addr_trail_end when setting node addressesChris Packham
2019-08-09tipc: fix unitilized skb list crashJon Maloy
2019-08-09tipc: compat: allow tipc commands without argumentsTaras Kondratiuk
2019-06-24tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long
2019-06-22tipc: change to use register_pernet_deviceXin Long
2019-06-18tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long
2019-06-18tipc: fix issues with early FAILOVER_MSG from peerTuong Lien
2019-06-16tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long
2019-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-20tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu
2019-05-17Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller
2019-05-17tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu
2019-05-16tipc: switch order of device registration to fix a crashJunwei Hu
2019-05-09tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan
2019-05-04tipc: fix missing Name entries due to half-failoverTuong Lien
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-26tipc: remove rcu_read_unlock() left in tipc_udp_recv()Eric Dumazet
2019-04-24tipc: tipc_udp_recv() cleanup vs rcu verbsEric Dumazet
2019-04-19tipc: introduce new socket option TIPC_SOCK_RECVQ_USEDTung Nguyen
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-16tipc: set sysctl_tipc_rmem and named_timeout right rangeJie Liu
2019-04-16tipc: fix link established but not in sessionTuong Lien
2019-04-11tipc: use standard write_lock & unlock functions when creating nodeJon Maloy
2019-04-10tipc: missing entries in name table of publicationsHoang Le
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-04tipc: adapt link failover for new Gap-ACK algorithmTuong Lien
2019-04-04tipc: reduce duplicate packets for unicast trafficTuong Lien
2019-04-04tipc: improve TIPC throughput by Gap ACK blocksTuong Lien
2019-04-04tipc: add NULL pointer checkHoang Le
2019-03-31tipc: handle the err returned from cmd header functionXin Long
2019-03-31tipc: check link name with right length in tipc_nl_compat_link_setXin Long