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-04-02tipc: fix unique bearer names sanity checkHoang Le
2021-03-27tipc: fix kernel-doc warningsHoang Le
2021-03-26tipc: add extack messages for bearer/media failureHoang Le
2020-12-02net/tipc: fix all function Return: notationRandy Dunlap
2020-12-02net/tipc: fix bearer.c for kernel-docRandy Dunlap
2020-11-14tipc: fix -Wstringop-truncation warningsWenlin Kang
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-14net: tipc: kerneldoc fixesAndrew Lunn
2020-06-11tipc: fix NULL pointer dereference in tipc_disc_rcv()Tuong Lien
2019-12-11tipc: introduce variable window congestion controlJon Maloy
2019-11-09tipc: introduce TIPC encryption & authenticationTuong Lien
2019-11-09tipc: add reference counter to bearerTuong Lien
2019-08-09tipc: add loopback device trackingJohn Rutherford
2019-07-07tipc: use rcu dereference functions properlyXin Long
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2018-12-28tipc: fix a double free in tipc_enable_bearer()Cong Wang
2018-12-19tipc: add trace_events for tipc bearerTuong Lien
2018-12-19tipc: enable tracepoints in tipcTuong Lien
2018-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-26tipc: reset bearer if device carrier not okParthasarathy Bhuvaragan
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller
2018-07-27tipc: add missing dev_put() on error in tipc_enable_l2_mediaYueHaibing
2018-07-05tipc: mark expected switch fall-throughsGustavo A. R. Silva
2018-04-20tipc: confgiure and apply UDP bearer MTU on running linksGhantaKrishnamurthy MohanKrishna
2018-04-20tipc: implement configuration of UDP media MTUGhantaKrishnamurthy MohanKrishna
2018-03-23tipc: obtain node identity from interface by defaultJon Maloy
2018-03-23tipc: handle collisions of 32-bit node address hash valuesJon Maloy
2018-03-23tipc: remove restrictions on node address valuesJon Maloy
2018-03-23tipc: some cleanups in the file discover.cJon Maloy
2018-03-23tipc: refactor function tipc_enable_bearer()Jon Maloy
2018-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-14tipc: apply bearer link tolerance on running linksJon Maloy
2018-02-14tipc: Introduce __tipc_nl_media_setYing Xue
2018-02-14tipc: Introduce __tipc_nl_bearer_setYing Xue
2018-02-14tipc: Introduce __tipc_nl_bearer_enableYing Xue
2018-02-14tipc: Introduce __tipc_nl_bearer_disableYing Xue
2017-12-27tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala
2017-09-07tipc: remove unnecessary call to dev_net()Kleber Sacilotto de Souza
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-30tipc: permit bond slave as bearerParthasarathy Bhuvaragan
2017-08-21tipc: don't reset stale broadcast send linkJon Paul Maloy
2017-08-14tipc: accept PACKET_MULTICAST packetsJon Paul Maloy
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-01-20tipc: add function for checking broadcast support in bearerJon Paul Maloy
2016-12-02tipc: check minimum bearer MTUMichal Kubeček
2016-08-27tipc: add the ability to get UDP options via netlinkRichard Alpe
2016-08-27tipc: introduce UDP replicastRichard Alpe
2016-08-24tipc: use kfree_skb() instead of kfree()Wei Yongjun