Age | Commit message (Expand) | Author | Files | Lines |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 2 | -9/+9 |
2020-12-08 | fib: Source Address Selection | Neale Ranns | 1 | -2/+2 |
2020-05-06 | docs: clean up make docs job | Paul Vinciguerra | 5 | -13/+10 |
2020-04-16 | igmp: fix igmp proxy group merge | Benoît Ganne | 6 | -24/+25 |
2020-03-17 | fib: Always install all routers mcast addresses | Neale Ranns | 1 | -3/+3 |
2020-02-18 | misc: fix coverity warnings | Dave Barach | 1 | -1/+1 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published | John DeNisco | 1 | -1/+1 |
2020-01-03 | igmp: Add feature.yaml | Neale Ranns | 1 | -0/+9 |
2019-12-14 | tests: changes for scapy 2.4.3 migration | snaramre | 1 | -1/+2 |
2019-12-06 | igmp: use explicit types in api | Ole Troan | 1 | -10/+11 |
2019-11-08 | tests: python3 use byte strings in raw() | Ole Troan | 1 | -1/+1 |
2019-11-05 | misc: Fix python scripts shebang line | Renato Botelho do Couto | 1 | -1/+1 |
2019-09-27 | igmp: remove api boilerplate | Ole Troan | 4 | -145/+6 |
2019-09-16 | api: autogenerate api trace print/endian | Ole Troan | 1 | -0/+4 |
2019-08-22 | tests: move plugin tests to src/plugins/*/test | Dave Wallace | 2 | -0/+909 |
2019-08-20 | vppapigen: remove support for legacy typedefs | Paul Vinciguerra | 1 | -1/+1 |
2019-06-30 | igmp: accept packets that have more on the wire data than IGMP reports. | Neale Ranns | 1 | -13/+19 |
2019-06-28 | igmp: Trace more data form input packets | Neale Ranns | 2 | -7/+16 |
2019-06-18 | fib: fib api updates | Neale Ranns | 2 | -22/+19 |
2019-05-16 | init / exit function ordering | Dave Barach | 3 | -22/+21 |
2019-05-03 | plugins: clean up plugin descriptions | Dave Wallace | 1 | -1/+1 |
2019-04-23 | API: Python and Unix domain socket improvement | Ole Troan | 2 | -7/+3 |
2019-04-10 | API: Fix shared memory only action handlers. | Ole Troan | 1 | -21/+21 |
2019-03-14 | IGMP: typo and doc fix (no behaviour change) | Neale Ranns | 2 | -7/+7 |
2019-01-20 | buffers: don't init metadata, as it is already initialized | Damjan Marion | 1 | -3/+0 |
2018-12-13 | make build failure. | Paul Vinciguerra | 1 | -2/+2 |
2018-12-06 | API: Change ip4_address and ip6_address to use type alias. | Ole Troan | 1 | -2/+2 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 2 | -8/+8 |
2018-11-13 | IGMP: improve CLI debug output | Neale Ranns | 9 | -42/+163 |
2018-11-06 | IGMP: Improved handling of (*,G) join and leave | Neale Ranns | 1 | -20/+74 |
2018-10-23 | c11 safe string handling support | Dave Barach | 6 | -12/+12 |
2018-10-16 | IGMP: proxy device | Jakub Grajciar | 15 | -12/+749 |
2018-10-01 | IGMP: handle (*,G) report with no source addresses | Neale Ranns | 1 | -8/+14 |
2018-09-24 | Trivial: Clean up some typos. | Paul Vinciguerra | 12 | -17/+17 |
2018-08-27 | IGMP: enable command on cli | Neale Ranns | 4 | -2/+84 |
2018-08-27 | cmake: Fix plugins .h includes | Mohsin Kazmi | 1 | -0/+4 |
2018-08-25 | cmake: improve add_vpp_plugin macro | Damjan Marion | 1 | -2/+5 |
2018-08-17 | CMake as an alternative to autotools (experimental) | Damjan Marion | 1 | -0/+29 |
2018-07-12 | IGMP: validate the packets length in the DP | Neale Ranns | 3 | -25/+55 |
2018-07-10 | IGMP: coverity found defects | Neale Ranns | 3 | -4/+10 |
2018-07-09 | IGMP improvements | Neale Ranns | 27 | -1734/+3760 |
2018-06-29 | igmp: bugfix and minor improvements | Jakub Grajciar | 5 | -76/+60 |
2018-06-10 | IGMP: use simple u32 bit hash key | Neale Ranns | 3 | -18/+15 |
2018-06-08 | Add reaper functions to want events APIs (VPP-1304) | Neale Ranns | 2 | -32/+43 |
2018-05-23 | VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message. | Ole Troan | 1 | -1/+1 |
2018-04-25 | igmp: disable debug messages | Damjan Marion | 1 | -1/+1 |
2018-04-25 | igmp: data structure refactoring | Jakub Grajciar | 5 | -350/+820 |
2018-04-17 | igmp: fix debug macro | Jakub Grajciar | 3 | -13/+13 |
2018-03-23 | IGMP: coverity fixes and remove checks for scapy IGMPv3 | Neale Ranns | 2 | -9/+5 |
2018-03-21 | IGMP plugin initialises the FIB/MFIB via ip4 module | Neale Ranns | 1 | -1/+4 |