aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-12-23ip-neighbor: ip_neighbor_advertise() handles nullMatthew Smith1-2/+2
2019-12-23ipsec: Test and fix IPSec worker hand-offNeale Ranns3-6/+6
2019-12-23tcp: accept sack reneging as a cc eventFlorin Coras1-4/+4
2019-12-22fib: use 32 bits per-source reference counterMiklos Tirpak2-2/+2
2019-12-22ip-neighbor: fix API initialization callMatthew Smith1-1/+1
2019-12-21session: move add/del segment msg to mqFlorin Coras5-8/+140
2019-12-20vxlan: reuse inner packet flow hash for tunnel outer header load balanceShawn Ji3-0/+22
2019-12-19interface: Prevent bad inner-dot1q any exact-match configurationJon Loeliger2-3/+13
2019-12-19gre: multipoint ingress lookup fixNeale Ranns6-75/+286
2019-12-18ipsec: Fix decap of IPSEC/GRE in transport modeNeale Ranns1-6/+44
2019-12-17pg: don't leak open files in packet-generatorChristian E. Hopps1-0/+3
2019-12-17vxlan geneve gtpu: fix short helpPaul Vinciguerra4-4/+4
2019-12-17ip: cleanup punt socket cli helpPaul Vinciguerra1-11/+20
2019-12-17feature: add descriptive cli command output for 'set interface feature'Paul Vinciguerra1-7/+23
2019-12-17feature: add [verbose] to show features helpPaul Vinciguerra1-1/+1
2019-12-17l2: l2_patch_main should not be staticVratko Polak1-1/+5
2019-12-17bonding: drop traffic on backup interface for active-backup modeSteven Luong1-1/+12
2019-12-17flow: add ethernet flowChenmin Sun2-2/+23
2019-12-17classify: forbid invalid match configBenoît Ganne1-0/+3
2019-12-17ipsec: bind an SA to a workerNeale Ranns11-43/+644
2019-12-17nhrp: mGREv6Neale Ranns1-4/+5
2019-12-17l2: fix l2input_feat_names overflowBenoît Ganne1-1/+1
2019-12-17virtio: fix the tx queue thread bindingMohsin Kazmi1-3/+17
2019-12-17quic: Implement crypto contextsNathan Skrzypczak2-1/+1
2019-12-17gso: minor fixes to gso segmentationMohsin Kazmi1-110/+115
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns84-11986/+12715
2019-12-17fib: Glean on NBMA interface points to dropNeale Ranns2-86/+85
2019-12-17fib: Adjacency walk fix for IPv6Neale Ranns1-1/+1
2019-12-16vppinfra: bihash walk cb typedef and continue/stop controlsNeale Ranns14-35/+57
2019-12-15fib: Adjacency creation notifications for dlegatesNeale Ranns6-1/+29
2019-12-13bonding: Add /if/lacp/<bond-sw_if_index>/<slave-sw_if_index>/partner-stateSteven Luong2-12/+26
2019-12-13ip: SVR: fix wrong return valueKlement Sekera2-2/+2
2019-12-12ikev2: fix crash during SA rekeyFilip Tehlar1-1/+5
2019-12-12session svm: support for segments larger than 4GBFlorin Coras2-8/+8
2019-12-12session svm: per thread fifo segment slicesFlorin Coras4-52/+71
2019-12-11api: Use vl_msg_push/pop_heapNathan Skrzypczak1-3/+2
2019-12-11session: Add mq debug cliNathan Skrzypczak1-8/+61
2019-12-11quic: Add support for unidirectional streamsNathan Skrzypczak4-0/+6
2019-12-11devices: vhost API cleanupJakub Grajciar6-26/+174
2019-12-11devices: tap API cleanupJakub Grajciar5-93/+128
2019-12-10ipsec: Init salt value in SA creation CLI (so it's not random)Neale Ranns1-0/+1
2019-12-10ip: use explicit types in apiOle Troan1-73/+74
2019-12-10api: multiple connections per processDave Barach43-43/+43
2019-12-09ipsec: make sure pad_bytes does not exceed pad data sizeBenoît Ganne1-1/+5
2019-12-08ip: coverity fixjohny1-8/+6
2019-12-06gso: fix the tap/virtio driver for header offsetMohsin Kazmi2-2/+49
2019-12-06session: close for reset replies independent of stateFlorin Coras1-2/+2
2019-12-06tcp: fix tail rescue with sacksFlorin Coras1-5/+7
2019-12-05classify: vpp packet tracer supportDave Barach1-32/+119
2019-12-05ip: fix cancel termination after receive malformed ip6 packetjohny2-5/+68