aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2017-11-09session: fix app ns list cli dumpFlorin Coras1-4/+8
2017-11-08punt: fix sendmsg() failure detectionKlement Sekera1-1/+1
2017-11-08session: fix show app ns table cliFlorin Coras1-10/+15
2017-11-08NAT64: fixed csum crash (VPP-1055)Matus Fabian2-28/+25
2017-11-08http_server_rx_callbackJingLiuZTE1-2/+8
2017-11-08Fix SHG handling for ARP/ICMPv6 received from BVI in a BDJohn Lo1-0/+8
2017-11-08ip: fix container proxy coverity warningFlorin Coras1-4/+7
2017-11-07add tracing to udp punt codeKlement Sekera1-5/+58
2017-11-07vnet: ip4/6_local-> don't drop TCP/UCP marked for cksum calc fixJakub Grajciar2-13/+13
2017-11-07UDP Encapsulation.Neale Ranns14-6/+1422
2017-11-07ip: add container proxy apiFlorin Coras4-20/+166
2017-11-07session: fix v6 double bindsFlorin Coras4-8/+100
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