Add extern to *_main global variable declarations in header files.
[vpp.git] / src / vnet / ip /
2017-10-24 Dave WallaceAdd extern to *_main global variable declarations in... 72/8972/1
2017-10-19 Marek GradzkiRemove unused 'not_last' parameter from ip_add_del_route 26/8826/4
2017-10-18 Dave BarachVPP-930: add missing ntohl to send_ip6_fib_details... 81/8881/1
2017-10-16 Florin Corasudp: refactor udp code 30/8730/19
2017-10-15 Florin Corasip: avoid arp assert if out of buffers (VPP-1030) 15/8815/3
2017-10-15 Florin CorasRevert "Enforce FIB table creation before use" 20/8820/2
2017-10-14 Neale RannsSource Lookup progammable via API 11/8811/2
2017-10-13 Neale RannsEnforce FIB table creation before use 03/8803/3
2017-10-13 Dave BarachVPP-1027: DNS name resolver 43/8743/9
2017-10-10 Florin Corassession: add support for application namespacing 11/8611/22
2017-10-10 Neale Rannspunt and drop features: 48/8548/6
2017-10-09 Neale RannsIP neighbour move incorrectly placed jump label 12/8712/2
2017-10-09 Dave Barachvppapigen: support per-file (major,minor,patch) version... 89/8589/6
2017-10-09 Matus FabianNAT: hairpinning rework (VPP-1003) 60/8660/2
2017-10-05 Neale RannsDistributed Virtual Router Support 38/8638/2
2017-10-04 Christophe Fontaine[aarch64] Fixes CLI crashes on dpaa2 platform. 21/8621/3
2017-10-03 Dave BarachRepair vlib API socket server 69/8369/50
2017-10-03 Jon LoeligerPropagate duplicate IF addr add/del error up to API. 19/8619/2
2017-09-26 Dave BarachAdd thread-safe event signaller, use RPC where required 40/8540/5
2017-09-22 Eyal BariIP-MAC,ND:wildcard events,fix sending multiple events 71/8471/3
2017-09-20 Pierre Pfistertcp: add option to punt traffic 48/8448/4
2017-09-20 Pierre PfisterAdd ip6-local feature arc 44/8444/2
2017-09-19 Neale RannsTreat label=0 as an invalid next-hop-via-label 52/8452/3
2017-09-15 Florin Corasdpdk: cli to check for buffer leakage 87/8387/8
2017-09-13 Neale RannsAdd a name to the creation of an IP and MPLS table 99/8399/3
2017-09-11 Neale Rannsreplace uint32_t with u32 84/8384/2
2017-09-11 Florin Corasarp/glean: fix hash computation 67/8367/2
2017-09-11 Neale RannsFIB table add/delete API 71/8371/2
2017-09-09 Damjan Marionmove unix_file_* code to vppinfra 66/8366/2
2017-09-08 Marco VarlesePUNT: Missing include for readv() 55/8355/3
2017-09-05 Ole TroanPUNT socket: External control plane processes connected... 21/6721/15
2017-08-31 dongjuanFix vent_data memory leak in function run_ping_ip46_add... 66/8266/3
2017-08-22 Damjan Marionping: remove unnecesary x86 intrinsics #include 51/8151/2
2017-08-19 pragashFixed ip add bug for ip6 with review comments 34/8134/8
2017-08-16 Florin Corasip4: cleanup ip local 62/8062/2
2017-08-16 roottcp: fix v6 sessions 59/8059/5
2017-08-16 Matus FabianNAT64: Fallback to 3-tuple key for non TCP/UDP sessions... 14/7514/3
2017-08-15 Pavel KotucekIPv6 local-address for P2P ethernet interfaces 54/8054/2
2017-08-14 Neale RannsFIB table add/delete API only 37/8037/2
2017-08-11 Florin CorasFix tcp multi buffer segments retransmission 71/7871/12
2017-08-09 Neale RannsAllow multiple MPLS output labels to be passed on the CLI 46/7946/2
2017-08-08 Neale RannsL2 over MPLS 61/6861/14
2017-08-02 Pavel KotucekFix vpp crash sending arp or probing neighb (VPP-917) 68/7868/6
2017-08-02 Dave BarachFix ip checksum offload, move badly-placed ASSERT 81/7881/2
2017-08-02 Florin CorasFix tcp tx buffer allocation 61/7861/9
2017-08-02 Florin CorasMake ip csum configurable in vlib buffer functions 11/7811/6
2017-08-01 Neale RannsFIB path weight incorrect in dump (VPP-922) 67/7867/3
2017-07-27 Mohammed Hawariping: fixing wrong value when there are worker threads 61/7661/5
2017-07-20 Damjan MarionFix coverity issue introduced with IP checksum offload... 44/7644/3
2017-07-19 Dave BarachFix IP checksum offload metadata setup 41/7641/3
2017-07-18 Neale RannsFIB path preference 86/7586/3
2017-07-18 Dave BarachTCP/UDP checksum offload API 51/7351/6
2017-07-14 Damjan Marionvnet_buffer_t flags cleanup 73/7573/5
2017-07-14 Damjan MarionIntroduce l{2,3,4}_hdr_offset fields in the buffer... 72/7572/4
2017-07-06 John LoSend GARP/NA on bonded intf slave up/down if in active... 09/7309/4
2017-06-23 Pavel KotucekIP4/IP6 FIB: fix crash during interface delete 39/7139/4
2017-06-19 Matus FabianNAT64: Hairpinning (VPP-699) 62/7162/3
2017-06-12 Matus FabianNAT64: bug fix 97/7097/3
2017-06-09 Matus FabianNAT64: ICMP error support 53/7053/2
2017-06-06 Neale RannsFix coverity error in IP4 Mtrie. 27/7027/2
2017-06-04 wenxian liFix typo for specifying table_id on ping. 92/6992/2
2017-06-01 Neale RannsFix 'ip probe' on /32 18/6918/3
2017-05-30 Ole TroanFlowprobe: Stateful flows and IPv6, L4 recording 30/5730/37
2017-05-26 Neale RannsMPLS lookup DPO does not pop the label (nor does it... 83/6883/2
2017-05-26 Neale RannsARP/ND use path_remove to complement path_add 86/6886/2
2017-05-24 Neale RannsIPv6 Performance bugs 27/6827/3
2017-05-23 Neale RannsARP/ND entries for the same address on different interf... 61/6761/8
2017-05-19 Neale Rannsmfib CLI bugs (VPP-852) 83/6783/2
2017-05-17 Neale RannsARP learning fixes (VPP-843) 28/6728/3
2017-05-16 flyingeagle23ping command does not work when there is woker thread... 88/6688/4
2017-05-11 Florin CorasValidate ip6 interface fib tables early on 43/6643/3
2017-05-05 Matus Fabianip6_to_ip4.h coverity fix 10/6610/1
2017-05-05 Matus FabianNAT64: Move IPv6-IPv4 virtual reassembly code from... 55/6555/11
2017-05-03 flyingeagle23change ip4_drop_node node register coding format 68/6568/1
2017-05-02 Neale RannsAllow local/for-us replications for IP multicast routes... 63/6563/2
2017-04-26 Neale RannsIP Flow Hash Config fixes 13/6313/5
2017-04-25 Dave Barach"autoreply" flag: autogenerate standard xxx_reply_t... 87/6387/3
2017-04-24 Neale RannsImprove Load-Balance MAPs 05/6305/2
2017-04-19 Neale RannsLearn IP6 link-local ND entries from NSs sourced from... 64/6264/2
2017-04-13 Neale RannsRemove unsed parameter from fib_table_entry_special_add... 80/6180/2
2017-04-11 Neale RannsMPLS Mcast coverity fixes 41/6141/2
2017-04-11 Neale RannsMTRIE coverity fixes 43/6143/2
2017-04-11 Neale RannsRemove usued, redundant and deprecated code from lookup.h 45/6145/2
2017-04-07 Neale RannsMPLS Mcast 53/5653/8
2017-04-07 flyingeagle23VPP-684.Add ip which mask length exceeding upper limit... 68/6068/2
2017-04-06 Damjan MarionUse thread local storage for thread index 11/6011/4
2017-04-03 Neale RannsAdjacency layout change and move to vnet/adj 24/5924/3
2017-04-01 Eyal BariARP/ND/API:fix arp reg + nd no identical regs 90/5990/3
2017-04-01 Neale RannsMTRIE Optimisations 2 89/5889/6
2017-03-30 Andrew YourtchenkoVPP-669: ping: fix coverity check error 165075 + add... 56/5856/7
2017-03-30 Eyal BariBRIDGE-DOMAIN:enable arp term,mac/ip learning on local... 34/5934/2
2017-03-29 Neale RannsIP lookup: remove used stack variables 25/5925/2
2017-03-29 Neale RannsMtrie optimisations 46/5846/5
2017-03-29 Neale RannsSub-net broadcast addresses for IPv4 95/5895/2
2017-03-27 Neale RannsMcast rewrite no memcpy 53/5753/3
2017-03-22 Andrew Yourtchenkoping: allow the user to send bursts of N packets instea... 22/5822/2
2017-03-17 Neale Ranns64 bit per-thread counters 62/5762/5
2017-03-17 Neale RannsFix IP feature ordering. 79/5779/4
2017-03-17 Neale RannsCache a 'has-features' flag on the adjacency for faster... 61/5761/4
2017-03-16 Andrew Yourtchenkoping: Fix coverity error 163907 70/5770/2
next