Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-14net: tip: fix a couple kernel-doc markupsMauro Carvalho Chehab
2021-01-10tipc: fix NULL deref in tipc_link_xmit()Hoang Le
2020-12-02net/tipc: fix all function Return: notationRandy Dunlap
2020-12-02net/tipc: fix link.c kernel-docRandy Dunlap
2020-11-03tipc: remove unneeded semicolonTom Rix
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-18tipc: add automatic session key exchangeTuong Lien
2020-09-15net: tipc: kerneldoc fixesLu Wei
2020-08-31tipc: Remove unused macro TIPC_NACK_INTVYueHaibing
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-21tipc: allow to build NACK message in link timeout functionTung Nguyen
2020-07-14net: tipc: kerneldoc fixesAndrew Lunn
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-09tipc: fix retransmission on unicast linksHamish Martin
2020-06-20tipc: Use struct_size() helperGustavo A. R. Silva
2020-06-17tipc: update a binding service via broadcastHoang Huu Le
2020-05-27tipc: add support for broadcast rcv stats dumpingTuong Lien
2020-05-27tipc: enable broadcast retrans via unicastTuong Lien
2020-05-27tipc: add back link trace eventsTuong Lien
2020-05-27tipc: introduce Gap ACK blocks for broadcast linkTuong Lien
2020-04-16tipc: fix incorrect increasing of link windowTuong Lien
2019-12-18tipc: don't send gap blocks in ACK messagesJon Maloy
2019-12-11tipc: introduce variable window congestion controlJon Maloy
2019-12-11tipc: eliminate more unnecessary nacks and retransmissionsJon Maloy
2019-12-11tipc: eliminate gap indicator from ACK messagesJon Maloy
2019-11-22tipc: update replicast capability for broadcast send linkHoang Le
2019-11-09tipc: introduce TIPC encryption & authenticationTuong Lien
2019-11-07tipc: eliminate the dummy packet in link synchingTuong Lien
2019-11-07tipc: reduce sensitive to retransmit failuresHoang Le
2019-11-04tipc: improve message bundling algorithmTuong Lien
2019-10-28tipc: Spelling s/enpoint/endpoint/Geert Uytterhoeven
2019-10-02tipc: fix unlimited bundling of small messagesTuong Lien
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-19tipc: clean up skb list lock handling on send pathJon Maloy
2019-08-17tipc: fix false detection of retransmit failuresTuong Lien
2019-08-02tipc: reduce risk of wakeup queue starvationJon Maloy
2019-07-26tipc: fix changeover issues due to large packetTuong Lien
2019-07-26tipc: optimize link synching mechanismTuong Lien
2019-07-02tipc: embed jiffies in macro TIPC_BC_RETR_LIMJon Maloy
2019-06-25tipc: rename function msg_get_wrapped() to msg_inner_hdr()Jon Maloy
2019-06-25tipc: eliminate unnecessary skb expansion during retransmissionJon Maloy
2019-06-25tipc: simplify stale link failure criteriaJon Maloy
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-18tipc: fix issues with early FAILOVER_MSG from peerTuong Lien
2019-06-17tipc: include retrans failure detection for unicastTuong Lien
2019-05-04tipc: fix missing Name entries due to half-failoverTuong Lien
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek