summaryrefslogtreecommitdiffstats
path: root/src/vnet/ethernet
AgeCommit message (Expand)AuthorFilesLines
2018-07-14Improve IP4 ARP and IP6 ND Events Notificationv18.10-rc0John Lo1-10/+25
2018-07-11avoid using thread local storage for thread indexDamjan Marion2-2/+2
2018-07-07PipesNeale Ranns2-3/+15
2018-06-25Add checks for bad ARP request packets in arp-termination nodeJohn Lo1-12/+9
2018-06-19Check get packet template allocation failure (VPP-1321)John Lo1-0/+6
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan1-3/+1
2018-06-08Gratuitous ARP packet handlingNeale Ranns1-8/+33
2018-06-07Revert "Allow arp-input node to learn IPv4 neighbors from GARP packets"John Lo1-5/+0
2018-06-07Allow arp-input node to learn IPv4 neighbors from GARP packetsJohn Lo1-0/+5
2018-06-05bond: send gratuitous arp when the active slave went down in active-backup modeSteven2-14/+16
2018-05-28Fix IP neighbor/arp pool full and static entry handlingJohn Lo1-69/+69
2018-05-25ARP proxy dumpsNeale Ranns3-20/+78
2018-05-18ARP: Ensure STATIC and DYANMIC ARP flags are mutually exclusive.Jon Loeliger1-3/+9
2018-05-11Periodic scan and probe of IP neighbors to maintain neighbor poolsJohn Lo2-4/+15
2018-04-27TAP memory leaks:Neale Ranns1-1/+0
2018-04-19Minor optimzation/cleanup to ethernet-input nodeJohn Lo1-5/+5
2018-04-18Mcast rewrite optimisationsNeale Ranns1-3/+2
2018-04-13Revert "MTU: Setting of MTU on software interface (instead of hardware interf...Damjan Marion1-1/+4
2018-04-13MTU: Setting of MTU on software interface (instead of hardware interface)Ole Troan1-4/+1
2018-04-13GBP V2Neale Ranns2-3/+17
2018-04-12Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'Neale Ranns1-1/+0
2018-04-09L2: no-flood interface type in the Bridge-DomainNeale Ranns1-0/+4
2018-04-04Detailed stats collection featureNeale Ranns1-0/+45
2018-03-20FIB Interpose SourceNeale Ranns1-1/+1
2018-03-16QoS recording and markingNeale Ranns1-0/+9
2018-03-07Fix Avoid crash in vnet_delete_sub_interface routineSteve Shin1-1/+2
2018-02-20Fix reset the vlan flags when main interface is deleted.Steve Shin1-0/+2
2018-02-20vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2Damjan Marion1-0/+2
2018-02-19Use neutral vector code for ethernet_frame_is_taggedDamjan Marion2-41/+43
2018-02-16Allow providers to override glean behaviourNeale Ranns1-1/+9
2018-02-15Revert "Allow interface types to override glean adjacency behaivour"Ole Trøan1-5/+1
2018-02-15Allow interface types to override glean adjacency behaivourNeale Ranns1-1/+5
2018-02-06Fix clang implicit conversion errorsDamjan Marion2-14/+16
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-2/+2
2018-01-19Sub-Interface deletion not cleanup hash's properly (VPP-1136)John Lo1-10/+7
2018-01-17Fix checksum offload sssue caused by overwriten lX_hdr_offsetDamjan Marion1-2/+2
2018-01-06VPP-1110 BVI reply ARP that doesn't request BVI loacl IP.zhaoqingling1-0/+6
2017-12-08tapv2: multiple improvementsDamjan Marion1-0/+6
2017-12-06Remove unused, uninteresting codeDave Barach1-397/+0
2017-12-04vnet: set vnet_buffer l2_hdr_offset and l3_hdr_offsetSteven1-0/+22
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace1-1/+1
2017-10-09vppapigen: support per-file (major,minor,patch) version stampsDave Barach1-0/+2
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine3-3/+3
2017-10-03Repair vlib API socket serverDave Barach1-1/+2
2017-09-25Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/DownJohn Lo2-45/+2
2017-09-22IP-MAC,ND:wildcard events,fix sending multiple eventsEyal Bari2-5/+9
2017-09-18L2BD,ARP-TERM:fix arp query report mechanism+testEyal Bari2-25/+61
2017-09-11replace uint32_t with u32Neale Ranns1-2/+2
2017-09-11FIB table add/delete APINeale Ranns1-34/+93
2017-08-16Add missing counters for P2P ethernet interfacesPavel Kotucek2-0/+40