osmo-el2tpd/siu/l2tp
Alexander Couzens aa97a1d4b1 l2tpd_lapd: fix memleak when sending data to unix sockets
The msg was allocated a second time by msgb_copy() even when lapd_ehdlc_to_lapd
handles the further allocation itself. Meaning every data packet leaked.
2020-05-03 19:27:45 +02:00
..
rfc WIP: L2TP daemon to interoperate with Ericsson SIU 2016-10-14 16:47:46 +02:00
Makefile l2tpd: move logging into own file 2020-05-03 19:27:45 +02:00
crc32.c implement l2tpd_tx_data including crc32 2016-11-02 20:48:40 +01:00
crc32.h implement l2tpd_tx_data including crc32 2016-11-02 20:48:40 +01:00
l2tp_protocol.h implement lapd decoding/encoding and rx/tx data path 2016-11-02 21:31:49 +01:00
l2tpd.c l2tpd: add name to traffic_channels to improve logging 2020-05-03 19:27:45 +02:00
l2tpd.h l2tpd: add name to traffic_channels to improve logging 2020-05-03 19:27:45 +02:00
l2tpd_data.c l2tpd: Add mechanism for explicitly ACKing a packet after 20ms 2016-11-13 19:56:15 +01:00
l2tpd_data.h l2tpd_data: search for a specific session_id using all connections 2016-10-31 00:45:47 +01:00
l2tpd_fsm.c move osmo_fsm_register() of fsm into constructor of l2tp_fsm.c 2020-05-03 19:27:45 +02:00
l2tpd_fsm.h l2tpd_packet/fsm: fix last missing parts for conf_fsm 2016-10-30 21:08:47 +01:00
l2tpd_lapd.c l2tpd_lapd: fix memleak when sending data to unix sockets 2020-05-03 19:27:45 +02:00
l2tpd_lapd.h implement lapd decoding/encoding and rx/tx data path 2016-11-02 21:31:49 +01:00
l2tpd_logging.c l2tpd: move logging into own file 2020-05-03 19:27:45 +02:00
l2tpd_logging.h l2tpd: move logging into own file 2020-05-03 19:27:45 +02:00
l2tpd_packet.c l2tpd_lapd: fix memleak when sending data to unix sockets 2020-05-03 19:27:45 +02:00
l2tpd_packet.h implement l2tpd_tx_data including crc32 2016-11-02 20:48:40 +01:00
l2tpd_socket.c l2tpd_socket: complete unix socket implementation 2016-11-02 20:51:30 +01:00
l2tpd_socket.h l2tpd_socket: complete unix socket implementation 2016-11-02 20:51:30 +01:00
test_connect.c test_connect: remove 'socket.h' 2016-11-13 19:56:15 +01:00