index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tipc
/
bearer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-29
net/tipc: replace deprecated strcpy with strscpy
Hongbo Li
1
-1
/
+1
2024-08-02
tipc: guard against string buffer overrun
Simon Horman
1
-2
/
+6
2024-02-15
tipc: Cleanup tipc_nl_bearer_add() error paths
Shigeru Yoshida
1
-9
/
+6
2024-02-06
tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()
Shigeru Yoshida
1
-0
/
+6
2023-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2023-06-15
net: tipc: resize nlattr array to correct size
Lin Ma
1
-2
/
+2
2023-06-06
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-09
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-10
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-01
tipc: fix unique bearer names sanity check
Hoang Le
1
-19
/
+27
2021-03-26
tipc: fix kernel-doc warnings
Hoang Le
1
-0
/
+1
2021-03-25
tipc: add extack messages for bearer/media failure
Hoang Le
1
-10
/
+40
2020-12-01
net/tipc: fix all function Return: notation
Randy Dunlap
1
-1
/
+1
2020-12-01
net/tipc: fix bearer.c for kernel-doc
Randy Dunlap
1
-1
/
+19
2020-11-13
tipc: fix -Wstringop-truncation warnings
Wenlin Kang
1
-4
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-13
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-10
tipc: introduce variable window congestion control
Jon Maloy
1
-5
/
+6
2019-11-08
tipc: introduce TIPC encryption & authentication
Tuong Lien
1
-8
/
+27
2019-11-08
tipc: add reference counter to bearer
Tuong Lien
1
-1
/
+13
2019-08-08
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-27
netlink: make validation more configurable for future strictness
Johannes Berg
1
-21
/
+21
2019-04-27
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
1
-4
/
+4
2018-12-27
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-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+7
2018-09-25
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-26
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-19
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
[next]