aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ethernet
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion8-30/+0
2023-11-02dev: new device driver infraDamjan Marion1-0/+5
2023-10-13ethernet: run callbacks for subifs too when mac changesAlexander Chernavin1-1/+10
2023-05-16ethernet: fix adding p2p ethernet crashXiaoming Jiang1-5/+6
2023-03-06interface: fix 4 or more interfaces equality comparison bug with xor operatio...lijinhui1-5/+4
2022-08-30ethernet: fix coverity 214973Andrew Yourtchenko1-15/+14
2022-08-30ethernet: refactor the redundant codeAndrew Yourtchenko1-8/+7
2022-08-29ethernet: fix mac address increment errorJieqiang Wang1-2/+2
2022-08-29ethernet: fix coverity 218549Andrew Yourtchenko1-1/+1
2022-08-18ip-neighbor: Declarative .api counters.Neale Ranns1-10/+0
2022-03-29vnet: set frame overhead at interface registrationMatthew Smith1-2/+2
2022-01-18vnet: distinguish between max_frame_size and MTUDamjan Marion2-11/+21
2022-01-17interface: improve MTU handlingDamjan Marion2-7/+19
2022-01-07ethernet: new interface registration functionDamjan Marion2-48/+33
2022-01-05interface: refactor interface capabilities codeDamjan Marion1-1/+1
2021-12-03interface: add multi tx-queues support for new tx infraMohsin Kazmi1-0/+1
2021-10-06docs: vnet comment nitfixesNathan Skrzypczak1-1/+1
2021-09-13ip-neighbor: Handle local MAC address change for incomplete adjacenciesNeale Ranns1-1/+1
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-1/+1
2021-07-13misc: remove vnet_all_api_h and vnet_msg_enumFilip Tehlar1-14/+0
2021-06-22ethernet: api cleanupFilip Tehlar2-51/+8
2021-06-07pg: Reduce the inclusion of pg.hNeale Ranns2-11/+12
2021-04-17classify: honor pcap interface filter also when classify filter is usedBenoît Ganne1-28/+3
2021-03-19interface: add capabilities flagsMohsin Kazmi1-1/+1
2021-03-05interface: move vnet_pcap_t to vnetDamjan Marion1-3/+3
2021-02-15misc: coverity fixesDave Barach1-2/+2
2020-12-14api: add missing version infoPaul Vinciguerra1-0/+2
2020-11-13ethernet: mac must support 64-bits loadsBenoît Ganne3-40/+67
2020-11-09vlib: fix trace number accountingBenoît Ganne1-9/+13
2020-10-15ethernet: fix Ethernet DMAC checksIvan Shvedunov1-7/+12
2020-10-08l2: input performanceNeale Ranns1-24/+24
2020-10-08fib: Register multicast MAC with interface for accepting interfacesNeale Ranns1-5/+5
2020-08-06misc: harmonize namesDave Barach1-12/+12
2020-05-27ethernet: fix DMAC check and skip unnecessary ones (VPP-1868)John Lo3-29/+77
2020-05-15misc: removed executable bits from source filesRay Kinsella1-0/+0
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