Age | Commit message (Expand) | Author | Files | Lines |
2021-10-21 | ip: Add ip46-local node for local swif[rx] | Nathan Skrzypczak | 1 | -13/+48 |
2021-09-24 | ip: set error number on failed intf addr | Matthew Smith | 1 | -1/+4 |
2021-09-13 | interface: fix init fib_index_by_sw_if_index | Nathan Skrzypczak | 1 | -9/+9 |
2021-08-14 | ip: Fix crash in ip address add on sub-int without exact-match | Pim van Pelt | 1 | -6/+3 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} | Damjan Marion | 1 | -2/+2 |
2021-06-07 | pg: Reduce the inclusion of pg.h | Neale Ranns | 1 | -0/+1 |
2021-05-06 | vlib: fix the offload flags size | Mohsin Kazmi | 1 | -2/+2 |
2021-05-05 | vlib: move offload flags to 1st cacheline in vlib_buffer_t | Mohsin Kazmi | 1 | -3/+3 |
2021-02-15 | vlib: refactor checksum offload support | Mohsin Kazmi | 1 | -32/+30 |
2021-02-05 | ip: Remove unused include file | Neale Ranns | 1 | -1/+0 |
2021-01-21 | ip: use IPv6 flowlabel in flow hash computation | Ahmed Abdelsalam | 1 | -25/+10 |
2021-01-21 | ip: set correct error in ip6-local | Benoît Ganne | 1 | -3/+3 |
2020-12-27 | ip: Use full reassembly for fragments in ip6-local | Neale Ranns | 1 | -1/+1 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 1 | -3/+3 |
2020-11-20 | ip-neighbor: Use ip_address_t rather than ip46_address_t | Neale Ranns | 1 | -1/+4 |
2020-10-19 | ip: Move the IP6 fib into ip6_[m]fib.c | Neale Ranns | 1 | -46/+0 |
2020-10-05 | ipsec: Use bihash for tunnel lookup | Neale Ranns | 1 | -0/+1 |
2020-06-08 | vxlan: Fixed checksum caclculation offset | Vladimir Isaev | 1 | -6/+3 |
2020-05-27 | ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) | John Lo | 1 | -0/+7 |
2020-05-14 | ip: fix interface ip address del sw_if_index check | yedg | 1 | -1/+4 |
2020-05-04 | fib: midchain adjacency optimisations | Neale Ranns | 1 | -13/+24 |
2020-04-24 | ip: Setting the Link-Local address from the API enables IPv6 on the | Neale Ranns | 1 | -2/+4 |
2020-04-23 | ip: Replace Sematics for Interface IP addresses | Neale Ranns | 1 | -19/+81 |
2020-04-15 | urpf: Allow locally generated packets on TX | Neale Ranns | 1 | -4/+0 |
2020-04-15 | misc: refactor calc_checksums | Dave Barach | 1 | -3/+9 |
2020-04-08 | ip: do not clear the locally-originated flag | Neale Ranns | 1 | -8/+2 |
2020-02-10 | ip6: fix l4 checksum with hop-by-hop header | Matthew Smith | 1 | -13/+23 |
2020-01-14 | classify: Reduce the include dependencies on vnet_classify.h | Neale Ranns | 1 | -0/+1 |
2019-12-17 | ip: Protocol Independent IP Neighbors | Neale Ranns | 1 | -185/+17 |
2019-12-08 | ip: coverity fix | johny | 1 | -8/+6 |
2019-12-05 | ip: fix cancel termination after receive malformed ip6 packet | johny | 1 | -3/+68 |
2019-12-04 | gso: remove the interface count | Mohsin Kazmi | 1 | -14/+6 |
2019-12-03 | fib: constify the adjacency in the rewrite nodes | Neale Ranns | 1 | -1/+1 |
2019-11-11 | ip: functional interface to ip fragmentation | Ole Troan | 1 | -5/+10 |
2019-11-05 | ip: Fragmentation fixes | Neale Ranns | 1 | -1/+1 |
2019-10-10 | tcp: custom checksum calculations for Ipv4/Ipv6 | Srikanth A | 1 | -56/+13 |
2019-10-09 | ip: only install IPv6 prefixes in FIB when the interface is up | Neale Ranns | 1 | -39/+36 |
2019-09-25 | ip: refactor reassembly | Klement Sekera | 1 | -1/+1 |
2019-09-07 | ip: fix udp/tcp checksum corner cases | Dave Barach | 1 | -2/+16 |
2019-08-29 | ip: remove unused function parameter | Simon Zhang | 1 | -1/+1 |
2019-08-12 | ip: allow addrs from the same prefix on intf | Matthew Smith | 1 | -22/+129 |
2019-08-03 | ip: fix ip6/udp checksum for pkts using buffer chaining | John Lo | 1 | -4/+12 |
2019-06-04 | Punt: specify packets by IP protocol Type | Neale Ranns | 1 | -0/+10 |
2019-05-30 | IP load-balance; perf improvement using the usual reciepe | Neale Ranns | 1 | -168/+127 |
2019-04-10 | Make tcp/udp/icmp compute checksum safer for buffer-chain case | John Lo | 1 | -1/+1 |
2019-04-08 | fixing typos | Jim Thompson | 1 | -1/+1 |
2019-03-28 | IPSEC: run encrpyt as a feautre on the tunnel | Neale Ranns | 1 | -6/+23 |
2019-03-26 | ip6-rewrite: bug fix buffer->error in dual loop | Kingwel Xie | 1 | -2/+12 |
2019-02-19 | tap gso: experimental support | Andrew Yourtchenko | 1 | -10/+44 |
2019-02-19 | ip6-local: fix uninitialized variable error | Damjan Marion | 1 | -1/+1 |