aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2017-11-14l2-flood: fix restore vnet buffer's flags in the replication routineSteve Shin2-1/+7
2017-11-10Further fix to SHG handling for ARP/ICMPv6 from BVI in a BDJohn Lo1-6/+25
2017-11-08Fix SHG handling for ARP/ICMPv6 received from BVI in a BDJohn Lo1-0/+8
2017-11-06LISP: fix negative mapping timeout, VPP-1043Filip Tehlar1-1/+2
2017-10-18VPP-930: add missing ntohl to send_ip6_fib_details(...)Dave Barach1-1/+1
2017-10-18LISP: fix crash when sending NSH map-request message, ONE-32Filip Tehlar1-0/+3
2017-10-16LISP: fix map-request counters, ONE-25Filip Tehlar1-6/+5
2017-10-16ip: avoid arp assert if out of buffers (VPP-1030)Florin Coras1-0/+4
2017-10-11tcp: update thread time when initializing connection (VPP-1022)Florin Coras1-1/+8
2017-10-11IP neighbour move incorrectly placed jump labelNeale Ranns1-2/+2
2017-10-11tcp: do not format sb if not established (VPP-1018)Florin Coras1-2/+3
2017-10-11lisp: memset to zero mapping delete args (VPP-1017)Florin Coras1-0/+1
2017-10-11vhost: crash under heavy traffic condition due to memory corruption (VPP-1016)Steven1-2/+33
2017-10-06tuntap: Introduce per thread structure to suport multi-threads (VPP-1012)Steven2-65/+99
2017-10-05fix buffer allocation for sparse jumbo frames in vhostPierre Pfister1-1/+3
2017-10-04session: fill in bind handle for sock flavored api (VPP-1005)Florin Coras1-1/+6
2017-10-04Propagate duplicate IF addr add/del error up to API.Jon Loeliger3-8/+30
2017-10-04Set MAC address needs the HW interface indexNeale Ranns2-2/+6
2017-10-04Dump of deag/lookup routes has is_drop=1 (VPP-995)Neale Ranns1-0/+2
2017-10-03Update L2FIB entry timestamp only if BD aging enabled (VPP-1002)John Lo3-3/+6
2017-10-03ip: fix probing of already resolved destinations (VPP-998)Florin Coras4-10/+28
2017-10-02L2-FIB:add mac learn events testEyal Bari1-56/+49
2017-09-29cdp/lldp: punt for no buffer (VPP-997)Steven2-0/+6
2017-09-28tun/tap: Bad packets sent to kernel via tun/tap interfaceSteven2-22/+29
2017-09-27LISP: add API handlers for set/get transport protocolFilip Tehlar3-0/+62
2017-09-27VLAN support on host(af-packet) interface.Akshaya N1-3/+26
2017-09-27Various fixes for issues found by Coverity (VPP-972)Chris Luke2-1/+12
2017-09-26tcp: update snd_nxt after congestion recoveryFlorin Coras2-9/+7
2017-09-26Add thread-safe event signaller, use RPC where requiredDave Barach1-2/+2
2017-09-25tcp: do not sample rtt for retransmitted segmentsFlorin Coras3-81/+100
2017-09-25Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/DownJohn Lo2-45/+2
2017-09-22vhost-user: fix link-up statusYoann Desmouceaux1-1/+1
2017-09-22IP-MAC,ND:wildcard events,fix sending multiple eventsEyal Bari4-25/+70
2017-09-20session: store tep port in net orderFlorin Coras4-14/+14
2017-09-20LISP: add debug cli for neighbor discoveryFilip Tehlar4-6/+71
2017-09-20TCP: fix "tcp src-address" command with IPv6Yoann Desmouceaux1-1/+1
2017-09-20tcp: add option to punt trafficPierre Pfister5-30/+99
2017-09-20Fix DHCP client so it works for worker threadsJohn Lo1-2/+14
2017-09-20Add ip6-local feature arcPierre Pfister4-8/+101
2017-09-19session/tcp: improve preallocated segment handlingFlorin Coras10-123/+190
2017-09-19Treat label=0 as an invalid next-hop-via-labelNeale Ranns1-1/+7
2017-09-19LISP: support for neighbor discoveryFilip Tehlar8-110/+384
2017-09-19Set RX sw_if_index on decrypted routed IPsec buffersMatthew Smith2-0/+3
2017-09-19Fix MPLS table create CLINeale Ranns1-7/+2
2017-09-19Implement VXLAN encap tx checksum offloadJohn Lo1-39/+108
2017-09-19Remove associated lisp-gpe entries when removing lisp local mapping.Alberto Rodriguez-Natal2-7/+76
2017-09-18Fixes for issues Coverity has reported (VPP-972)Chris Luke4-39/+13
2017-09-18L2BD,ARP-TERM:fix arp query report mechanism+testEyal Bari2-25/+61
2017-09-15dpdk: cli to check for buffer leakageFlorin Coras2-4/+7
2017-09-15vppinfra: add clib_mem_vm_ext_alloc functionDamjan Marion1-2/+2