Commit Graph

260 Commits (b21926091baa35ab2926f36d5b3f89acac947729)

Author SHA1 Message Date
Federico Cabiddu b21926091b MT#55283 kernel-module: zero skb->tstamp before forwarding to fix fq horizon drop
3 weeks ago
Federico Cabiddu 6e31a0a791 MT#55283 kernel-module: zero queue_mapping before forwarding to fix Cilium throttle drop
3 weeks ago
Federico Cabiddu f21104e084 MT#55283 kernel-module: clear skb->mark before forwarding to fix Cilium routing
3 weeks ago
Richard Fuchs 93da10f8fc MT#55283 improve version handling
1 month ago
Richard Fuchs 73ead7a1d6 MT#55283 fix refcount release
1 month ago
Richard Fuchs 9b78502685 MT#55283 honour .release-version also for .ko
1 month ago
Richard Fuchs 1856cadd13 MT#55283 fix stream close race condition
2 months ago
Richard Fuchs eb20992fe2 MT#63317 re-fix extension parsing
8 months ago
Richard Fuchs 9b0b11a386 MT#63317 fix RTP extension parsing
9 months ago
Richard Fuchs 44fc238e10 MT#55283 add missing MODULE_DESCRIPTION/AUTHOR
11 months ago
Richard Fuchs bbe7581473 MT#55283 use ccflags instead of EXTRA_CFLAGS
11 months ago
Richard Fuchs 4995499f1d MT#55283 fix kernel version generating booboo
11 months ago
Richard Fuchs b18aec837a MT#55283 version-guard static_assert
1 year ago
Richard Fuchs b1ae6e3620 MT#61993 use module source directory for temp file
1 year ago
Guillem Jover 1e1075bf38 MT#61993 build: Rework to use a config.mk generated during the build
1 year ago
Guillem Jover 67a2b222c7 MT#61993 build: Force recursive variables into simple ones
1 year ago
Richard Fuchs d2ab045199 MT#55283 fix kernel compilation for >= 6.13
1 year ago
Richard Fuchs d24b3cbeab MT#55283 remove debugging remnants
1 year ago
Richard Fuchs 5cb3389c4b MT#55283 compile fix for CentOS 9
2 years ago
Alexandru Pirvulescu f0198fe58d MT#55283 Ensure copy pointer don't leak memory
2 years ago
Richard Fuchs 39267f4d61 MT#55283 use #ifdef instead of #if
2 years ago
Richard Fuchs c3dd3dc558 MT#55283 trigger rekernel for SSRC-less streams
2 years ago
Richard Fuchs f4ca512c77 MT#55283 fix ISO C90 warning
2 years ago
Richard Fuchs e767972ba5 MT#55283 fix compilation for kernel >=6.10
2 years ago
Richard Fuchs 069134412a MT#55283 protect against null ssrc_stats
2 years ago
Richard Fuchs 860ce31f63 MT#55283 prevent uninitialised pointer access
2 years ago
Richard Fuchs 7ce993343b MT#60325 allow for kernels without CONFIG_BTREE
2 years ago
Richard Fuchs 7230a45efb MT#55283 safeguard against outputs with dummy SSRC
2 years ago
Richard Fuchs 38b17eb04d MT#55283 support kernel-based media player
2 years ago
Richard Fuchs 649485face MT#55283 compile fix for kernels < 5.14
2 years ago
Richard Fuchs 7e90f4db2b MT#55283 add last_packet time to stats
2 years ago
Richard Fuchs 1b378c616c MT#55283 obsolete kernel RTCP sender
2 years ago
Richard Fuchs 74f07ccc41 MT#55283 remove vestiges of kernel<>user stats
2 years ago
Richard Fuchs f389b42ab4 MT#55283 obsolete /blist
2 years ago
Richard Fuchs 7599e55a59 MT#55283 move last_pt to SSRC context
2 years ago
Richard Fuchs cf64a137c1 MT#55283 eliminate last_rtcp_index
2 years ago
Richard Fuchs a56deffe9a MT#55283 eliminate last_rtp_index
2 years ago
Richard Fuchs af96fc777f MT#55283 track SSRC stats in kernel via shm
2 years ago
Richard Fuchs 9ba3297d44 MT#55283 move packets_lost to shm
2 years ago
Richard Fuchs 1ca584838a MT#55283 push ssrc_stats to kernel
2 years ago
Richard Fuchs a1a1e42b02 MT#55283 move ssrc_stats into kernel header
2 years ago
Richard Fuchs 2698e53948 MT#55283 eliminate `basic_stats` struct
2 years ago
Richard Fuchs 2c425bc47e MT#55283 move TOS reporting to shm
2 years ago
Richard Fuchs 89984967e2 MT#55283 move RTP stats into shm
2 years ago
Richard Fuchs b3d50ccb7f MT#55283 move rtp_stats to bufferpool
2 years ago
Richard Fuchs 263234b1c7 MT#55283 move kernel stats counting to shm
2 years ago
Richard Fuchs fa259767f1 MT#55283 push global rtpe_stats in shm to kernel
2 years ago
Richard Fuchs 7e8acd6102 MT#55283 split up table open and init
2 years ago
Richard Fuchs e08c46a358 MT#55283 split out counter_stats_fields.inc
2 years ago
Richard Fuchs 311f5bc31c MT#55283 move last_packet timestamp to shm
2 years ago