index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tipc
/
bearer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-07
tipc: replace open-code bearer rcu_dereference access in bearer.c
Xin Long
1
-8
/
+6
2023-05-31
tipc: delete tipc_mtu_bad from tipc_udp_enable
Xin Long
1
-2
/
+2
2023-05-15
tipc: check the bearer min mtu properly when setting it by netlink
Xin Long
1
-2
/
+2
2023-05-15
tipc: add tipc_bearer_min_mtu to calculate min mtu
Xin Long
1
-0
/
+13
2022-06-10
net: rename reference+tracking helpers
Jakub Kicinski
1
-2
/
+2
2022-06-02
tipc: check attribute length for bearer name
Hoang Le
1
-2
/
+1
2022-03-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+7
2022-03-07
tipc: Use netif_rx().
Sebastian Andrzej Siewior
1
-1
/
+1
2022-03-04
tipc: fix kernel panic when enabling bearer
Tung Nguyen
1
-5
/
+7
2021-12-15
net: add net device refcount tracker to struct packet_type
Eric Dumazet
1
-2
/
+2
2021-10-13
tipc: constify dev_addr passing
Jakub Kicinski
1
-2
/
+2
2021-04-02
tipc: fix unique bearer names sanity check
Hoang Le
1
-19
/
+27
2021-03-27
tipc: fix kernel-doc warnings
Hoang Le
1
-0
/
+1
2021-03-26
tipc: add extack messages for bearer/media failure
Hoang Le
1
-10
/
+40
2020-12-02
net/tipc: fix all function Return: notation
Randy Dunlap
1
-1
/
+1
2020-12-02
net/tipc: fix bearer.c for kernel-doc
Randy Dunlap
1
-1
/
+19
2020-11-14
tipc: fix -Wstringop-truncation warnings
Wenlin Kang
1
-4
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-14
net: tipc: kerneldoc fixes
Andrew Lunn
1
-1
/
+1
2020-06-11
tipc: fix NULL pointer dereference in tipc_disc_rcv()
Tuong Lien
1
-1
/
+1
2019-12-11
tipc: introduce variable window congestion control
Jon Maloy
1
-5
/
+6
2019-11-09
tipc: introduce TIPC encryption & authentication
Tuong Lien
1
-8
/
+27
2019-11-09
tipc: add reference counter to bearer
Tuong Lien
1
-1
/
+13
2019-08-09
tipc: add loopback device tracking
John Rutherford
1
-0
/
+64
2019-07-07
tipc: use rcu dereference functions properly
Xin Long
1
-7
/
+7
2019-04-28
netlink: make validation more configurable for future strictness
Johannes Berg
1
-21
/
+21
2019-04-28
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
1
-4
/
+4
2018-12-28
tipc: fix a double free in tipc_enable_bearer()
Cong Wang
1
-1
/
+0
2018-12-19
tipc: add trace_events for tipc bearer
Tuong Lien
1
-0
/
+2
2018-12-19
tipc: enable tracepoints in tipc
Tuong Lien
1
-3
/
+4
2018-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+7
2018-09-26
tipc: reset bearer if device carrier not ok
Parthasarathy Bhuvaragan
1
-5
/
+7
2018-09-10
net: Add and use skb_mark_not_on_list().
David S. Miller
1
-1
/
+1
2018-07-27
tipc: add missing dev_put() on error in tipc_enable_l2_media
YueHaibing
1
-0
/
+1
2018-07-05
tipc: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2018-04-20
tipc: confgiure and apply UDP bearer MTU on running links
GhantaKrishnamurthy MohanKrishna
1
-1
/
+15
2018-04-20
tipc: implement configuration of UDP media MTU
GhantaKrishnamurthy MohanKrishna
1
-0
/
+13
2018-03-23
tipc: obtain node identity from interface by default
Jon Maloy
1
-9
/
+15
2018-03-23
tipc: handle collisions of 32-bit node address hash values
Jon Maloy
1
-2
/
+1
2018-03-23
tipc: remove restrictions on node address values
Jon Maloy
1
-23
/
+4
2018-03-23
tipc: some cleanups in the file discover.c
Jon Maloy
1
-4
/
+4
2018-03-23
tipc: refactor function tipc_enable_bearer()
Jon Maloy
1
-66
/
+70
2018-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-31
/
+51
2018-02-14
tipc: apply bearer link tolerance on running links
Jon Maloy
1
-3
/
+5
2018-02-14
tipc: Introduce __tipc_nl_media_set
Ying Xue
1
-9
/
+14
2018-02-14
tipc: Introduce __tipc_nl_bearer_set
Ying Xue
1
-9
/
+14
2018-02-14
tipc: Introduce __tipc_nl_bearer_enable
Ying Xue
1
-7
/
+10
2018-02-14
tipc: Introduce __tipc_nl_bearer_disable
Ying Xue
1
-6
/
+13
2017-12-27
tipc: error path leak fixes in tipc_enable_bearer()
Tommi Rantala
1
-1
/
+4
2017-09-07
tipc: remove unnecessary call to dev_net()
Kleber Sacilotto de Souza
1
-1
/
+1
[next]