aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WIP: add rate_ctr_group to log_targetlaforge/usdtHarald Welte2021-02-033-3/+45
* logging: Attempt a synchronous, non-blocking write first (file, stderr)Harald Welte2021-02-031-17/+30
* logging: Avoid memcpy from stack to msgb in _file_output()Harald Welte2021-02-031-18/+43
* logging: Change stderr + file target to use non-blocking writeHarald Welte2021-02-034-21/+313
* Enable systemd-journald log target in debian + rpm packagingHarald Welte2021-02-033-2/+4
* initial support for static userspace probes via systemtapHarald Welte2021-02-037-1/+103
* gprs_ns2_frgre: check iph/ip6h before passing them to rx functionsAlexander Couzens2021-02-031-2/+8
* gprs_ns2_frgre: set a correct gre pointer for ipv6Alexander Couzens2021-02-031-1/+5
* frame_relay: fix NULL pointer derefAlexander Couzens2021-02-031-0/+1
* gprs_ns2_fr: free_bind(): first do the NULL check before using membersAlexander Couzens2021-02-031-1/+1
* gprs_ns2: unify the handling of **result when bind already present.Alexander Couzens2021-02-033-9/+15
* gprs_ns2_vc_fsm: rename ST_ALIVE -> ST_RECOVERINGAlexander Couzens2021-02-031-17/+17
* gprs_ns2_vc_fsm: reset ALIVE N counter when restarting the test procedure.Alexander Couzens2021-02-031-0/+1
* gprs_ns2: prevent division by zero in load_sharingAlexander Couzens2021-02-021-1/+8
* osmo-ns-dummy: Add "mirror-mode" to mirror back any received packetsHarald Welte2021-02-022-10/+44
* ns2: Don't start sending NS-RESET until FR DLC is availableHarald Welte2021-02-021-2/+12
* ns2: Stop test procedure when going into unconfigured stateHarald Welte2021-02-021-0/+7
* ns2: Don't automatically re-start FSM at FORCE_UNCONFIGUREDHarald Welte2021-02-022-1/+1
* frame_relay: cosmetic: Unify log syntax when discarding Rx packetsHarald Welte2021-02-021-2/+2
* frame_relay: Discard received messages for DLC not yet activeHarald Welte2021-02-021-7/+10
* frame_relay: Add status call-backs for link + DLC status changesHarald Welte2021-02-023-16/+40
* gsm_7bit_encode_n(): fix integer overflow in gsm_septets2octets()Vadim Yanitskiy2021-02-015-15/+20
* gsm_7bit_encode_n(): test encoding of more than 250 septetsVadim Yanitskiy2021-02-012-0/+70
* frame_relay: Send "Fuil Status" ENQUIRY after link recoversHarald Welte2021-02-011-1/+5
* sim: fix gcc 4.9.2 + -std=gnu11 errorOliver Smith2021-02-011-1/+1
* ns2: cosmetic: fix indent levelsHarald Welte2021-02-011-4/+4
* ns2: Print NS-STATUS.ind primitives to the logHarald Welte2021-02-011-3/+10
* ns2: Fix typos in commentsHarald Welte2021-02-011-5/+5
* ns2: Introduce a per-bind stat_item group with backlog lengthHarald Welte2021-02-014-1/+37
* ns2: Rename nsi->rate_ctr_idx to nsi->nsvc_rate_ctr_idxHarald Welte2021-02-012-4/+4
* ns2: Memory allocation failures are ENOMEM, not ENOSPCHarald Welte2021-02-014-5/+5
* ns2: Move to one common/shared ns2_bind_alloc()Harald Welte2021-02-016-83/+66
* ns2: Add a rate_ctr for each NS-UNBLOCKHarald Welte2021-01-313-0/+5
* ns2: Implement more rate countersHarald Welte2021-01-311-1/+5
* ns2: count number of dropped packets / bytes on transmitHarald Welte2021-01-313-3/+17
* ns2: Properly report packet drops in FR codeHarald Welte2021-01-311-6/+7
* ns2: Increment Rx and Tx byte / packet countersHarald Welte2021-01-312-0/+6
* ns2: encapsulate calls to nsvc->bind->send_vc()Harald Welte2021-01-311-12/+17
* ns2: Use named array initializers to avoid mistakesHarald Welte2021-01-313-30/+27
* ns2: Work around AF_PACKET socket ENOBUFS problemsHarald Welte2021-01-311-25/+166
* osmo-ns-dummy: Add simple NS traffic generatorHarald Welte2021-01-303-1/+312
* ns2: Log ERROR if we cannot transmit a packet due to ENOBUFSHarald Welte2021-01-301-3/+7
* ns2: Use proper return value from write_queue callback functionHarald Welte2021-01-301-1/+6
* gprs_bssgp: agregate RIM related code in gprs_bssgp_rim.cPhilipp Maier2021-01-296-293/+307
* gsm: bts_features: Introduce BTS_FEAT_CCNPau Espin Pedrol2021-01-292-0/+2
* gsm: Fix wrong length in SI13 GPRS Cell Options IEPau Espin Pedrol2021-01-291-2/+2
* cosmetic: fix typo in commentPau Espin Pedrol2021-01-291-1/+1
* ctrl_connection: Initialize write_queue.bfd.fd to -1 during allocationPau Espin Pedrol2021-01-291-0/+1
* ns2: Fix assert when removing a bind listenDaniel Willmann2021-01-291-1/+1
* gprs_ns2: correct vty config writeAlexander Couzens2021-01-281-16/+26