aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-15Update of free text tag patch for BDJerome Tollet3-4/+7
2017-09-14Stats refactorKeith Burns (alagalah)1-2/+74
2017-09-13gpe: initialize fib index for native forward entriesFlorin Coras1-4/+6
2017-09-13Add a name to the creation of an IP and MPLS tableNeale Ranns17-70/+208
2017-09-12tcp: horizontal scaling improvmentsFlorin Coras9-205/+328
2017-09-11replace uint32_t with u32Neale Ranns6-12/+12
2017-09-11arp/glean: fix hash computationFlorin Coras1-1/+2
2017-09-11FIB table add/delete APINeale Ranns49-487/+1254
2017-09-09move unix_file_* code to vppinfraDamjan Marion10-68/+65
2017-09-08Initialize ip4_reass_lock of map_main to zero (VPP-975)dongjuan1-0/+2
2017-09-08vlib: move linux-specific code to vlib/linuxDamjan Marion1-0/+1
2017-09-08PUNT: Missing include for readv()Marco Varlese1-0/+1
2017-09-08Fixes for issues reported by Coverity (VPP-972)Chris Luke1-1/+10
2017-09-07LISP: add neighbor discovery and CP protocol separation APIsFilip Tehlar2-0/+86
2017-09-07LISP: Add APIs for enable/disable xTR/P-ITR/P-ETR modesFilip Tehlar1-0/+60
2017-09-07Devices: Set interface rx-mode may cause SIGSEGV with nonexistent queueSteven3-3/+17
2017-09-07Fix session connect_* api message handling.Dave Wallace3-46/+47
2017-09-07Support for bridge domain free text tagJerome Tollet4-2/+66