Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-03-19 | IGMP plugin | Jakub Grajciar | 12 | -0/+2720 |