linux/net/l2tp
Guillaume Nault 137b5d8704 l2tp: Fix sendmsg() return value
[ Upstream commit a6f79d0f26 ]

PPPoL2TP sockets should comply with the standard send*() return values
(i.e. return number of bytes sent instead of 0 upon success).

Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-06-27 11:27:33 -07:00
..
Kconfig l2tp: Add debugfs files for dumping l2tp debug info 2010-04-03 14:56:07 -07:00
l2tp_core.c l2tp: avoid to use synchronize_rcu in tunnel free function 2012-10-02 10:29:42 -07:00
l2tp_core.h l2tp: avoid to use synchronize_rcu in tunnel free function 2012-10-02 10:29:42 -07:00
l2tp_debugfs.c fix return values of l2tp_dfs_seq_open() 2011-06-05 14:11:09 -07:00
l2tp_eth.c l2tp: fix oops in l2tp_eth_create() error path 2012-11-17 13:16:18 -08:00
l2tp_ip.c l2tp: fix a race in l2tp_ip_sendmsg() 2012-07-16 09:03:45 -07:00
l2tp_netlink.c l2tp: Fix set-but-unused variables. 2011-04-17 17:01:05 -07:00
l2tp_ppp.c l2tp: Fix sendmsg() return value 2013-06-27 11:27:33 -07:00
Makefile l2tp: Add debugfs files for dumping l2tp debug info 2010-04-03 14:56:07 -07:00