Age | Commit message (Expand) | Author | Files | Lines |
2018-10-23 | c11 safe string handling support | Dave Barach | 1 | -3/+3 |
2018-10-12 | vnet: complete the fix for l3_hdr_offset calculation for single loop fastpass... | Andrew Yourtchenko | 1 | -1/+1 |
2018-10-09 | vnet: ethernet-input incorrectly sets l3_hdr_offset in some cases | Andrew Yourtchenko | 1 | -26/+26 |
2018-10-05 | On interface deletion - make sure any vlan qinq table is cleared | John Lo | 1 | -0/+2 |
2018-10-02 | Enabled untagged vs default functionality | Mike Bly | 2 | -6/+5 |
2018-09-25 | L2 BD: introduce a BD interface on which to send UU packets | Neale Ranns | 1 | -1/+2 |
2018-09-25 | dpdk: show pluggable info in 'show hardware' | Damjan Marion | 2 | -19/+48 |
2018-09-24 | ARP: don't use RPC for requests initiated from the main thread | Neale Ranns | 2 | -114/+87 |
2018-09-14 | Revert "L2-input: use vlib_buffer_enqueue_to_next" | John Lo | 1 | -3/+3 |
2018-09-13 | L2-input: use vlib_buffer_enqueue_to_next | Neale Ranns | 1 | -3/+3 |
2018-09-12 | fix missing extern in vnet/ethernet/node.c | Damjan Marion | 1 | -1/+1 |
2018-09-10 | new multiversioning on ethernet input nodes | Damjan Marion | 1 | -34/+16 |
2018-09-08 | L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes | Neale Ranns | 2 | -1/+15 |
2018-09-06 | eth_mac_equal takes const pointers | Neale Ranns | 1 | -1/+1 |
2018-09-05 | Add missing API MAC address encode implementation | Neale Ranns | 1 | -0/+1 |
2018-08-31 | Fix typo | Dave Barach | 1 | -1/+1 |
2018-08-31 | Introduce a mac_address_t on the API and in VPP | Neale Ranns | 6 | -2/+236 |
2018-08-22 | Consolidate the [un]format_mac_address implementations | Neale Ranns | 2 | -0/+15 |
2018-07-30 | FIB: return entry prefix by const reference to avoid the copy | Neale Ranns | 1 | -7/+8 |
2018-07-21 | Loopback tx: support multiple tx intfcs per frame | Dave Barach | 1 | -153/+197 |
2018-07-20 | IP directed broadcast | Neale Ranns | 1 | -0/+9 |
2018-07-20 | QoS: marking and recording for MPLS and VLAN | Neale Ranns | 1 | -0/+8 |
2018-07-19 | Remove unused argument to vlib_feature_next | Damjan Marion | 1 | -3/+3 |
2018-07-17 | loopback:fix delete to check interface class | Eyal Bari | 1 | -13/+6 |
2018-07-15 | VPP-1341: fix loopback interface graph arcs | Dave Barach | 1 | -50/+173 |
2018-07-14 | Improve IP4 ARP and IP6 ND Events Notificationv18.10-rc0 | John Lo | 1 | -10/+25 |
2018-07-11 | avoid using thread local storage for thread index | Damjan Marion | 2 | -2/+2 |
2018-07-07 | Pipes | Neale Ranns | 2 | -3/+15 |
2018-06-25 | Add checks for bad ARP request packets in arp-termination node | John Lo | 1 | -12/+9 |
2018-06-19 | Check get packet template allocation failure (VPP-1321) | John Lo | 1 | -0/+6 |
2018-06-11 | MTU: Software interface / Per-protocol MTU support | Ole Troan | 1 | -3/+1 |
2018-06-08 | Gratuitous ARP packet handling | Neale Ranns | 1 | -8/+33 |
2018-06-07 | Revert "Allow arp-input node to learn IPv4 neighbors from GARP packets" | John Lo | 1 | -5/+0 |
2018-06-07 | Allow arp-input node to learn IPv4 neighbors from GARP packets | John Lo | 1 | -0/+5 |
2018-06-05 | bond: send gratuitous arp when the active slave went down in active-backup mode | Steven | 2 | -14/+16 |
2018-05-28 | Fix IP neighbor/arp pool full and static entry handling | John Lo | 1 | -69/+69 |
2018-05-25 | ARP proxy dumps | Neale Ranns | 3 | -20/+78 |
2018-05-18 | ARP: Ensure STATIC and DYANMIC ARP flags are mutually exclusive. | Jon Loeliger | 1 | -3/+9 |
2018-05-11 | Periodic scan and probe of IP neighbors to maintain neighbor pools | John Lo | 2 | -4/+15 |
2018-04-27 | TAP memory leaks: | Neale Ranns | 1 | -1/+0 |
2018-04-19 | Minor optimzation/cleanup to ethernet-input node | John Lo | 1 | -5/+5 |
2018-04-18 | Mcast rewrite optimisations | Neale Ranns | 1 | -3/+2 |
2018-04-13 | Revert "MTU: Setting of MTU on software interface (instead of hardware interf... | Damjan Marion | 1 | -1/+4 |
2018-04-13 | MTU: Setting of MTU on software interface (instead of hardware interface) | Ole Troan | 1 | -4/+1 |
2018-04-13 | GBP V2 | Neale Ranns | 2 | -3/+17 |
2018-04-12 | Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' | Neale Ranns | 1 | -1/+0 |
2018-04-09 | L2: no-flood interface type in the Bridge-Domain | Neale Ranns | 1 | -0/+4 |
2018-04-04 | Detailed stats collection feature | Neale Ranns | 1 | -0/+45 |
2018-03-20 | FIB Interpose Source | Neale Ranns | 1 | -1/+1 |
2018-03-16 | QoS recording and marking | Neale Ranns | 1 | -0/+9 |