Age | Commit message (Expand) | Author | Files | Lines |
2020-04-07 | session: add more session errors |  Florin Coras | 3 | -21/+33 |
2020-04-07 | l2: handle complete clone fail in l2_flood |  Dave Barach | 1 | -2/+8 |
2020-04-07 | udp: move cli to separate file |  Florin Coras | 5 | -205/+230 |
2020-04-07 | tcp: fix conf mtu parsing |  Florin Coras | 1 | -3/+3 |
2020-04-07 | udp session: allow dgram ip fragmentation |  Florin Coras | 4 | -37/+37 |
2020-04-07 | udp session: jumbo frames and configurable mtu |  Florin Coras | 4 | -3/+45 |
2020-04-07 | sr: fix byte-order in steering API |  Ignas Bacius | 1 | -2/+2 |
2020-04-07 | sr: Support uSID function. |  Tetsuya Murakami | 3 | -12/+813 |
2020-04-06 | vcl session: enforce full dgram reads/writes |  Florin Coras | 1 | -9/+7 |
2020-04-06 | session udp: shared local endpoints |  Florin Coras | 8 | -40/+124 |
2020-04-06 | bonding: Add GSO support |  Steven Luong | 2 | -2/+21 |
2020-04-06 | ip: reassembly: don't set error if no error |  Klement Sekera | 4 | -8/+12 |
2020-04-04 | session tls: support tls descheduling |  Florin Coras | 7 | -33/+58 |
2020-04-04 | session tls: improve app transports tx scheduling |  Florin Coras | 4 | -18/+37 |
2020-04-04 | misc: sprintf be gone |  Dave Barach | 1 | -3/+4 |
2020-04-03 | session: improve error reporting |  Florin Coras | 18 | -117/+156 |
2020-04-03 | session: init port_proto_type asap |  Florin Coras | 1 | -7/+11 |
2020-04-03 | session udp: fix transport flags and migration |  Florin Coras | 4 | -2/+9 |
2020-04-03 | session: remove obsolete apis |  Florin Coras | 2 | -797/+36 |
2020-04-02 | tcp: explicit use of timer wheel in timer apis |  Florin Coras | 6 | -171/+190 |
2020-04-02 | ipsec: provide stat index in sa details |  Matthew Smith | 2 | -3/+5 |
2020-04-02 | tcp: move features to separate files |  Florin Coras | 17 | -2946/+3127 |
2020-04-02 | udp session vcl: add udp iperf test |  Florin Coras | 2 | -9/+25 |
2020-04-02 | tcp: count zero wnd enqueue attempts |  Florin Coras | 1 | -0/+4 |
2020-04-01 | session udp: support connect on listeners |  Florin Coras | 3 | -2/+5 |
2020-04-01 | session: allow rx events independnt of state |  Florin Coras | 1 | -6/+0 |
2020-04-01 | udp: improvements to cli |  Florin Coras | 2 | -13/+64 |
2020-04-01 | udp: track connection port sharing |  Florin Coras | 4 | -31/+122 |
2020-04-01 | session: fix fifos display |  Aloys Augustin | 1 | -5/+2 |
2020-04-01 | ip: Fix the AH/ESP protocol numbers on the API |  Neale Ranns | 1 | -2/+2 |
2020-03-31 | udp: validate input data length |  Florin Coras | 1 | -4/+7 |
2020-03-31 | ipsec: use id in ipsec_tunnel_protect_details |  Matthew Smith | 1 | -4/+6 |
2020-03-31 | ipsec: fix chained ESP |  Filip Tehlar | 2 | -50/+145 |
2020-03-31 | vlib: move pci api types from vnet/pci to vlib/pci |  Jakub Grajciar | 6 | -124/+2 |
2020-03-31 | ipsec: fix udp-encap in transport mode |  Alexander Chernavin | 1 | -1/+7 |
2020-03-30 | tcp: reuse session infra for syns and resets |  Florin Coras | 6 | -88/+71 |
2020-03-30 | session udp: flag for connected udp |  Florin Coras | 5 | -5/+46 |
2020-03-30 | vxlan: leverage vlib_get_buffers in vxlan_encap_inline |  Zhiyong Yang | 1 | -12/+14 |
2020-03-30 | gso: fix the header parser to read only |  Mohsin Kazmi | 3 | -6/+44 |
2020-03-30 | interface: remove mtu clib_warning message from api handler |  Paul Vinciguerra | 1 | -1/+0 |
2020-03-27 | docs ethernet: add docs for ethernet Section |  Paul Vinciguerra | 1 | -0/+7 |
2020-03-26 | session: fix coverity warning |  Dave Barach | 1 | -1/+1 |
2020-03-26 | svm: correct format_fifo_segment |  Ryujiro Shibuya | 1 | -1/+3 |
2020-03-25 | session: api to add new transport types |  Florin Coras | 14 | -77/+136 |
2020-03-25 | tcp: avoid updating rcv wnd in resets |  Florin Coras | 1 | -3/+1 |
2020-03-25 | sr: Change the CLI keyword from address to prefix. |  Tetsuya Murakami | 1 | -1/+1 |
2020-03-25 | ip: Adding IP tables is no MP safe |  Neale Ranns | 1 | -2/+0 |
2020-03-24 | map: fix translation of icmp6 error messages |  Alexander Chernavin | 1 | -0/+51 |
2020-03-23 | tcp: add lost and in flight to byte tracker |  Florin Coras | 2 | -2/+15 |
2020-03-23 | ipsec: Revert "ipsec: fix chained ESP" |  Florin Coras | 2 | -144/+50 |