aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
2017-06-12NAT64: bug fixMatus Fabian1-5/+9
2017-06-09NAT64: ICMP error supportMatus Fabian1-8/+5
2017-06-06Fix coverity error in IP4 Mtrie.Neale Ranns1-4/+4
2017-06-04Fix typo for specifying table_id on ping.wenxian li1-1/+1
2017-06-01Fix 'ip probe' on /32Neale Ranns3-44/+48
2017-05-30Flowprobe: Stateful flows and IPv6, L4 recordingOle Troan1-0/+6
2017-05-26MPLS lookup DPO does not pop the label (nor does it handle replicate)Neale Ranns1-1/+0
2017-05-26ARP/ND use path_remove to complement path_addNeale Ranns1-7/+31
2017-05-24IPv6 Performance bugsNeale Ranns1-18/+14
2017-05-23ARP/ND entries for the same address on different interfaces (VPP-848)Neale Ranns1-6/+6
2017-05-19mfib CLI bugs (VPP-852)Neale Ranns1-0/+2
2017-05-17ARP learning fixes (VPP-843)Neale Ranns2-10/+21
2017-05-16ping command does not work when there is woker thread (VPP-844)flyingeagle231-0/+1
2017-05-11Validate ip6 interface fib tables early onFlorin Coras1-0/+5
2017-05-05ip6_to_ip4.h coverity fixMatus Fabian1-1/+1
2017-05-05NAT64: Move IPv6-IPv4 virtual reassembly code from MAP-T to common library (V...Matus Fabian2-0/+1148
2017-05-03change ip4_drop_node node register coding formatflyingeagle231-2/+2
2017-05-02Allow local/for-us replications for IP multicast routes on the CLINeale Ranns1-1/+6
2017-04-26IP Flow Hash Config fixesNeale Ranns4-15/+17
2017-04-25"autoreply" flag: autogenerate standard xxx_reply_t messagesDave Barach1-99/+9
2017-04-24Improve Load-Balance MAPsNeale Ranns3-90/+153
2017-04-19Learn IP6 link-local ND entries from NSs sourced from link-local addressNeale Ranns1-2/+5
2017-04-13Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...Neale Ranns2-5/+3
2017-04-11MPLS Mcast coverity fixesNeale Ranns1-1/+1
2017-04-11MTRIE coverity fixesNeale Ranns1-6/+8
2017-04-11Remove usued, redundant and deprecated code from lookup.hNeale Ranns7-95/+33
2017-04-07MPLS McastNeale Ranns6-40/+108
2017-04-07VPP-684.Add ip which mask length exceeding upper limit,ping segmentfaultflyingeagle231-1/+4
2017-04-06Use thread local storage for thread indexDamjan Marion5-39/+39
2017-04-03Adjacency layout change and move to vnet/adjNeale Ranns3-217/+3
2017-04-01ARP/ND/API:fix arp reg + nd no identical regsEyal Bari1-55/+38
2017-04-01MTRIE Optimisations 2Neale Ranns8-296/+526
2017-03-30VPP-669: ping: fix coverity check error 165075 + add ping testcaseAndrew Yourtchenko1-1/+1
2017-03-30BRIDGE-DOMAIN:enable arp term,mac/ip learning on local intsEyal Bari2-7/+4
2017-03-29IP lookup: remove used stack variablesNeale Ranns1-21/+5
2017-03-29Mtrie optimisationsNeale Ranns5-222/+191
2017-03-29Sub-net broadcast addresses for IPv4Neale Ranns1-3/+70
2017-03-27Mcast rewrite no memcpyNeale Ranns4-27/+29
2017-03-22ping: allow the user to send bursts of N packets instead of single packetAndrew Yourtchenko1-10/+42
2017-03-1764 bit per-thread countersNeale Ranns1-17/+19
2017-03-17Fix IP feature ordering.Neale Ranns1-17/+12
2017-03-17Cache a 'has-features' flag on the adjacency for faster access. Reclaim the n...Neale Ranns3-21/+29
2017-03-16ping: Fix coverity error 163907Andrew Yourtchenko2-0/+6
2017-03-15VXLAN:add hidden multicast interface checkEyal Bari1-6/+8
2017-03-14ioam: ip6 hop by hop ext header and SR header co-existenceshwethab1-1/+1
2017-03-09IMplementation for option to not create a FIB table entry when adding a neigh...Neale Ranns3-27/+52
2017-03-08ARP resilience in the absence of IP config on input and output interfacesNeale Ranns1-0/+15
2017-03-08API change (only) to not create a FIB table entry when adding a neighbor entryNeale Ranns1-1/+6
2017-03-08BUG: multiple registrations of 'vl_api_ip6nd_proxy_details_t_handlerNeale Ranns1-7/+0
2017-03-08Proxy ND (RFC4389 - or a sub-set thereof). This allows the 'emulation' of bri...Neale Ranns6-62/+324