Age | Commit message (Expand) | Author | Files | Lines |
2022-05-16 | ip: format table ids with %u |  Nathan Skrzypczak | 1 | -2/+2 |
2022-03-30 | udp: fix inner packet checksum calculation in udp-encap |  Mauro Sardara | 1 | -1/+7 |
2022-03-23 | ip: Add unformat for flow_hash_config |  Nathan Skrzypczak | 1 | -0/+36 |
2022-01-09 | fib: multiple memory leaks upon deleting a VRF table |  Steven Luong | 1 | -0/+1 |
2021-10-21 | fib: respect mfib entry flags on create with paths |  Paul Atkins | 1 | -2/+2 |
2021-10-20 | ip6: fix IPv6 address calculation error using "ip route add" CLI |  Jieqiang Wang | 1 | -20/+3 |
2021-10-11 | ip: fix fib and mfib locks |  Nathan Skrzypczak | 1 | -1/+1 |
2021-09-22 | ip: add ip_table_allocate to api |  Aloys Augustin | 1 | -14/+19 |
2021-09-13 | ip: show ip table CLI |  Nathan Skrzypczak | 1 | -0/+77 |
2021-01-21 | ip: use IPv6 flowlabel in flow hash computation |  Ahmed Abdelsalam | 1 | -1/+3 |
2020-10-28 | misc: Break the big IP header files to improve compile time |  Neale Ranns | 1 | -246/+0 |
2020-08-20 | ip: vnet_ip_mroute_cmd payload_proto fix |  Elias Rudberg | 1 | -6/+6 |
2020-04-23 | ip: Replace Sematics for Interface IP addresses |  Neale Ranns | 1 | -126/+0 |
2020-03-25 | ip: Adding IP tables is no MP safe |  Neale Ranns | 1 | -2/+0 |
2019-12-17 | ip: Protocol Independent IP Neighbors |  Neale Ranns | 1 | -206/+0 |
2019-11-05 | ip: Fragmentation fixes |  Neale Ranns | 1 | -18/+1 |
2019-10-30 | ip: cleanup typos in documentation |  Paul Vinciguerra | 1 | -3/+3 |
2019-10-07 | ip: MFIB CLI fix for parsing path flags |  Neale Ranns | 1 | -3/+0 |
2019-10-02 | ip: mfib CLI 'via local' fix |  Neale Ranns | 1 | -0/+2 |
2019-09-23 | fib: do not dump no-longer valid adjacencies |  Benoît Ganne | 1 | -1/+6 |
2019-08-12 | ip: allow addrs from the same prefix on intf |  Matthew Smith | 1 | -0/+2 |
2019-06-18 | fib: fib api updates |  Neale Ranns | 1 | -77/+31 |
2019-01-30 | Use IP and MAC API types for neighbors |  Neale Ranns | 1 | -0/+1 |
2018-12-06 | MFIB; CLI improvements |  Neale Ranns | 1 | -6/+32 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 1 | -12/+12 |
2018-10-12 | ip: add container proxy dump API (VPP-1364) |  Matus Fabian | 1 | -0/+55 |
2018-08-29 | Consolidate table->index conversion in fib-path CLI processing |  Neale Ranns | 1 | -16/+0 |
2018-08-03 | Documentation fix on "set interface ip[6] table" |  Yichen Wang | 1 | -2/+2 |
2018-06-14 | Use unicast DMAC for IP neighbor pool refresh probes |  John Lo | 1 | -2/+2 |
2018-05-30 | IPv6 for-us/receive multicast routes fix |  Neale Ranns | 1 | -0/+4 |
2018-04-17 | IP mcast: allow unicast address as a next-hop |  Neale Ranns | 1 | -0/+16 |
2018-03-21 | reassembly: feature/concurrency |  Klement Sekera | 1 | -2/+0 |
2018-03-16 | QoS recording and marking |  Neale Ranns | 1 | -1/+1 |
2018-02-16 | Allow providers to override glean behaviour |  Neale Ranns | 1 | -41/+0 |
2018-02-15 | Revert "Allow interface types to override glean adjacency behaivour" |  Ole Trøan | 1 | -0/+41 |
2018-02-15 | Allow interface types to override glean adjacency behaivour |  Neale Ranns | 1 | -41/+0 |
2018-02-01 | IPv4/6 reassembly |  Klement Sekera | 1 | -0/+2 |
2017-12-11 | call unformat_free in some flow, remove unnecessary calls |  Swarup Nayak | 1 | -4/+12 |
2017-11-18 | unformat function for FIB paths |  Neale Ranns | 1 | -147/+6 |
2017-11-08 | ip: fix container proxy coverity warning |  Florin Coras | 1 | -4/+7 |
2017-11-07 | UDP Encapsulation. |  Neale Ranns | 1 | -1/+8 |
2017-11-07 | ip: add container proxy api |  Florin Coras | 1 | -19/+120 |
2017-10-25 | L3 proxy FIB source for container networking |  Andrew Yourtchenko | 1 | -0/+79 |
2017-10-03 | Propagate duplicate IF addr add/del error up to API. |  Jon Loeliger | 1 | -1/+11 |
2017-09-13 | Add a name to the creation of an IP and MPLS table |  Neale Ranns | 1 | -1/+4 |
2017-09-11 | FIB table add/delete API |  Neale Ranns | 1 | -0/+225 |
2017-08-19 | Fixed ip add bug for ip6 with review comments |  pragash | 1 | -4/+4 |
2017-08-09 | Allow multiple MPLS output labels to be passed on the CLI |  Neale Ranns | 1 | -3/+10 |
2017-08-08 | L2 over MPLS |  Neale Ranns | 1 | -9/+9 |
2017-07-18 | FIB path preference |  Neale Ranns | 1 | -20/+11 |