aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_ns_frgre.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-31[GPRS] NS: Fix GRE keepalive response in FR-GRE encapsulationHarald Welte1-2/+2
2010-05-28[GPRS] NS: Don't hand Frame Relay LMI packets into the NS codeHarald Welte1-5/+15
2010-05-28[GPRS] NS: Respond to GRE keepalive messagesHarald Welte1-1/+67
2010-05-19[GPRS] NS: properly parse FR DLCI on RxHarald Welte1-10/+4
2010-05-19[GPRS] NS: SOCK_RAW sockets always provide the full IPv4 header on receiveHarald Welte1-5/+14
2010-05-19[GPRS] NS/FR/GRE rcvmsg case: msgb_free() in error caseHarald Welte1-3/+2
2010-05-19[GPRS] NS: FR/GRE: Use AF_INET, correctly encode FR DLCI and GRE payload typeHarald Welte1-3/+4
2010-05-19[GPRS] NS: VTY: Move all local ip/port bind values into 'ns' nodeHarald Welte1-2/+6
2010-05-19[GPRS] Add Frame Relay in GRE encapsulation for NSHarald Welte1-0/+222