aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
2018-08-15Remove client_index field from replies in APIOndrej Fabry1-5/+0
2018-08-14Fix context field position in API definitionOndrej Fabry1-1/+1
2018-08-14neighbor advertisement must with target_link optionahdj0071-0/+2
2018-08-13Multiarch for ip4 forwarding nodesDamjan Marion1-59/+49
2018-08-13Multiarch handling in different constructor macrosDamjan Marion1-4/+2
2018-08-10IP fragmentation buffer chains, part 2.Ole Troan1-19/+21
2018-08-10IP fragmentation to handle buffer chains.Ole Troan1-79/+106
2018-08-10VPP-1382: Fix ip6 address cann't display completely when show ip6 neighborsshubing guo1-2/+2
2018-08-10Use IP address types on UDP encap APINeale Ranns5-39/+142
2018-08-09Thread-safe ARP / ND throttlingDave Barach6-75/+103
2018-08-03Documentation fix on "set interface ip[6] table"Yichen Wang1-2/+2
2018-07-30FIB: return entry prefix by const reference to avoid the copyNeale Ranns1-10/+10
2018-07-30Reverse the logic of flagging malformed packet in fragmentation code to allow...Rajesh Saluja1-1/+1
2018-07-27Fix memory leak in processing of ICMPv6 RA event (VPP-1360)Juraj Sloboda1-1/+2
2018-07-23fix vector index range checksEyal Bari1-1/+1
2018-07-21fix IP directed broadcast node declarationsMatthew Smith2-2/+2
2018-07-20IP directed broadcastNeale Ranns4-13/+130
2018-07-19Remove unused argument to vlib_feature_nextDamjan Marion4-18/+6
2018-07-19ip4-input and ip4-input-no-checksum should be siblingsNeale Ranns1-11/+1
2018-07-18Add config option to use dlmalloc instead of mheapDave Barach1-0/+4
2018-07-14Improve IP4 ARP and IP6 ND Events Notificationv18.10-rc0John Lo1-1/+7
2018-07-11avoid using thread local storage for thread indexDamjan Marion7-20/+21
2018-07-09IGMP improvementsNeale Ranns6-18/+234
2018-07-07PipesNeale Ranns1-0/+1
2018-07-02Fixing ip4-reassembly ip6-reassembly non feature node, next_node_index settingVijayabhaskar Katamreddy2-1/+2
2018-06-29Removing the static keyword do_fragment routines, so that could be accessed o...Vijayabhaskar Katamreddy2-3/+8
2018-06-29IP4 Router Alert option handling for IGMPNeale Ranns4-14/+156
2018-06-28reassembly: optimize bihash usageKlement Sekera2-45/+38
2018-06-28ip: vectorized ip checksumDamjan Marion2-69/+119
2018-06-26Fix assert issue in ip_csum_add_even()Hongjun Ni1-1/+2
2018-06-26node functions cannot be always_inlineDamjan Marion4-6/+6
2018-06-20Fix sw-if-index display error.Brant Lin1-2/+2
2018-06-19Check get packet template allocation failure (VPP-1321)John Lo3-0/+12
2018-06-19ip checksum multiarch support, cleanupDave Barach2-109/+91
2018-06-14Use unicast DMAC for IP neighbor pool refresh probesJohn Lo7-15/+28
2018-06-14MTU: IP fragmentation added to ip4-rewrite and ip6-rewriteOle Troan3-15/+56
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan1-5/+2
2018-06-08Add reaper functions to want events APIs (VPP-1304)Neale Ranns2-4/+135
2018-06-08Implement DHCPv6 PD client (VPP-718, VPP-1050)Juraj Sloboda2-0/+25
2018-06-07Fix IP scan neighbor API/CLI handling of interval and staleJohn Lo1-2/+2
2018-06-05bond: send gratuitous arp when the active slave went down in active-backup modeSteven2-14/+17
2018-06-04ip4: optimize ip4_localFlorin Coras2-253/+319
2018-06-04ip: save fib index for buffer in ip lookupFlorin Coras5-114/+65
2018-05-30IPv6 for-us/receive multicast routes fixNeale Ranns1-0/+4
2018-05-29Add VLIB_NODE_FN() macro to simplify multiversioning of node functionsDamjan Marion1-29/+5
2018-05-28Fix IP neighbor/arp pool full and static entry handlingJohn Lo1-97/+100
2018-05-27proxy_arp: remove unused is_addMarek Gradzki1-2/+1
2018-05-27ip4-input node reworkDamjan Marion2-125/+336
2018-05-25Fix possible null pointer dereferenceJuraj Sloboda1-3/+14
2018-05-25ARP proxy dumpsNeale Ranns3-14/+145