Age | Commit message (Expand) | Author | Files | Lines |
2021-03-03 | udp: allocate rx lock only for non-connected |  Florin Coras | 1 | -3/+7 |
2021-02-26 | udp: avoid locking connected udp sessions on rx |  Florin Coras | 3 | -2/+8 |
2021-02-15 | vlib: refactor checksum offload support |  Mohsin Kazmi | 1 | -1/+1 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 2 | -9/+9 |
2020-10-28 | misc: Break the big IP header files to improve compile time |  Neale Ranns | 2 | -3/+2 |
2020-10-21 | misc: minimize dependencies on udp.h |  Florin Coras | 7 | -260/+328 |
2020-10-07 | misc: Purge unused pg includes |  Neale Ranns | 2 | -2/+0 |
2020-09-24 | session tcp udp tls quic: improve cli formatting |  Florin Coras | 1 | -2/+3 |
2020-06-27 | udp: align udp_encap_t_ to 2 cachelines |  Vadym Martsynovskyy | 1 | -4/+4 |
2020-06-23 | udp: jump over ip4 options |  Florin Coras | 1 | -3/+3 |
2020-05-29 | misc: ipfix-export unformat u16 collector_port fix |  Elias Rudberg | 2 | -0/+18 |
2020-04-16 | udp: fix buffer trace |  Andreas Schultz | 1 | -3/+2 |
2020-04-10 | udp: remove connected udp transport proto |  Florin Coras | 1 | -60/+0 |
2020-04-10 | udp: fix local node no port error counter |  Florin Coras | 1 | -9/+6 |
2020-04-09 | udp: fix coverity warning |  Florin Coras | 1 | -1/+1 |
2020-04-08 | udp: cleanup input node |  Florin Coras | 4 | -175/+211 |
2020-04-07 | udp: move cli to separate file |  Florin Coras | 4 | -205/+229 |
2020-04-07 | udp session: allow dgram ip fragmentation |  Florin Coras | 2 | -12/+8 |
2020-04-07 | udp session: jumbo frames and configurable mtu |  Florin Coras | 3 | -2/+39 |
2020-04-06 | session udp: shared local endpoints |  Florin Coras | 1 | -7/+35 |
2020-04-03 | session: improve error reporting |  Florin Coras | 1 | -8/+7 |
2020-04-03 | session udp: fix transport flags and migration |  Florin Coras | 2 | -1/+7 |
2020-04-02 | udp session vcl: add udp iperf test |  Florin Coras | 1 | -9/+18 |
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-03-31 | udp: validate input data length |  Florin Coras | 1 | -4/+7 |
2020-03-30 | session udp: flag for connected udp |  Florin Coras | 1 | -3/+13 |
2020-03-25 | session: api to add new transport types |  Florin Coras | 1 | -0/+4 |
2020-03-19 | session tcp udp: consolidate transport snd apis |  Florin Coras | 1 | -14/+11 |
2020-03-19 | ip: change ip API enums address_family and ip_proto size to u8 |  Jakub Grajciar | 1 | -4/+4 |
2020-03-09 | udp: fix UDP socket byte order in lookup |  Andreas Schultz | 1 | -1/+2 |
2020-01-16 | udp: fix ipv6 listen port registration |  Florin Coras | 1 | -1/+1 |
2020-01-10 | docs: Edit FEATURE.yaml files so they can be published |  John DeNisco | 1 | -2/+2 |
2020-01-03 | udp: add features.yaml |  Florin Coras | 1 | -0/+9 |
2020-01-02 | session: fix listener global endpoint lookup |  Florin Coras | 1 | -0/+3 |
2019-12-10 | api: multiple connections per process |  Dave Barach | 1 | -1/+1 |
2019-10-01 | session: fix use-after-free |  Benoît Ganne | 1 | -1/+2 |
2019-09-25 | udp: do not send received packets to error-drop |  Aloys Augustin | 1 | -192/+173 |
2019-08-08 | udp: fix rx event generation |  Florin Coras | 1 | -6/+20 |
2019-08-08 | udp: fix connections move |  Aloys Augustin | 1 | -1/+4 |
2019-08-06 | udp: fix session migrate when not needed |  Nathan Skrzypczak | 1 | -15/+21 |
2019-07-23 | udp: fix typo in udp connectinon flags |  Dave Wallace | 1 | -1/+1 |
2019-07-23 | udp: fix connection flags |  Aloys Augustin | 1 | -3/+3 |
2019-07-22 | udp: support close with data |  Florin Coras | 3 | -19/+41 |
2019-07-19 | fib: FIB Entry tracking |  Neale Ranns | 1 | -11/+6 |
2019-07-12 | quic: fix show session verbose |  Aloys Augustin | 1 | -3/+3 |
2019-07-12 | session: add thread index to all formatters |  Aloys Augustin | 1 | -0/+2 |
2019-07-09 | udp: UDPC handle open fail |  Nathan Skrzypczak | 1 | -6/+9 |
2019-06-28 | session: add half_open_has_fifos for UDPC |  Nathan Skrzypczak | 1 | -0/+1 |
2019-06-27 | session: Add transport vft protocol options |  Nathan Skrzypczak | 1 | -7/+14 |