Age | Commit message (Expand) | Author | Files | Lines |
2020-04-07 | udp session: allow dgram ip fragmentation |  Florin Coras | 1 | -17/+26 |
2020-04-06 | ip: reassembly: don't set error if no error |  Klement Sekera | 4 | -8/+12 |
2020-04-01 | ip: Fix the AH/ESP protocol numbers on the API |  Neale Ranns | 1 | -2/+2 |
2020-03-25 | ip: Adding IP tables is no MP safe |  Neale Ranns | 1 | -2/+0 |
2020-03-24 | map: fix translation of icmp6 error messages |  Alexander Chernavin | 1 | -0/+51 |
2020-03-20 | ip: provide extern declaration for ip punt nodes |  Jawahar Santosh Gundapaneni | 2 | -0/+2 |
2020-03-20 | ip: ip API types coverity fix |  Jakub Grajciar | 1 | -1/+0 |
2020-03-19 | ip: change ip API enums address_family and ip_proto size to u8 |  Jakub Grajciar | 4 | -41/+51 |
2020-03-17 | fib: Always install all routers mcast addresses |  Neale Ranns | 2 | -1/+4 |
2020-03-17 | ip: ip_address_t uses ip46_address_t |  Neale Ranns | 10 | -182/+325 |
2020-03-03 | geneve gtpu vxlan vxlan-gpe: VRF-aware bypass node |  Nick Zavaritsky | 5 | -0/+226 |
2020-03-03 | ip: fix coverity warning |  Dave Barach | 1 | -9/+5 |
2020-02-26 | vat: add ip api types parser definitions |  Jakub Grajciar | 1 | -2/+18 |
2020-02-26 | api: improve api string safety |  Jakub Grajciar | 1 | -2/+2 |
2020-02-25 | vlib: Punt reason allocation listener enable/disable callback |  Neale Ranns | 1 | -0/+2 |
2020-02-21 | ipsec: IPSec protection for multi-point tunnel interfaces |  Neale Ranns | 4 | -16/+97 |
2020-02-21 | ip: Unintialized variables in prefx setup (coverity warning) |  Neale Ranns | 2 | -0/+2 |
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 |