index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tipc
/
name_table.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-17
tipc: cleanup unused function
Hoang Le
1
-11
/
+0
2022-02-23
tipc: Fix end of loop tests for list_for_each_entry()
Dan Carpenter
1
-1
/
+1
2021-06-04
tipc: simplify handling of lookup scope during multicast message reception
Jon Maloy
1
-3
/
+3
2021-04-29
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-209
/
+219
2021-04-09
treewide: Change list_sort to use const pointers
Sami Tolvanen
1
-2
/
+2
2021-04-05
tipc: Fix a kernel-doc warning in name_table.c
Wu XiangCheng
1
-0
/
+2
2021-03-17
tipc: remove some unnecessary warnings
Jon Maloy
1
-14
/
+16
2021-03-17
tipc: add host-endian copy of user subscription to struct tipc_subscription
Jon Maloy
1
-18
/
+11
2021-03-17
tipc: simplify api between binding table and topology server
Jon Maloy
1
-13
/
+8
2021-03-17
tipc: simplify signature of tipc_find_service()
Jon Maloy
1
-25
/
+37
2021-03-17
tipc: simplify signature of tipc_service_find_range()
Jon Maloy
1
-6
/
+8
2021-03-17
tipc: simplify signature of tipc_nametbl_lookup_group()
Jon Maloy
1
-7
/
+7
2021-03-17
tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()
Jon Maloy
1
-4
/
+4
2021-03-17
tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()
Jon Maloy
1
-5
/
+5
2021-03-17
tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()
Jon Maloy
1
-39
/
+36
2021-03-17
tipc: rename binding table lookup functions
Jon Maloy
1
-18
/
+33
2021-03-17
tipc: simplify signature of tipc_nametbl_withdraw() functions
Jon Maloy
1
-25
/
+26
2021-03-17
tipc: simplify call signatures for publication creation
Jon Maloy
1
-25
/
+17
2021-03-17
tipc: simplify signature of tipc_namtbl_publish()
Jon Maloy
1
-5
/
+5
2021-03-17
tipc: move creation of publication item one level up in call chain
Jon Maloy
1
-33
/
+32
2021-03-17
tipc: re-organize members of struct publication
Jon Maloy
1
-33
/
+33
2020-12-02
net/tipc: fix name_table.c kernel-doc
Randy Dunlap
1
-7
/
+35
2020-12-02
net/tipc: fix various kernel-doc warnings
Randy Dunlap
1
-2
/
+2
2020-11-28
tipc: update address terminology in code
Jon Maloy
1
-5
/
+6
2020-06-17
tipc: update a binding service via broadcast
Hoang Huu Le
1
-2
/
+7
2019-12-11
tipc: fix name table rbtree issues
Tuong Lien
1
-100
/
+179
2019-11-22
tipc: support in-order name publication events
Tuong Lien
1
-8
/
+43
2019-04-28
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
1
-2
/
+2
2019-04-11
tipc: missing entries in name table of publications
Hoang Le
1
-1
/
+2
2018-10-23
tipc: eliminate message disordering during binding table update
Jon Maloy
1
-0
/
+1
2018-08-28
tipc: fix the big/little endian issue in tipc_dest
Haiqing Bai
1
-6
/
+4
2018-07-27
net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()
Jia-Ju Bai
1
-1
/
+1
2018-05-10
tipc: clean up removal of binding table items
Jon Maloy
1
-50
/
+53
2018-04-18
tipc: fix use-after-free in tipc_nametbl_stop
Jon Maloy
1
-12
/
+17
2018-04-13
tipc: fix unbalanced reference counter
Jon Maloy
1
-1
/
+4
2018-04-01
tipc: permit overlapping service ranges in name table
Jon Maloy
1
-34
/
+30
2018-04-01
tipc: refactor name table translate function
Jon Maloy
1
-36
/
+25
2018-04-01
tipc: replace name table service range array with rb tree
Jon Maloy
1
-562
/
+470
2018-03-23
tipc: remove direct accesses to own_addr field in struct tipc_net
Jon Maloy
1
-3
/
+3
2018-03-23
tipc: allow closest-first lookup algorithm when legacy address is configured
Jon Maloy
1
-3
/
+5
2018-03-18
tipc: some name changes
Jon Maloy
1
-73
/
+70
2018-03-18
tipc: remove zone_list member in struct publication
Jon Maloy
1
-73
/
+28
2018-03-18
tipc: remove zone publication list in name table
Jon Maloy
1
-3
/
+2
2018-03-18
tipc: obsolete TIPC_ZONE_SCOPE
Jon Maloy
1
-2
/
+1
2018-02-16
tipc: make struct tipc_server private for server.c
Jon Maloy
1
-6
/
+4
2018-02-16
tipc: some prefix changes
Jon Maloy
1
-17
/
+16
2018-02-16
tipc: simplify endianness handling in topology subscriber
Jon Maloy
1
-17
/
+25
2018-02-16
tipc: simplify interaction between subscription and topology connection
Jon Maloy
1
-4
/
+6
2018-01-15
tipc: fix bug during lookup of multicast destination nodes
Jon Maloy
1
-4
/
+2
2018-01-09
tipc: improve groupcast scope handling
Jon Maloy
1
-21
/
+19
[next]