aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-05-10ethernet: fix dmac stride errorZhiyong Yang1-1/+1
2020-05-08ethernet: fix coverity warningDave Barach1-1/+1
2020-05-04ethernet: add sanity checks to p2p_ethernet_add/delDave Barach2-0/+41
2020-04-22ethernet: leverage vlib_buffer_get_currentZhiyong Yang1-4/+4
2020-04-22ethernet: put vlib_get_buffers togetherZhiyong Yang1-11/+6
2020-03-27docs ethernet: add docs for ethernet SectionPaul Vinciguerra1-0/+7
2020-03-18ethernet: Copy only 6 bytes of mac address into a u64Jon Loeliger1-3/+3
2020-02-26ethernet: configure system default ethernet MTUDave Barach3-2/+33
2020-02-24ethernet: trivial additionsNeale Ranns2-0/+9
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns8-3208/+212
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-11-27misc: add address sanitizer heap instrumentationBenoît Ganne1-0/+1
2019-11-26ethernet: all dmac checks include secondary addrsMatthew Smith1-19/+106
2019-11-26fib: Table ReplaceNeale Ranns2-37/+0
2019-11-25vlib: autogenerate <node> before <last-in-arc> constraintsDave Barach1-1/+1
2019-11-20classify: per-interface rx/tx pcap capture filtersDave Barach1-2/+12
2019-10-29ethernet: VNET API to create sub-interfacesNeale Ranns2-0/+45
2019-10-03ethernet: fix dmac filter coverity warningMatthew Smith1-1/+1
2019-10-02ethernet: dmac filter checks secondary mac addrsMatthew G Smith3-34/+186
2019-09-26misc: add vnet classify filter set supportDave Barach1-4/+2
2019-09-24vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-09-23misc: unify pcap rx / tx / drop traceDave Barach1-8/+8
2019-09-20misc: classifier-based packet trace filterDave Barach1-1/+15
2019-09-16api: autogenerate api trace print/endianOle Troan2-1/+28
2019-09-04ethernet: move dmac filtering to inline functionMatthew Smith1-56/+63
2019-09-03ethernet: fix dmac check avx2 loop conditionMatthew Smith1-1/+1
2019-08-20api: Cleanup APIs interface.apiJakub Grajciar1-0/+1
2019-08-06ethernet: change to mark the CFI bit in the L2 header.Prashant Maheshwari1-3/+3
2019-08-02ethernet: fix ARP feature arc definitionDave Barach1-2/+9
2019-08-01ethernet: Fix node ordering on ARP feautre ARCNeale Ranns1-2/+13
2019-07-15interface: fix issue that pcap rx/tx trace not available when there are worke...Wei CHEN1-4/+5
2019-07-10ip: fix show ip neigh vector read overflowBenoît Ganne1-19/+6
2019-07-05ethernet: ARP disabled nodeNeale Ranns1-15/+106
2019-07-03misc: fix coverity warningsDave Barach1-0/+5
2019-07-02ip: check all fib src for a connected dst entryBenoît Ganne1-25/+53
2019-06-07p2p ethernet: update p2p_ethernet.api with explicit types.Ole Troan1-5/+8
2019-06-03ARP: add feature arcNeale Ranns2-142/+476
2019-05-28Punt: socket register for exception dispatched/punted packets based on reasonNeale Ranns1-0/+1
2019-05-16init / exit function orderingDave Barach4-30/+28
2019-04-24ethernet_input_inline: leverage vlib_get_buffersZhiyong Yang1-17/+14
2019-04-10ethernet: fix packet tracingBenoît Ganne1-1/+1
2019-04-08fixing typosJim Thompson1-1/+1
2019-03-28Add RDMA ibverb driver pluginBenoît Ganne1-0/+11
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra1-5/+5
2019-03-21BVI InterfaceNeale Ranns2-2/+2
2019-03-15Revert "API: Cleanup APIs interface.api"Ole Trøan1-1/+0
2019-03-15API: Cleanup APIs interface.apiJakub Grajciar1-0/+1
2019-03-13deprecate VLIB_NODE_FUNCTION_MULTIARCHFilip Tehlar1-8/+5
2019-03-05L2: ARP term - learn but don't send response to GARPsNeale Ranns1-0/+3
2019-02-26Move pcap rx/tx trace code out of the dpdk pluginDave Barach1-17/+42