aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2020-08-12tcp: fix rxt delivered without sacksFlorin Coras1-1/+1
2020-08-12udp: fix ipv6 listen port registrationFlorin Coras1-1/+1
2020-08-12build: Add missing version.h dependency in vnetChris Luke1-1/+1
2020-08-12tcp: fix tcp check tx offload issueSimon Zhang1-2/+6
2020-08-12ip6: during icmp to icmp6 translation truncate error messagesAlexander Chernavin1-2/+2
2020-08-12tcp: handle ack advancement with no holes and renegingFlorin Coras1-1/+1
2020-08-12ip: avoid fib lookup for consecutive pkts having same source IPNitin Saxena1-5/+5
2020-08-12fib: leverage well-optimized clib_memcpyZhiyong Yang3-6/+6
2020-08-12session: remove io event dispatch dbg msgFlorin Coras1-4/+1
2020-08-12tcp: fix persist assertFlorin Coras1-4/+1
2020-08-12tcp: fix scoreboard assertFlorin Coras1-1/+1
2020-08-12tcp: fix last sacked with no holesFlorin Coras1-0/+2
2020-08-12tcp: fix duplicate sack whith renegingFlorin Coras1-6/+9
2020-08-12tcp: fix rate samples for old acksFlorin Coras1-2/+24
2020-08-12tcp: accept sack reneging as a cc eventFlorin Coras1-4/+4
2020-08-12interface: Prevent bad inner-dot1q any exact-match configurationJon Loeliger2-3/+13
2020-08-12pg: don't leak open files in packet-generatorChristian E. Hopps1-0/+3
2020-08-12vxlan geneve gtpu: fix short helpPaul Vinciguerra4-4/+4
2020-08-12ip: cleanup punt socket cli helpPaul Vinciguerra1-11/+20
2020-08-12feature: add descriptive cli command output for 'set interface feature'Paul Vinciguerra1-7/+23
2020-08-12feature: add [verbose] to show features helpPaul Vinciguerra1-1/+1
2020-08-12classify: forbid invalid match configBenoît Ganne1-0/+3
2020-08-12l2: fix l2input_feat_names overflowBenoît Ganne1-1/+1
2020-08-12ipsec: Init salt value in SA creation CLI (so it's not random)Neale Ranns1-0/+1
2020-08-12ipsec: make sure pad_bytes does not exceed pad data sizeBenoît Ganne1-1/+5
2020-08-12ip: coverity fixjohny1-8/+6
2020-08-12session: close for reset replies independent of stateFlorin Coras1-2/+2
2020-08-12tcp: fix tail rescue with sacksFlorin Coras1-5/+7
2020-08-12ip: fix cancel termination after receive malformed ip6 packetjohny2-5/+68
2020-08-12ip: init l3_hdr_offset when pushing an ip4 headerFlorin Coras1-6/+4
2020-08-12flow: fix several crash issuesChenmin Sun1-0/+6
2020-08-12fib: Another realloc burnNeale Ranns1-5/+13
2020-08-12tcp: invalidate expired timer handles before dispatchingFlorin Coras3-25/+29
2020-08-12ip6: Fix improper MCAST adj test in IPv6 router solicitationJon Loeliger1-1/+1
2020-08-07bfd: add missing castKlement Sekera1-1/+1
2020-08-07bfd: allow IPv6 link-local address as local addressAlexander Chernavin1-15/+30
2020-08-07dhcp: fix dhcpv6 client and dhcpv6 prefix delegationDave Barach3-37/+19
2020-08-07session: fix session_main_get_worker_if_validNathan Skrzypczak1-1/+1
2020-08-07session: fix transport proto unformatFlorin Coras1-4/+33
2020-08-07session: Fix out of order mqNathan Skrzypczak1-1/+2
2020-08-07session: session enable in multiworkerNathan Skrzypczak2-1/+18
2020-08-07session: fix app attach on errorNathan Skrzypczak1-3/+2
2020-08-07dhcp: fix proxy dhcpv6 size checkBenoît Ganne1-2/+3
2020-08-07ip: fix tracing of packet flagsKlement Sekera1-1/+1
2020-08-06interface: add pcap trace data preallocationDave Barach2-5/+49
2020-07-03interface: shmemioerror while getting name_filter argAleksander Djuric1-3/+2
2020-06-12fib: IPv6 lookup data structure MP safe when prefixes change (VPP-1881)Neale Ranns1-14/+31
2020-06-12ethernet: fix dmac stride errorZhiyong Yang1-1/+1
2020-06-11vppinfra: refactor mpcap.hDave Barach1-0/+113
2020-05-29bonding: fix the gso flagsMohsin Kazmi1-4/+10