Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | lib: Check return values init functions | Sander Vrijders | 2018-09-28 | 6 | -31/+58 | |
| * | ipcpd: Add return value checks to UDP IPCP | Sander Vrijders | 2018-09-27 | 1 | -17/+37 | |
| * | ipcpd: Fix test of routing table calculation | Sander Vrijders | 2018-09-27 | 1 | -4/+4 | |
| * | ipcpd: Remove double close in Ethernet IPCP | Sander Vrijders | 2018-09-27 | 1 | -2/+1 | |
| * | irmd: Add missing unlocks and avoid NULL dereference | Sander Vrijders | 2018-09-27 | 3 | -26/+26 | |
| * | tools: Fix memleaks and buffer overflows in irm tool | Sander Vrijders | 2018-09-27 | 4 | -5/+14 | |
| * | lib: Remove configuration from FRCT | Dimitri Staessens | 2018-09-27 | 2 | -64/+17 | |
| * | include: Remove _DEFAULT_SOURCE in endian.h | Dimitri Staessens | 2018-09-27 | 26 | -4/+105 | |
| * | ipcpd: Simplify routing algorithm selection | Sander Vrijders | 2018-09-14 | 3 | -89/+85 | |
* | | lib: Support for rudimentary retransmission | Dimitri Staessens | 2018-07-27 | 10 | -450/+330 | |
|/ | ||||||
* | ipcpd: Check if mgmt flow event is FLOW_PKT0.11.12 | Sander Vrijders | 2018-07-27 | 2 | -2/+5 | |
* | ipcpd: Fix sequence number check for link state0.11.11 | Sander Vrijders | 2018-07-25 | 2 | -12/+12 | |
* | tools: Enhance irm connect and disconnect command0.11.10 | Sander Vrijders | 2018-07-23 | 3 | -27/+35 | |
* | ipcpd: Only forward new LSAs of the LSDB | Sander Vrijders | 2018-07-15 | 1 | -17/+36 | |
* | ipcpd: React to flow events actively | Sander Vrijders | 2018-07-04 | 4 | -18/+55 | |
* | tools: Add unidirectional test to operf | Sander Vrijders | 2018-06-25 | 4 | -88/+208 | |
* | ipcpd: Recalculate PFF only if LSDB changed | Sander Vrijders | 2018-06-19 | 1 | -18/+50 | |
* | ipcpd: Change connection down to flow down | Sander Vrijders | 2018-06-19 | 7 | -19/+82 | |
* | Merge branch 'testing' into be | Sander Vrijders | 2018-06-15 | 1 | -2/+6 | |
|\ | ||||||
| * | lib: Mark flows down on fini | Dimitri Staessens | 2018-06-15 | 1 | -2/+6 | |
* | | Merge branch 'testing' into be | Sander Vrijders | 2018-06-15 | 1 | -2/+3 | |
|\| | ||||||
| * | ipcpd: Fix RIB output for dt component | Dimitri Staessens | 2018-06-15 | 1 | -2/+3 | |
* | | Merge branch 'testing' into be | Sander Vrijders | 2018-06-13 | 10 | -204/+147 | |
|\| | ||||||
| * | lib: Use macros for all time utility functions0.11.9 | Dimitri Staessens | 2018-06-13 | 8 | -181/+118 | |
| * | ipcpd: Get mtu using ioctl before hw address | Dimitri Staessens | 2018-06-13 | 1 | -6/+6 | |
| * | ipcpd: Fix MTU handling in eth | Dimitri Staessens | 2018-06-13 | 1 | -16/+22 | |
| * | lib: Change prefix to mountpt in RIB | Sander Vrijders | 2018-06-13 | 1 | -1/+1 | |
* | | tools: Add newlines to printf statements in oping | Sander Vrijders | 2018-06-08 | 2 | -3/+3 | |
* | | Merge branch 'testing' into be | Sander Vrijders | 2018-06-08 | 3 | -139/+40 | |
|\| | ||||||
| * | irmd: Remove shm_sanitizer thread | Dimitri Staessens | 2018-06-08 | 3 | -139/+40 | |
* | | Merge branch 'testing' into be | Sander Vrijders | 2018-06-08 | 2 | -1/+16 | |
|\| | ||||||
| * | ipcpd: Limit eth MTU to rdrb in single-block mode | Dimitri Staessens | 2018-06-08 | 2 | -1/+16 | |
* | | lib: Fix bad bounds calculation in frct | Dimitri Staessens | 2018-06-08 | 1 | -1/+1 | |
* | | ipcpd: Support data QoS cube in UDP shim | Sander Vrijders | 2018-06-08 | 1 | -1/+1 | |
* | | lib: Add a data qos cube | Dimitri Staessens | 2018-06-08 | 11 | -15/+51 | |
|/ | ||||||
* | ipcpd: Support raw qos in eth and udp IPCPs | Dimitri Staessens | 2018-06-08 | 2 | -2/+2 | |
* | lib: Remove unused #define in rdrbuff | Dimitri Staessens | 2018-06-08 | 1 | -3/+0 | |
* | lib: Fix rollover and return value in FRCT | Dimitri Staessens | 2018-06-08 | 1 | -4/+6 | |
* | ipcpd: Add priority for raw flows | Dimitri Staessens | 2018-06-07 | 3 | -0/+8 | |
* | irmd: Retry bind for live processes | Dimitri Staessens | 2018-06-06 | 1 | -5/+20 | |
* | tools: Add quiet option to oping | Dimitri Staessens | 2018-06-06 | 2 | -18/+32 | |
* | tools: Support qosspecs in oping | Dimitri Staessens | 2018-06-05 | 2 | -17/+39 | |
* | lib: Define default qosspecs in qos sources | Dimitri Staessens | 2018-06-05 | 3 | -32/+38 | |
* | tools: Allow specifying duration for oping | Dimitri Staessens | 2018-06-05 | 1 | -6/+39 | |
* | tools: Add out-of-order statistics to oping | Dimitri Staessens | 2018-06-05 | 2 | -3/+16 | |
* | lib: Add a QOS_RAW QoS cube | Dimitri Staessens | 2018-06-05 | 4 | -15/+37 | |
* | lib: Simplify delta-t logic | Dimitri Staessens | 2018-06-05 | 3 | -58/+56 | |
* | lib: Remove rq tests | Dimitri Staessens | 2018-06-04 | 2 | -116/+0 | |
* | lib: Fix memleak in hashtable test | Dimitri Staessens | 2018-06-04 | 1 | -0/+1 | |
* | lib: Revise FRCT reordering | Dimitri Staessens | 2018-06-04 | 5 | -249/+47 |