Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c24449b321095d8c80cdda3d68107269c1d5569f
/
net
/
tipc
/
netlink_compat.c
1980d37
tipc: convert dest node's address to network order
by Hoang Le
· 3 years, 10 months ago
c32c928
tipc: do sanity check payload of a netlink message
by Hoang Le
· 4 years ago
872f690
treewide: rename nla_strlcpy to nla_strscpy.
by Francis Laniel
· 4 years, 1 month ago
79b1119
net: tipc: Add __printf() markup to fix -Wsuggest-attribute=format
by Andrew Lunn
· 4 years, 2 months ago
b3b7e64
net: tipc: Fix parameter types passed to %s formater
by Andrew Lunn
· 4 years, 2 months ago
66a9b92
genetlink: move to smaller ops wherever possible
by Jakub Kicinski
· 4 years, 3 months ago
47733f9
tipc: fix uninit skb->data in tipc_nl_compat_dumpit()
by Cong Wang
· 4 years, 4 months ago
a7869e5
tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit error
by Ying Xue
· 5 years ago
fd567ac
tipc: fix link name length check
by John Rutherford
· 5 years ago
6ea6776
net: tipc: prepare attrs in __tipc_nl_compat_dumpit()
by Jiri Pirko
· 5 years ago
c6c0861
net: tipc: allocate attrs locally instead of using genl_family_attrbuf in compat_dumpit()
by Jiri Pirko
· 5 years ago
4da5f00
tipc: compat: allow tipc commands without arguments
by Taras Kondratiuk
· 5 years ago
d96ff26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
4f07b80
tipc: check msg->req data len in tipc_nl_compat_bearer_disable
by Xin Long
· 6 years ago
8bc81c5
tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_set
by Xin Long
· 6 years ago
ef6243a
genetlink: optionally validate strictly/dumps
by Johannes Berg
· 6 years ago
8cb0817
netlink: make validation more configurable for future strictness
by Johannes Berg
· 6 years ago
ae0be8d
netlink: make nla_nest_start() add NLA_F_NESTED flag
by Michal Kubecek
· 6 years ago
2ac695d1
tipc: handle the err returned from cmd header function
by Xin Long
· 6 years ago
8c63bf9
tipc: check link name with right length in tipc_nl_compat_link_set
by Xin Long
· 6 years ago
6f07e5f
tipc: check bearer name with right length in tipc_nl_compat_bearer_enable
by Xin Long
· 6 years ago
2753ca5
tipc: fix uninit-value in tipc_nl_compat_doit
by Ying Xue
· 6 years ago
974cb0e
tipc: fix uninit-value in tipc_nl_compat_name_table_dump
by Ying Xue
· 6 years ago
edf5ff0
tipc: fix uninit-value in tipc_nl_compat_link_set
by Ying Xue
· 6 years ago
0762216
tipc: fix uninit-value in tipc_nl_compat_bearer_enable
by Ying Xue
· 6 years ago
8b66fee
tipc: fix uninit-value in tipc_nl_compat_link_reset_stats
by Ying Xue
· 6 years ago
f87d8ad
tipc: fix memory leak in tipc_nl_compat_publ_dump
by Gustavo A. R. Silva
· 6 years ago
46273cf
tipc: fix a missing check of genlmsg_put
by Kangjie Lu
· 6 years ago
89dfd00
net/netlink_compat: Fix a missing check of nla_parse_nested
by Aditya Pakki
· 6 years ago
12a78b0
tipc: check return value of __tipc_dump_start()
by Cong Wang
· 6 years ago
8f5c5fc
tipc: call start and done ops directly in __tipc_nl_compat_dumpit()
by Cong Wang
· 6 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
ed4ffdf
tipc: Fix missing RTNL lock protection during setting link properties
by Ying Xue
· 7 years ago
e5d1a1e
tipc: Refactor __tipc_nl_compat_doit
by Ying Xue
· 7 years ago
042a901
net: tipc: constify genl_ops
by Arvind Yadav
· 7 years ago
5bfd37b
tipc: fix use-after-free
by Eric Dumazet
· 7 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
56989f6
genetlink: mark families as __ro_after_init
by Johannes Berg
· 8 years ago
489111e
genetlink: statically initialize families
by Johannes Berg
· 8 years ago
a07ea4d
genetlink: no longer support using static family IDs
by Johannes Berg
· 8 years ago
55e77a3
tipc: fix nl compat regression for link statistics
by Richard Alpe
· 8 years ago
5d2be14
tipc: fix an infoleak in tipc_nl_compat_link_dump
by Kangjie Lu
· 9 years ago
297f7d2
tipc: fix potential null pointer dereferences in some compat functions
by Baozeng Ding
· 9 years ago
03aaaa9
tipc: fix nametable publication field in nl compat
by Richard Alpe
· 9 years ago
619b174
tipc: fix null deref crash in compat config path
by Florian Westphal
· 9 years ago
263ea09
Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"
by Florian Westphal
· 9 years ago
38206d5
tipc: narrow down interface towards struct tipc_link
by Jon Paul Maloy
· 9 years ago
5be9c08
tipc: narrow down exposure of struct tipc_node
by Jon Paul Maloy
· 9 years ago
8f8ff913
tipc: don't sanity check non-existing TLV (NL compat)
by Richard Alpe
· 9 years ago
b063bc5
tipc: send explicit not supported error in nl compat
by Richard Alpe
· 10 years ago
c3d6fb8
tipc: fix default link prop regression in nl compat
by Richard Alpe
· 10 years ago
22ae7cf
tipc: nl compat add noop and remove legacy nl framework
by Richard Alpe
· 10 years ago
5a81a63
tipc: convert legacy nl stats show to nl compat
by Richard Alpe
· 10 years ago
3c26181
tipc: convert legacy nl net id get to nl compat
by Richard Alpe
· 10 years ago
964f950
tipc: convert legacy nl net id set to nl compat
by Richard Alpe
· 10 years ago
d7cc75d
tipc: convert legacy nl node addr set to nl compat
by Richard Alpe
· 10 years ago
4b28cb5
tipc: convert legacy nl node dump to nl compat
by Richard Alpe
· 10 years ago
5bfc335
tipc: convert legacy nl media dump to nl compat
by Richard Alpe
· 10 years ago
487d2a3
tipc: convert legacy nl socket dump to nl compat
by Richard Alpe
· 10 years ago
44a8ae9
tipc: convert legacy nl name table dump to nl compat
by Richard Alpe
· 10 years ago
1817877
tipc: convert legacy nl link stat reset to nl compat
by Richard Alpe
· 10 years ago
37e2d48
tipc: convert legacy nl link prop set to nl compat
by Richard Alpe
· 10 years ago
357ebdb
tipc: convert legacy nl link dump to nl compat
by Richard Alpe
· 10 years ago
f2b3b2d
tipc: convert legacy nl link stat to nl compat
by Richard Alpe
· 10 years ago
9ab1546
tipc: convert legacy nl bearer enable/disable to nl compat
by Richard Alpe
· 10 years ago
d0796d1
tipc: convert legacy nl bearer dump to nl compat
by Richard Alpe
· 10 years ago
bfb3e5d
tipc: move and rename the legacy nl api to "nl compat"
by Richard Alpe
· 10 years ago