aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
2017-10-18VPP-930: add missing ntohl to send_ip6_fib_details(...)Dave Barach1-1/+1
2017-10-16ip: avoid arp assert if out of buffers (VPP-1030)Florin Coras1-0/+4
2017-10-11IP neighbour move incorrectly placed jump labelNeale Ranns1-2/+2
2017-10-04Propagate duplicate IF addr add/del error up to API.Jon Loeliger1-1/+11
2017-10-03ip: fix probing of already resolved destinations (VPP-998)Florin Coras3-9/+26
2017-09-26Add thread-safe event signaller, use RPC where requiredDave Barach1-2/+2
2017-09-22IP-MAC,ND:wildcard events,fix sending multiple eventsEyal Bari2-20/+61
2017-09-20tcp: add option to punt trafficPierre Pfister1-24/+42
2017-09-20Add ip6-local feature arcPierre Pfister3-7/+99
2017-09-19Treat label=0 as an invalid next-hop-via-labelNeale Ranns1-1/+7
2017-09-15dpdk: cli to check for buffer leakageFlorin Coras1-0/+1
2017-09-13Add a name to the creation of an IP and MPLS tableNeale Ranns4-20/+32
2017-09-11replace uint32_t with u32Neale Ranns3-7/+7
2017-09-11arp/glean: fix hash computationFlorin Coras1-1/+2
2017-09-11FIB table add/delete APINeale Ranns9-250/+453
2017-09-09move unix_file_* code to vppinfraDamjan Marion2-5/+5
2017-09-08PUNT: Missing include for readv()Marco Varlese1-0/+1
2017-09-05PUNT socket: External control plane processes connected via UNIX domain sockets.Ole Troan3-11/+555
2017-08-31Fix vent_data memory leak in function run_ping_ip46_address (VPP-966)dongjuan1-0/+1
2017-08-22ping: remove unnecesary x86 intrinsics #includeDamjan Marion1-1/+0
2017-08-19Fixed ip add bug for ip6 with review commentspragash1-4/+4
2017-08-16ip4: cleanup ip localFlorin Coras1-153/+85
2017-08-16tcp: fix v6 sessionsroot1-54/+64
2017-08-16NAT64: Fallback to 3-tuple key for non TCP/UDP sessions (VPP-884)Matus Fabian2-0/+123
2017-08-15IPv6 local-address for P2P ethernet interfacesPavel Kotucek1-1/+2
2017-08-14FIB table add/delete API onlyNeale Ranns2-0/+28
2017-08-11Fix tcp multi buffer segments retransmissionFlorin Coras1-5/+7
2017-08-09Allow multiple MPLS output labels to be passed on the CLINeale Ranns1-3/+10
2017-08-08L2 over MPLSNeale Ranns5-35/+41
2017-08-02Fix vpp crash sending arp or probing neighb (VPP-917)Pavel Kotucek2-0/+29
2017-08-02Fix ip checksum offload, move badly-placed ASSERTDave Barach1-0/+2
2017-08-02Fix tcp tx buffer allocationFlorin Coras1-2/+0
2017-08-02Make ip csum configurable in vlib buffer functionsFlorin Coras2-2/+4
2017-08-01FIB path weight incorrect in dump (VPP-922)Neale Ranns1-3/+5
2017-07-27ping: fixing wrong value when there are worker threadsMohammed Hawari2-9/+21
2017-07-20Fix coverity issue introduced with IP checksum offload commitDamjan Marion1-3/+3
2017-07-19Fix IP checksum offload metadata setupDave Barach1-2/+12
2017-07-18FIB path preferenceNeale Ranns3-22/+20
2017-07-18TCP/UDP checksum offload APIDave Barach2-4/+9
2017-07-14vnet_buffer_t flags cleanupDamjan Marion4-43/+49
2017-07-14Introduce l{2,3,4}_hdr_offset fields in the buffer metadataDamjan Marion3-17/+14
2017-07-06Send GARP/NA on bonded intf slave up/down if in active-backup modeJohn Lo2-0/+55
2017-06-23IP4/IP6 FIB: fix crash during interface deletePavel Kotucek4-1/+42
2017-06-19NAT64: Hairpinning (VPP-699)Matus Fabian2-28/+49
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