aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2017-11-07fix bfd cli with gcc >= 6Gabriel Ganne1-1/+1
2017-11-06session: add rule tagsFlorin Coras12-235/+468
2017-11-05session: add api to dump rulesFlorin Coras7-25/+253
2017-11-05ip4 network request processingDave Barach5-89/+750
2017-11-03NAT64: Input feature arc on virtual interface via interface RX DPO.Ole Troan2-2/+2
2017-11-03vnet: ip4/6_local->don't drop packet if marked for TCP/UDP offload cksum calc...Jakub Grajciar2-8/+26
2017-11-03punt: free whole buffer chain if such is puntedKlement Sekera1-1/+1
2017-11-03silence l2fib_init() invalid read of size 2 found by address-sanitizerGabriel Ganne1-1/+6
2017-11-03session: support drop action in rules tableFlorin Coras4-36/+114
2017-11-02session/udp: init rw locksFlorin Coras2-1/+14
2017-11-02LISP: fix negative mapping timeout, VPP-1043Filip Tehlar1-1/+2
2017-11-02Add builtin http server option to return static replyFlorin Coras1-23/+97
2017-11-01session: fix proxy coverity warningsFlorin Coras1-1/+2
2017-11-01session: add support for proxying appsFlorin Coras15-39/+353
2017-10-31Fix "l2fib add" CLI to allow adding of filter MAC entriesJohn Lo1-25/+17
2017-10-31Fix set interface mac address API to be endian neutralJohn Lo4-16/+10
2017-10-31LISP: add P-ITR/P-ETR/xTR API handlers, ONE-24Filip Tehlar12-72/+571
2017-10-31l2fib: MAC: Fix uint64 to u8 byte arrayMohsin Kazmi5-49/+44
2017-10-31Refactor IP input checks for re-use at MPLS dispositionNeale Ranns5-277/+465
2017-10-30LISP: improve updating the dataplne when locators changeFilip Tehlar5-28/+74
2017-10-29devices: Add binary API for set interface <interface> rx-modeSteven4-18/+88
2017-10-29session: fix coverity warningsFlorin Coras2-7/+12
2017-10-28session: rules tablesFlorin Coras22-12/+2093
2017-10-27session: instantiate appns lookup table only onceFlorin Coras2-7/+11
2017-10-26Consolidate short_help for classify table with memory-sizeHongjun Ni1-0/+1
2017-10-26session: swap appns secret to host byte orderFlorin Coras1-1/+1
2017-10-26fib test - fix undefined behavior warning found by clangGabriel Ganne3-3/+3
2017-10-26VCL: add session namespace support.Dave Wallace3-17/+40
2017-10-26Allow IPsec interface to have SAs resetMatthew Smith5-1/+123
2017-10-25lldp: protection code to check a valid interface indexSteve Shin1-2/+9
2017-10-25L3 proxy FIB source for container networkingAndrew Yourtchenko14-10/+381
2017-10-24Update L2 header offset after VLAN tag rewriteNeale Ranns1-1/+3
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace49-33/+65
2017-10-23af_packet: invalid TCP/UDP offload checksum on RX node recalculationJakub Grajciar6-3/+171
2017-10-23VXLAN:small refactor to vxlan inputEyal Bari1-235/+175
2017-10-20Add reverse DNS (ip to name) resolutionDave Barach5-34/+311
2017-10-20null-terminate some formatted stringGabriel Ganne3-0/+15
2017-10-19Remove unused 'not_last' parameter from ip_add_del_routeMarek Gradzki1-3/+0
2017-10-19VPP-1024: rewrite buffer trajectory tracerDave Barach4-6/+134
2017-10-18LISP: fix crash when sending NSH map-request message, ONE-32Filip Tehlar1-0/+3
2017-10-18VPP-930: add missing ntohl to send_ip6_fib_details(...)Dave Barach1-1/+1
2017-10-17session: fix connect corner case crash.Dave Wallace1-17/+20
2017-10-17VPP-1032: fix coverity warningsDave Barach1-3/+12
2017-10-17Add API versioning to GENEVE tunnel implementation.Marco Varlese1-1/+3
2017-10-17session: return local transport endpoint in connect replyFlorin Coras3-1/+14
2017-10-16session: fix build when debugging is onFlorin Coras3-3/+3
2017-10-16udp: refactor udp codeFlorin Coras34-1175/+1697
2017-10-16DNS name resolver improvementsDave Barach4-31/+217
2017-10-16LISP: fix map-request counters, ONE-25Filip Tehlar1-6/+5
2017-10-15ip: avoid arp assert if out of buffers (VPP-1030)Florin Coras1-0/+4