Age | Commit message (Expand) | Author | Files | Lines |
2022-08-30 | ethernet: fix coverity 214973 | Andrew Yourtchenko | 1 | -15/+14 |
2022-08-30 | ethernet: refactor the redundant code | Andrew Yourtchenko | 1 | -8/+7 |
2022-08-29 | ethernet: fix mac address increment error | Jieqiang Wang | 1 | -2/+2 |
2022-08-29 | ethernet: fix coverity 218549 | Andrew Yourtchenko | 1 | -1/+1 |
2022-08-18 | ip-neighbor: Declarative .api counters. | Neale Ranns | 1 | -10/+0 |
2022-03-29 | vnet: set frame overhead at interface registration | Matthew Smith | 1 | -2/+2 |
2022-01-18 | vnet: distinguish between max_frame_size and MTU | Damjan Marion | 2 | -11/+21 |
2022-01-17 | interface: improve MTU handling | Damjan Marion | 2 | -7/+19 |
2022-01-07 | ethernet: new interface registration function | Damjan Marion | 2 | -48/+33 |
2022-01-05 | interface: refactor interface capabilities code | Damjan Marion | 1 | -1/+1 |
2021-12-03 | interface: add multi tx-queues support for new tx infra | Mohsin Kazmi | 1 | -0/+1 |
2021-10-06 | docs: vnet comment nitfixes | Nathan Skrzypczak | 1 | -1/+1 |
2021-09-13 | ip-neighbor: Handle local MAC address change for incomplete adjacencies | Neale Ranns | 1 | -1/+1 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} | Damjan Marion | 1 | -1/+1 |
2021-07-13 | misc: remove vnet_all_api_h and vnet_msg_enum | Filip Tehlar | 1 | -14/+0 |
2021-06-22 | ethernet: api cleanup | Filip Tehlar | 2 | -51/+8 |
2021-06-07 | pg: Reduce the inclusion of pg.h | Neale Ranns | 2 | -11/+12 |
2021-04-17 | classify: honor pcap interface filter also when classify filter is used | Benoît Ganne | 1 | -28/+3 |
2021-03-19 | interface: add capabilities flags | Mohsin Kazmi | 1 | -1/+1 |
2021-03-05 | interface: move vnet_pcap_t to vnet | Damjan Marion | 1 | -3/+3 |
2021-02-15 | misc: coverity fixes | Dave Barach | 1 | -2/+2 |
2020-12-14 | api: add missing version info | Paul Vinciguerra | 1 | -0/+2 |
2020-11-13 | ethernet: mac must support 64-bits loads | Benoît Ganne | 3 | -40/+67 |
2020-11-09 | vlib: fix trace number accounting | Benoît Ganne | 1 | -9/+13 |
2020-10-15 | ethernet: fix Ethernet DMAC checks | Ivan Shvedunov | 1 | -7/+12 |
2020-10-08 | l2: input performance | Neale Ranns | 1 | -24/+24 |
2020-10-08 | fib: Register multicast MAC with interface for accepting interfaces | Neale Ranns | 1 | -5/+5 |
2020-08-06 | misc: harmonize names | Dave Barach | 1 | -12/+12 |
2020-05-27 | ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) | John Lo | 3 | -29/+77 |
2020-05-15 | misc: removed executable bits from source files | Ray Kinsella | 1 | -0/+0 |
2020-05-10 | ethernet: fix dmac stride error | Zhiyong Yang | 1 | -1/+1 |
2020-05-08 | ethernet: fix coverity warning | Dave Barach | 1 | -1/+1 |
2020-05-04 | ethernet: add sanity checks to p2p_ethernet_add/del | Dave Barach | 2 | -0/+41 |
2020-04-22 | ethernet: leverage vlib_buffer_get_current | Zhiyong Yang | 1 | -4/+4 |
2020-04-22 | ethernet: put vlib_get_buffers together | Zhiyong Yang | 1 | -11/+6 |
2020-03-27 | docs ethernet: add docs for ethernet Section | Paul Vinciguerra | 1 | -0/+7 |
2020-03-18 | ethernet: Copy only 6 bytes of mac address into a u64 | Jon Loeliger | 1 | -3/+3 |
2020-02-26 | ethernet: configure system default ethernet MTU | Dave Barach | 3 | -2/+33 |
2020-02-24 | ethernet: trivial additions | Neale Ranns | 2 | -0/+9 |
2019-12-17 | ip: Protocol Independent IP Neighbors | Neale Ranns | 8 | -3208/+212 |
2019-12-10 | api: multiple connections per process | Dave Barach | 1 | -1/+1 |
2019-11-27 | misc: add address sanitizer heap instrumentation | Benoît Ganne | 1 | -0/+1 |
2019-11-26 | ethernet: all dmac checks include secondary addrs | Matthew Smith | 1 | -19/+106 |
2019-11-26 | fib: Table Replace | Neale Ranns | 2 | -37/+0 |
2019-11-25 | vlib: autogenerate <node> before <last-in-arc> constraints | Dave Barach | 1 | -1/+1 |
2019-11-20 | classify: per-interface rx/tx pcap capture filters | Dave Barach | 1 | -2/+12 |
2019-10-29 | ethernet: VNET API to create sub-interfaces | Neale Ranns | 2 | -0/+45 |
2019-10-03 | ethernet: fix dmac filter coverity warning | Matthew Smith | 1 | -1/+1 |
2019-10-02 | ethernet: dmac filter checks secondary mac addrs | Matthew G Smith | 3 | -34/+186 |
2019-09-26 | misc: add vnet classify filter set support | Dave Barach | 1 | -4/+2 |