Age | Commit message (Expand) | Author | Files | Lines |
2020-08-12 | svm: broadcast on raw dequeues and full rings | Florin Coras | 3 | -7/+28 |
2020-08-12 | vcl: hold errno when calling LDBG | hanlin | 1 | -1/+5 |
2020-08-12 | vcl: EPOLLOUT should be generated when epoll_ctl called with EPOLLOUT | hanlin | 1 | -0/+20 |
2020-08-12 | tcp: accept sack reneging as a cc event | Florin Coras | 1 | -4/+4 |
2020-08-12 | interface: Prevent bad inner-dot1q any exact-match configuration | Jon Loeliger | 2 | -3/+13 |
2020-08-12 | build: use cmake build types | Damjan Marion | 3 | -38/+39 |
2020-08-12 | gtpu: Track the dst FIB entry instead of RR sourcing that | Miklos Tirpak | 1 | -9/+9 |
2020-08-12 | misc: don't os_exit(1) causing core on SIGINT | Christian E. Hopps | 1 | -1/+5 |
2020-08-12 | pg: don't leak open files in packet-generator | Christian E. Hopps | 2 | -0/+4 |
2020-08-12 | vpp: fix .short_help for "ip virtual" | Paul Vinciguerra | 1 | -1/+1 |
2020-08-12 | vxlan geneve gtpu: fix short help | Paul Vinciguerra | 6 | -5/+10 |
2020-08-12 | ip: cleanup punt socket cli help | Paul Vinciguerra | 1 | -11/+20 |
2020-08-12 | feature: add descriptive cli command output for 'set interface feature' | Paul Vinciguerra | 1 | -7/+23 |
2020-08-12 | feature: add [verbose] to show features help | Paul Vinciguerra | 1 | -1/+1 |
2020-08-12 | vlib: fix startup-config-process stack overflow | GordonNoonan | 1 | -0/+1 |
2020-08-12 | vlib: fix an issue with show pci | Vratko Polak | 1 | -1/+1 |
2020-08-12 | build: Allow to override build date with SOURCE_DATE_EPOCH | Bernhard M. Wiedemann | 1 | -3/+8 |
2020-08-12 | vlib: fix vector-as-C-string overflow | Benoît Ganne | 2 | -3/+3 |
2020-08-12 | classify: forbid invalid match config | Benoît Ganne | 1 | -0/+3 |
2020-08-12 | vppinfra: fix cpu flag string overflow | Benoît Ganne | 1 | -7/+5 |
2020-08-12 | l2: fix l2input_feat_names overflow | Benoît Ganne | 1 | -1/+1 |
2020-08-12 | ipsec: Init salt value in SA creation CLI (so it's not random) | Neale Ranns | 1 | -0/+1 |
2020-08-12 | api: fix sock reg passing on read event | Florin Coras | 3 | -26/+24 |
2020-08-12 | ipsec: make sure pad_bytes does not exceed pad data size | Benoît Ganne | 1 | -1/+5 |
2020-08-12 | ip: coverity fix | johny | 1 | -8/+6 |
2020-08-12 | api: fix free socket process args | Florin Coras | 1 | -0/+1 |
2020-08-12 | vcl: RX event may lost when accept session repeatedly | wanghanlin | 1 | -1/+1 |
2020-08-12 | session: close for reset replies independent of state | Florin Coras | 1 | -2/+2 |
2020-08-12 | tcp: fix tail rescue with sacks | Florin Coras | 1 | -5/+7 |
2020-08-12 | ip: fix cancel termination after receive malformed ip6 packet | johny | 2 | -5/+68 |
2020-08-12 | tests: fix wrong checksum error message | Klement Sekera | 1 | -1/+3 |
2020-08-12 | vcl: resolve VCL part session cleanup issue | Yu Ping | 1 | -0/+2 |
2020-08-12 | tls: change SSL_has_pending to avoid BIO check error | Yu Ping | 1 | -2/+2 |
2020-08-12 | map: Fix a coverity MAP dead-code issue. | Jon Loeliger | 1 | -3/+0 |
2020-08-12 | map: Avoid null dereference in 'map show' and 'map del' | Jon Loeliger | 1 | -12/+22 |
2020-08-12 | ip: init l3_hdr_offset when pushing an ip4 header | Florin Coras | 1 | -6/+4 |
2020-08-12 | tests: display stdout and stderr when output caching is disabled | Benoît Ganne | 1 | -2/+2 |
2020-08-12 | flow: fix several crash issues | Chenmin Sun | 3 | -2/+11 |
2020-08-12 | map: Fix inverted 'map security check enable' CLI flag. | Jon Loeliger | 1 | -2/+2 |
2020-08-12 | fib: Another realloc burn | Neale Ranns | 1 | -5/+13 |
2020-08-12 | tcp: invalidate expired timer handles before dispatching | Florin Coras | 3 | -25/+29 |
2020-08-12 | vppapigen: fix typo on f64 endian_string | Paul Vinciguerra | 1 | -4/+4 |
2020-08-12 | papi: add missing base types to serializer | Paul Vinciguerra | 1 | -2/+4 |
2020-08-12 | vppinfra: fix coverity issue 205691 in pmalloc | Andrew Yourtchenko | 1 | -0/+1 |
2020-08-12 | nat: respect arc features (multi worker) | Filip Varga | 7 | -419/+887 |
2020-08-12 | ip6: Fix improper MCAST adj test in IPv6 router solicitation | Jon Loeliger | 1 | -1/+1 |
2020-08-11 | build: Separate ip and ip6 maintainers | Jon Loeliger | 1 | -1/+7 |
2020-08-07 | bfd: add missing cast | Klement Sekera | 1 | -1/+1 |
2020-08-07 | bfd: allow IPv6 link-local address as local address | Alexander Chernavin | 1 | -15/+30 |
2020-08-07 | dhcp: fix dhcpv6 client and dhcpv6 prefix delegation | Dave Barach | 3 | -37/+19 |