Age | Commit message (Expand) | Author | Files | Lines |
2018-09-14 | vlib: introduce user flags in vlib_frame_t | Damjan Marion | 2 | -3/+3 |
2018-09-13 | IP-neighbor: add and delete internal API | Neale Ranns | 6 | -58/+118 |
2018-09-11 | indent off in ip_lookup_set_buffer_fib_index | Neale Ranns | 1 | -4/+5 |
2018-09-11 | GBP Endpoint Updates | Neale Ranns | 1 | -0/+7 |
2018-09-08 | L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes | Neale Ranns | 1 | -0/+1 |
2018-09-07 | IP route update fix when multipath and drop set | Neale Ranns | 1 | -20/+14 |
2018-08-31 | IPx address query functions take a const pointer | Neale Ranns | 2 | -34/+33 |
2018-08-31 | Introduce a mac_address_t on the API and in VPP | Neale Ranns | 1 | -0/+1 |
2018-08-30 | Refactor the ARP throttle into a common type so it can be reused | Neale Ranns | 3 | -33/+8 |
2018-08-29 | Consolidate table->index conversion in fib-path CLI processing | Neale Ranns | 1 | -16/+0 |
2018-08-23 | ip4: rework rewrite node to use vlib_buffer_enqueue_to_next() | Damjan Marion | 1 | -355/+270 |
2018-08-17 | VPP-1392: VXLAN fails with IP fragmentation | Ole Troan | 4 | -2/+6 |
2018-08-15 | Remove client_index field from replies in API | Ondrej Fabry | 1 | -5/+0 |
2018-08-14 | Fix context field position in API definition | Ondrej Fabry | 1 | -1/+1 |
2018-08-14 | neighbor advertisement must with target_link option | ahdj007 | 1 | -0/+2 |
2018-08-13 | Multiarch for ip4 forwarding nodes | Damjan Marion | 1 | -59/+49 |
2018-08-13 | Multiarch handling in different constructor macros | Damjan Marion | 1 | -4/+2 |
2018-08-10 | IP fragmentation buffer chains, part 2. | Ole Troan | 1 | -19/+21 |
2018-08-10 | IP fragmentation to handle buffer chains. | Ole Troan | 1 | -79/+106 |
2018-08-10 | VPP-1382: Fix ip6 address cann't display completely when show ip6 neighbors | shubing guo | 1 | -2/+2 |
2018-08-10 | Use IP address types on UDP encap API | Neale Ranns | 5 | -39/+142 |
2018-08-09 | Thread-safe ARP / ND throttling | Dave Barach | 6 | -75/+103 |
2018-08-03 | Documentation fix on "set interface ip[6] table" | Yichen Wang | 1 | -2/+2 |
2018-07-30 | FIB: return entry prefix by const reference to avoid the copy | Neale Ranns | 1 | -10/+10 |
2018-07-30 | Reverse the logic of flagging malformed packet in fragmentation code to allow... | Rajesh Saluja | 1 | -1/+1 |
2018-07-27 | Fix memory leak in processing of ICMPv6 RA event (VPP-1360) | Juraj Sloboda | 1 | -1/+2 |
2018-07-23 | fix vector index range checks | Eyal Bari | 1 | -1/+1 |
2018-07-21 | fix IP directed broadcast node declarations | Matthew Smith | 2 | -2/+2 |
2018-07-20 | IP directed broadcast | Neale Ranns | 4 | -13/+130 |
2018-07-19 | Remove unused argument to vlib_feature_next | Damjan Marion | 4 | -18/+6 |
2018-07-19 | ip4-input and ip4-input-no-checksum should be siblings | Neale Ranns | 1 | -11/+1 |
2018-07-18 | Add config option to use dlmalloc instead of mheap | Dave Barach | 1 | -0/+4 |
2018-07-14 | Improve IP4 ARP and IP6 ND Events Notificationv18.10-rc0 | John Lo | 1 | -1/+7 |
2018-07-11 | avoid using thread local storage for thread index | Damjan Marion | 7 | -20/+21 |
2018-07-09 | IGMP improvements | Neale Ranns | 6 | -18/+234 |
2018-07-07 | Pipes | Neale Ranns | 1 | -0/+1 |
2018-07-02 | Fixing ip4-reassembly ip6-reassembly non feature node, next_node_index setting | Vijayabhaskar Katamreddy | 2 | -1/+2 |
2018-06-29 | Removing the static keyword do_fragment routines, so that could be accessed o... | Vijayabhaskar Katamreddy | 2 | -3/+8 |
2018-06-29 | IP4 Router Alert option handling for IGMP | Neale Ranns | 4 | -14/+156 |
2018-06-28 | reassembly: optimize bihash usage | Klement Sekera | 2 | -45/+38 |
2018-06-28 | ip: vectorized ip checksum | Damjan Marion | 2 | -69/+119 |
2018-06-26 | Fix assert issue in ip_csum_add_even() | Hongjun Ni | 1 | -1/+2 |
2018-06-26 | node functions cannot be always_inline | Damjan Marion | 4 | -6/+6 |
2018-06-20 | Fix sw-if-index display error. | Brant Lin | 1 | -2/+2 |
2018-06-19 | Check get packet template allocation failure (VPP-1321) | John Lo | 3 | -0/+12 |
2018-06-19 | ip checksum multiarch support, cleanup | Dave Barach | 2 | -109/+91 |
2018-06-14 | Use unicast DMAC for IP neighbor pool refresh probes | John Lo | 7 | -15/+28 |
2018-06-14 | MTU: IP fragmentation added to ip4-rewrite and ip6-rewrite | Ole Troan | 3 | -15/+56 |
2018-06-11 | MTU: Software interface / Per-protocol MTU support | Ole Troan | 1 | -5/+2 |
2018-06-08 | Add reaper functions to want events APIs (VPP-1304) | Neale Ranns | 2 | -4/+135 |