Age | Commit message (Expand) | Author | Files | Lines |
2021-03-16 | fib: Allow the creation of new source on the API |  Neale Ranns | 2 | -4/+276 |
2021-03-14 | ip: extend punt CLI for exception packets |  Mohammed Hawari | 2 | -4/+81 |
2021-02-19 | policer: move handoff checks into policer code |  Brian Russell | 1 | -30/+12 |
2021-02-15 | vlib: refactor checksum offload support |  Mohsin Kazmi | 4 | -38/+37 |
2021-02-15 | ip: Path MTU |  Neale Ranns | 5 | -13/+1351 |
2021-02-15 | policer: improve policer struct |  Brian Russell | 1 | -1/+1 |
2021-02-12 | policer: remove SSE2 prefix |  Brian Russell | 1 | -3/+3 |
2021-02-08 | tunnel: support copying TTL and flow label from inner to outer |  Neale Ranns | 2 | -8/+43 |
2021-02-05 | ip: Remove unused include file |  Neale Ranns | 1 | -1/+0 |
2021-02-05 | nat: 1:1 policy NAT |  Ole Troan | 1 | -2/+2 |
2021-01-28 | ip: do policer thread handoff from punt policers |  Brian Russell | 3 | -51/+130 |
2021-01-28 | ip: add frame queues to punt policer nodes |  Brian Russell | 2 | -0/+10 |
2021-01-28 | ip: Router ID included in flow hash |  Neale Ranns | 8 | -7/+60 |
2021-01-21 | ip: do not return uninitialized IPv6 ll attributes |  Benoît Ganne | 1 | -3/+7 |
2021-01-21 | ip: Use correct enum type in ip_address_set |  Neale Ranns | 2 | -5/+5 |
2021-01-21 | ip: use IPv6 flowlabel in flow hash computation |  Ahmed Abdelsalam | 12 | -96/+111 |
2021-01-21 | ip: set correct error in ip6-local |  Benoît Ganne | 1 | -3/+3 |
2021-01-20 | ip: add API to retrieve IPv6 link-layer address |  Benoît Ganne | 2 | -35/+84 |
2021-01-18 | ipsec: Support MPLS over IPSec[46] interface |  Neale Ranns | 1 | -2/+0 |
2021-01-12 | ip: vtep fixes for alignment and cache update. |  Ray Kinsella | 1 | -2/+2 |
2020-12-28 | vlib: add missing file template descriptions |  Paul Vinciguerra | 1 | -1/+1 |
2020-12-27 | ip: Use full reassembly for fragments in ip6-local |  Neale Ranns | 2 | -3/+1 |
2020-12-16 | ip: fix possible missing trace indexes |  Klement Sekera | 4 | -0/+28 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 8 | -49/+49 |
2020-12-11 | ip: ip4 rewrite prefetch optimization |  PiotrX Kleski | 1 | -2/+5 |
2020-12-08 | fib: Adjacency flag for midchain to perfom flow hash (on inner packet) |  Neale Ranns | 1 | -4/+4 |
2020-12-08 | fib: Source Address Selection |  Neale Ranns | 4 | -148/+49 |
2020-12-04 | ip: fixup memory leak in function ip4_full_reass_drop_all |  barryxie | 1 | -0/+1 |
2020-11-27 | ip: Sub Address Family types. Feature enable for each SAFI |  Neale Ranns | 6 | -0/+203 |
2020-11-26 | ip: reassembly - fix handoff for custom node |  Klement Sekera | 2 | -21/+111 |
2020-11-26 | ip: trace icmp echo request/reply id |  Klement Sekera | 1 | -0/+6 |
2020-11-25 | api: vat2 and json autogeneration for api messages |  Ole Troan | 1 | -3/+3 |
2020-11-20 | ip-neighbor: Use ip_address_t rather than ip46_address_t |  Neale Ranns | 3 | -3/+19 |
2020-11-13 | ethernet: mac must support 64-bits loads |  Benoît Ganne | 1 | -1/+2 |
2020-11-09 | vlib: fix trace number accounting |  Benoît Ganne | 1 | -2/+4 |
2020-11-05 | ip: fix doxygen doc for address add/del command |  Benoît Ganne | 1 | -2/+2 |
2020-11-02 | ipsec: Tunnel SA DSCP behaviour |  Neale Ranns | 3 | -4/+29 |
2020-10-28 | misc: Break the big IP header files to improve compile time |  Neale Ranns | 17 | -659/+842 |
2020-10-21 | ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute API |  Neale Ranns | 2 | -2/+4 |
2020-10-21 | misc: minimize dependencies on udp.h |  Florin Coras | 1 | -2/+0 |
2020-10-19 | ip: Move the IP6 fib into ip6_[m]fib.c |  Neale Ranns | 4 | -122/+1 |
2020-10-12 | ip: IP6 incorrectly disabled on removing first ip6 prefix |  Neale Ranns | 1 | -1/+3 |
2020-10-07 | misc: Purge unused pg includes |  Neale Ranns | 2 | -2/+0 |
2020-10-05 | ipsec: Use bihash for tunnel lookup |  Neale Ranns | 1 | -0/+1 |
2020-10-02 | ip: Fix unformat_ip_prefix |  Nathan Skrzypczak | 1 | -1/+4 |
2020-09-28 | classify: preformance improvements in classifiers |  Ray Kinsella | 1 | -285/+649 |
2020-09-23 | ip: use main heap for mtrie, part 2 (remove args) |  Damjan Marion | 2 | -32/+0 |
2020-09-21 | ip: use main heap for mtrie |  Damjan Marion | 2 | -51/+0 |
2020-09-18 | fib: skip byte swap on n_paths in mroute details |  Matthew Smith | 1 | -2/+2 |
2020-09-17 | teib: Use ip_address_t not ip46_address_t |  Neale Ranns | 1 | -0/+1 |