aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bearer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-13tipc: constify dev_addr passingJakub Kicinski1-2/+2
2021-04-01tipc: fix unique bearer names sanity checkHoang Le1-19/+27
2021-03-26tipc: fix kernel-doc warningsHoang Le1-0/+1
2021-03-25tipc: add extack messages for bearer/media failureHoang Le1-10/+40
2020-12-01net/tipc: fix all function Return: notationRandy Dunlap1-1/+1
2020-12-01net/tipc: fix bearer.c for kernel-docRandy Dunlap1-1/+19
2020-11-13tipc: fix -Wstringop-truncation warningsWenlin Kang1-4/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-13net: tipc: kerneldoc fixesAndrew Lunn1-1/+1
2020-06-11tipc: fix NULL pointer dereference in tipc_disc_rcv()Tuong Lien1-1/+1
2019-12-10tipc: introduce variable window congestion controlJon Maloy1-5/+6
2019-11-08tipc: introduce TIPC encryption & authenticationTuong Lien1-8/+27
2019-11-08tipc: add reference counter to bearerTuong Lien1-1/+13
2019-08-08tipc: add loopback device trackingJohn Rutherford1-0/+64
2019-07-07tipc: use rcu dereference functions properlyXin Long1-7/+7
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-21/+21
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-4/+4
2018-12-27tipc: fix a double free in tipc_enable_bearer()Cong Wang1-1/+0
2018-12-19tipc: add trace_events for tipc bearerTuong Lien1-0/+2
2018-12-19tipc: enable tracepoints in tipcTuong Lien1-3/+4
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+7
2018-09-25tipc: reset bearer if device carrier not okParthasarathy Bhuvaragan1-5/+7
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-1/+1
2018-07-26tipc: add missing dev_put() on error in tipc_enable_l2_mediaYueHaibing1-0/+1
2018-07-05tipc: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-04-20tipc: confgiure and apply UDP bearer MTU on running linksGhantaKrishnamurthy MohanKrishna1-1/+15
2018-04-20tipc: implement configuration of UDP media MTUGhantaKrishnamurthy MohanKrishna1-0/+13
2018-03-23tipc: obtain node identity from interface by defaultJon Maloy1-9/+15
2018-03-23tipc: handle collisions of 32-bit node address hash valuesJon Maloy1-2/+1
2018-03-23tipc: remove restrictions on node address valuesJon Maloy1-23/+4
2018-03-23tipc: some cleanups in the file discover.cJon Maloy1-4/+4
2018-03-23tipc: refactor function tipc_enable_bearer()Jon Maloy1-66/+70
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-31/+51
2018-02-14tipc: apply bearer link tolerance on running linksJon Maloy1-3/+5
2018-02-14tipc: Introduce __tipc_nl_media_setYing Xue1-9/+14
2018-02-14tipc: Introduce __tipc_nl_bearer_setYing Xue1-9/+14
2018-02-14tipc: Introduce __tipc_nl_bearer_enableYing Xue1-7/+10
2018-02-14tipc: Introduce __tipc_nl_bearer_disableYing Xue1-6/+13
2017-12-27tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala1-1/+4
2017-09-06tipc: remove unnecessary call to dev_net()Kleber Sacilotto de Souza1-1/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+11
2017-08-29tipc: permit bond slave as bearerParthasarathy Bhuvaragan1-15/+11
2017-08-21tipc: don't reset stale broadcast send linkJon Paul Maloy1-24/+0
2017-08-14tipc: accept PACKET_MULTICAST packetsJon Paul Maloy1-1/+1
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg1-7/+7
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-7/+7
2017-01-20tipc: add function for checking broadcast support in bearerJon Paul Maloy1-1/+14
2016-12-02tipc: check minimum bearer MTUMichal Kubeček1-2/+9
2016-08-26tipc: add the ability to get UDP options via netlinkRichard Alpe1-0/+8
2016-08-26tipc: introduce UDP replicastRichard Alpe1-0/+44