Commit Graph

641 Commits (9a11040ff962304c1838aa9a9f33be78784eae47)

Author SHA1 Message Date
Erik Hugne 64380a04de tipc: fix message corruption bug for deferred packets 11 years ago
Steffen Hurrle 342dfc306f net: add build-time checks for msg->msg_name size 11 years ago
Ying Xue 9bbb4ecc68 tipc: standardize recvmsg routine 11 years ago
Ying Xue 391a6dd1da tipc: standardize sendmsg routine of connected socket 11 years ago
Ying Xue 3f40504f7e tipc: standardize sendmsg routine of connectionless socket 11 years ago
Ying Xue 6398e23cdb tipc: standardize accept routine 11 years ago
Ying Xue 78eb3a5379 tipc: standardize connect routine 11 years ago
stephen hemminger 963a185539 tipc: spelling fixes 11 years ago
Jon Paul Maloy 581465fa28 tipc: make link start event synchronous 11 years ago
Ying Xue f9a2c80b8b tipc: introduce new spinlock to protect struct link_req 11 years ago
Jon Paul Maloy b9d4c33935 tipc: remove 'has_redundant_link' flag from STATE link protocol messages 11 years ago
Jon Paul Maloy 170b3927b4 tipc: rename functions related to link failover and improve comments 11 years ago
Erik Hugne 732256b933 tipc: correctly unlink packets from deferred packet queue 11 years ago
stephen hemminger eec73f1c96 tipc: remove unused code 11 years ago
stephen hemminger 9805696399 tipc: make local function static 11 years ago
wangweidong b055597697 tipc: make the code look more readable 11 years ago
Ying Xue 84602761ca tipc: fix deadlock during socket release 11 years ago
wangweidong d3fbccf2b0 tipc: change lock_sock order in connect() 11 years ago
wangweidong 776a74ce07 tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h> 11 years ago
wangweidong 3b8401fe9d tipc: kill unnecessary goto's 11 years ago
wangweidong 0cee6bbe06 tipc: remove unnecessary variables and conditions 11 years ago
Ying Xue 77a7e07a78 tipc: remove unused 'blocked' flag from tipc_link struct 11 years ago
Ying Xue e4d050cbf7 tipc: eliminate code duplication in media layer 11 years ago
Ying Xue 6e967adf79 tipc: relocate common functions from media to bearer 11 years ago
Ying Xue 37cb062007 tipc: remove TIPC usage of field af_packet_priv in struct net_device 11 years ago
Jon Paul Maloy ef72a7e02a tipc: improve naming and comment consistency in media layer 11 years ago
Jon Paul Maloy 5702dbab68 tipc: initiate media type array at compile time 11 years ago
Ying Xue d77b3831f7 tipc: eliminate redundant code with kfree_skb_list routine 11 years ago
Ying Xue 00ede97709 tipc: protect handler_enabled variable with qitem_lock spin lock 11 years ago
Jon Paul Maloy 993b858e37 tipc: correct the order of stopping services at rmmod 11 years ago
Erik Hugne 512137eeff tipc: remove interface state mirroring in bearer 11 years ago
Hannes Frederic Sowa f3d3342602 net: rework recvmsg handler msg_name and msg_namelen logic 11 years ago
Johannes Berg c53ed74236 genetlink: only pass array to genl_register_family_with_ops() 11 years ago
Erik Hugne 3db0a197ed tipc: fix dereference before check warning 11 years ago
Erik Hugne a715b49e79 tipc: reassembly failures should cause link reset 11 years ago
Erik Hugne 40ba3cdf54 tipc: message reassembly using fragment chain 11 years ago
Erik Hugne 528f6f4bf3 tipc: don't reroute message fragments 11 years ago
Ying Xue 3af390e2c5 tipc: remove two indentation levels in tipc_recv_msg routine 11 years ago
Joe Perches c1b1203d65 net: misc: Remove extern from function prototypes 11 years ago
Erik Hugne bbfbe47cc9 tipc: simplify the link lookup routine 11 years ago
Ying Xue 636c0371a7 tipc: correct return value of link_cmd_set_value routine 11 years ago
Ying Xue 6798158348 tipc: correct return value of recv_msg routine 11 years ago
Ying Xue f2875c3cc4 tipc: avoid unnecessary lookup for tipc bearer instance 11 years ago
Ying Xue 4babbaa8a1 tipc: make bearer and media naming consistent 11 years ago
Ying Xue 4068243208 tipc: silence sparse warnings 11 years ago
Ying Xue 9446b87add tipc: remove iovec length parameter from all sending functions 11 years ago
Ying Xue 5c0a0fc81f tipc: don't use memcpy to copy from user space 11 years ago
Erik Hugne 2c8d851823 tipc: set sk_err correctly when connection fails 12 years ago
dingtianhong d4cca39d90 tipc: avoid possible deadlock while enable and disable bearer 12 years ago
Ying Xue c756891a4e tipc: fix oops when creating server socket fails 12 years ago