Age | Commit message (Expand) | Author | Files | Lines |
2020-02-11 | vppinfra: remove the historical mheap memory allocator | Dave Barach | 1 | -4/+0 |
2020-02-11 | sr: update NH value for Ethernet payloads | pcamaril | 1 | -1/+2 |
2020-02-11 | ip: fix ip-local errors | Florin Coras | 3 | -3/+4 |
2020-02-10 | ip: more detailed show reassembly commands | Vladimir Ratnikov | 4 | -7/+33 |
2020-02-10 | ip6: fix l4 checksum with hop-by-hop header | Matthew Smith | 1 | -13/+23 |
2020-02-04 | ip: translate fragmented icmp to fragmented icmp6 | Alexander Chernavin | 1 | -2/+27 |
2020-01-30 | gre: Tunnel encap/decap flags | Neale Ranns | 1 | -1/+1 |
2020-01-15 | ip: align reass.save_rewrite_lengthv20.05-rc0 | Klement Sekera | 2 | -16/+0 |
2020-01-15 | ip6: during icmp to icmp6 translation truncate error messages | Alexander Chernavin | 1 | -2/+2 |
2020-01-14 | classify: Reduce the include dependencies on vnet_classify.h | Neale Ranns | 3 | -1/+2 |
2020-01-11 | ip: avoid fib lookup for consecutive pkts having same source IP | Nitin Saxena | 1 | -5/+5 |
2020-01-03 | ip: API cleanup | Jakub Grajciar | 1 | -25/+26 |
2020-01-03 | nat: use SVR | Klement Sekera | 7 | -512/+413 |
2020-01-01 | ip: indent format typo fix | Neale Ranns | 1 | -8/+6 |
2019-12-17 | ip: cleanup punt socket cli help | Paul Vinciguerra | 1 | -11/+20 |
2019-12-17 | ip: Protocol Independent IP Neighbors | Neale Ranns | 21 | -9426/+1358 |
2019-12-16 | vppinfra: bihash walk cb typedef and continue/stop controls | Neale Ranns | 5 | -7/+13 |
2019-12-13 | ip: SVR: fix wrong return value | Klement Sekera | 2 | -2/+2 |
2019-12-10 | ip: use explicit types in api | Ole Troan | 1 | -73/+74 |
2019-12-10 | api: multiple connections per process | Dave Barach | 3 | -3/+3 |
2019-12-08 | ip: coverity fix | johny | 1 | -8/+6 |
2019-12-05 | ip: fix cancel termination after receive malformed ip6 packet | johny | 2 | -5/+68 |
2019-12-04 | fib: Decouple source from priority and behaviour | Neale Ranns | 1 | -1/+1 |
2019-12-04 | gso: remove the interface count | Mohsin Kazmi | 2 | -29/+13 |
2019-12-04 | ip6: Fix improper MCAST adj test in IPv6 router solicitation | Jon Loeliger | 1 | -1/+1 |
2019-12-04 | ip: populate ip_reassembly_get_reply correctly | Matthew Smith | 1 | -3/+4 |
2019-12-03 | fib: constify the adjacency in the rewrite nodes | Neale Ranns | 2 | -2/+2 |
2019-12-03 | ipip: Tunnel flags controlling copying data to/from payload/encap | Neale Ranns | 5 | -2/+146 |
2019-11-27 | ip: init l3_hdr_offset when pushing an ip4 header | Florin Coras | 1 | -6/+4 |
2019-11-26 | fib: Table Replace | Neale Ranns | 2 | -131/+126 |
2019-11-15 | tests: Remove the unrequired VPP IP address/prefix class wrappers | Neale Ranns | 1 | -2/+2 |
2019-11-12 | ip: IP address and prefix types (moved from LISP) | Neale Ranns | 3 | -16/+386 |
2019-11-11 | ip: functional interface to ip fragmentation | Ole Troan | 4 | -159/+98 |
2019-11-10 | dhcp: ipv6 prefix delegation improvements | Dave Barach | 1 | -1/+17 |
2019-11-06 | tcp: IPv6 flow label support | Tarun Gupta | 1 | -4/+25 |
2019-11-05 | ip: Fragmentation fixes | Neale Ranns | 5 | -115/+155 |
2019-10-30 | ip: cleanup typos in documentation | Paul Vinciguerra | 8 | -17/+17 |
2019-10-29 | ip: refactor ip4_mtrie to use atomic store-release | jaszha03 | 1 | -14/+5 |
2019-10-29 | ip: refactor ip4_mtrie to atomically unset leaves | jaszha03 | 1 | -4/+6 |
2019-10-28 | ip: Punt rather than drop unkown IPv6 ICMP packets | Neale Ranns | 1 | -5/+5 |
2019-10-28 | ping: move the echo responder into the ping plugin | Neale Ranns | 2 | -200/+3 |
2019-10-28 | ip: reassembly fix sanity checks | Klement Sekera | 2 | -5/+5 |
2019-10-28 | ip: fix tracing of packet flags | Klement Sekera | 1 | -1/+1 |
2019-10-28 | ip: reassembly: fix use-after-free | Benoît Ganne | 2 | -5/+10 |
2019-10-25 | dhcp: fix crash on unicast renewal send | Neale Ranns | 1 | -4/+1 |
2019-10-18 | ip: trivial typos in docs | Paul Vinciguerra | 2 | -9/+9 |
2019-10-17 | ip: punt API cleanup | Jakub Grajciar | 1 | -6/+6 |
2019-10-17 | ip: rd_cp API cleanup | Jakub Grajciar | 1 | -4/+6 |
2019-10-14 | ping: Move to plugin | Mohsin Kazmi | 5 | -1369/+11 |
2019-10-11 | ip: reassembly: trace ip headers over worker handoffs | Klement Sekera | 5 | -27/+87 |