Age | Commit message (Expand) | Author | Files | Lines |
2020-09-01 | virtio: fix the NULL deference |  Mohsin Kazmi | 1 | -1/+2 |
2020-09-01 | virtio: fix the error return |  Mohsin Kazmi | 1 | -9/+12 |
2020-09-01 | crypto: add chacha20-poly1305 algo |  Artem Glazychev | 1 | -2/+5 |
2020-09-01 | ip: fix ip zero checksum verification |  Benoît Ganne | 5 | -11/+12 |
2020-09-01 | fib: detect wrong adj neighbour bugs |  Benoît Ganne | 1 | -0/+23 |
2020-09-01 | mpls: fix adjacencies walk in case of restack |  Benoît Ganne | 1 | -1/+1 |
2020-09-01 | ip: improve ip4_header_checksum_is_valid |  Damjan Marion | 1 | -5/+12 |
2020-08-31 | vppinfra: convert A_extend_to_B to B_from_A format of vector inlines |  Damjan Marion | 1 | -8/+8 |
2020-08-31 | ip: fix compiling error with gcc-10 |  Jieqiang Wang | 1 | -0/+12 |
2020-08-31 | session: format app_ns_name with %v rather than %s |  jiangxiaoming | 1 | -1/+1 |
2020-08-31 | flow: code refactor |  Chenmin Sun | 5 | -355/+389 |
2020-08-31 | cnat: Destination based NAT |  Neale Ranns | 2 | -35/+35 |
2020-08-31 | virtio: fix the coverity warning |  Mohsin Kazmi | 2 | -7/+13 |
2020-08-27 | ipsec: Deprecate old interface API |  Neale Ranns | 1 | -1/+3 |
2020-08-27 | session: limit max number of ct sessions per dispatch |  Florin Coras | 1 | -2/+5 |
2020-08-25 | flow: add vnet/flow formal API |  Chenmin Sun | 8 | -0/+695 |
2020-08-25 | ip-neighbor: skip probe for disabled interfaces |  Matthew Smith | 1 | -0/+6 |
2020-08-24 | bonding: enhance binary api handling |  Steven Luong | 1 | -0/+9 |
2020-08-20 | tcp: track reorder with sacks |  Florin Coras | 6 | -38/+61 |
2020-08-20 | virtio: add modern device support |  Mohsin Kazmi | 7 | -47/+678 |
2020-08-20 | ipsec: fix esp padding |  Milan Lenco | 1 | -1/+1 |
2020-08-20 | virtio: refactor pci device code |  Mohsin Kazmi | 7 | -350/+533 |
2020-08-20 | ip: vnet_ip_mroute_cmd payload_proto fix |  Elias Rudberg | 1 | -6/+6 |
2020-08-19 | session: ct init error handling |  Florin Coras | 1 | -4/+18 |
2020-08-17 | tap: add gro support |  Mohsin Kazmi | 8 | -14/+87 |
2020-08-14 | gso: packet coalesce library |  Mohsin Kazmi | 11 | -9/+1002 |
2020-08-14 | ip: add VNET_IP_TABLE_ADD_DEL_FUNCTION |  Steven Luong | 4 | -0/+137 |
2020-08-12 | vcl: support multi-threads with session migration |  hanlin | 2 | -1/+2 |
2020-08-11 | vcl: support inter worker rpc |  Florin Coras | 3 | -0/+38 |
2020-08-06 | misc: harmonize names |  Dave Barach | 13 | -62/+66 |
2020-08-05 | interface: add pcap trace data preallocation |  Dave Barach | 2 | -4/+48 |
2020-08-03 | tcp: improve timestamp rtt accuracy |  Florin Coras | 6 | -43/+38 |
2020-07-31 | nsim: basic reorder support |  Florin Coras | 1 | -0/+1 |
2020-07-31 | ip-neighbor: Allow to replace dynamic entry |  Vladimir Isaev | 1 | -11/+13 |
2020-07-30 | tcp: process syn in fin-wait-2 |  Florin Coras | 1 | -0/+1 |
2020-07-29 | feature: add vnet_feature_is_enabled |  Dave Barach | 2 | -1/+60 |
2020-07-29 | tcp: fix skipping RSTs in SYN_SENT state |  Ivan Shvedunov | 1 | -0/+1 |
2020-07-29 | ipsec: fix cli uninitialized parameters |  Benoît Ganne | 1 | -15/+37 |
2020-07-29 | tcp: process syn in close-wait |  Florin Coras | 1 | -0/+1 |
2020-07-28 | bonding: toggle bond admin state may cause hw link state to down |  Steven Luong | 1 | -1/+1 |
2020-07-28 | ip: svr: improve performance for non-fragments |  Klement Sekera | 1 | -0/+206 |
2020-07-28 | ip: fix punt cli to only consumes a line of input |  Benoît Ganne | 1 | -4/+25 |
2020-07-28 | lisp: fix cli locator-set name null termination |  Florin Coras | 2 | -8/+4 |
2020-07-28 | lisp: fix lisp/one enable/disable |  Florin Coras | 2 | -85/+67 |
2020-07-28 | sr: fix prefix_len type parsing |  Benoît Ganne | 1 | -1/+1 |
2020-07-28 | bonding lacp: replace slave string with member |  Steven Luong | 6 | -417/+684 |
2020-07-27 | tcp: fix tcp_connection_cleanup() with uninitialized elog |  Ivan Shvedunov | 1 | -3/+7 |
2020-07-24 | interface: fix show/clear hardware-interfaces string overflow |  Benoît Ganne | 1 | -5/+19 |
2020-07-24 | session: cleanup lookup table for rejected session |  Florin Coras | 1 | -1/+4 |
2020-07-24 | tcp: fix synack elog crash |  Florin Coras | 1 | -2/+3 |