Age | Commit message (Expand) | Author | Files | Lines |
2019-11-06 | tcp: IPv6 flow label support | Tarun Gupta | 1 | -4/+25 |
2019-11-05 | ip: Fragmentation fixes | Neale Ranns | 5 | -115/+155 |
2019-10-30 | ip: cleanup typos in documentation | Paul Vinciguerra | 8 | -17/+17 |
2019-10-29 | ip: refactor ip4_mtrie to use atomic store-release | jaszha03 | 1 | -14/+5 |
2019-10-29 | ip: refactor ip4_mtrie to atomically unset leaves | jaszha03 | 1 | -4/+6 |
2019-10-28 | ip: Punt rather than drop unkown IPv6 ICMP packets | Neale Ranns | 1 | -5/+5 |
2019-10-28 | ping: move the echo responder into the ping plugin | Neale Ranns | 2 | -200/+3 |
2019-10-28 | ip: reassembly fix sanity checks | Klement Sekera | 2 | -5/+5 |
2019-10-28 | ip: fix tracing of packet flags | Klement Sekera | 1 | -1/+1 |
2019-10-28 | ip: reassembly: fix use-after-free | Benoît Ganne | 2 | -5/+10 |
2019-10-25 | dhcp: fix crash on unicast renewal send | Neale Ranns | 1 | -4/+1 |
2019-10-18 | ip: trivial typos in docs | Paul Vinciguerra | 2 | -9/+9 |
2019-10-17 | ip: punt API cleanup | Jakub Grajciar | 1 | -6/+6 |
2019-10-17 | ip: rd_cp API cleanup | Jakub Grajciar | 1 | -4/+6 |
2019-10-14 | ping: Move to plugin | Mohsin Kazmi | 5 | -1369/+11 |
2019-10-11 | ip: reassembly: trace ip headers over worker handoffs | Klement Sekera | 5 | -27/+87 |
2019-10-11 | ip: RD-CP API incorrect reply code | Neale Ranns | 1 | -1/+1 |
2019-10-10 | ip: fix clang debug compilation | Benoît Ganne | 1 | -3/+1 |
2019-10-10 | tcp: custom checksum calculations for Ipv4/Ipv6 | Srikanth A | 4 | -100/+97 |
2019-10-09 | map: use ip6-full-reassembly instead of own code | Klement Sekera | 4 | -0/+70 |
2019-10-09 | ip: fix coverity warning | Klement Sekera | 1 | -3/+7 |
2019-10-09 | mpls: support fragmentation of mpls output packet | Rajesh Goel | 2 | -2/+41 |
2019-10-09 | ip: only install IPv6 prefixes in FIB when the interface is up | Neale Ranns | 1 | -39/+36 |
2019-10-07 | ip: remove dead code in ip6-svr | Klement Sekera | 1 | -27/+0 |
2019-10-07 | ip: add tracing for ipv6 frag headers | Klement Sekera | 1 | -0/+24 |
2019-10-07 | ip: reassembly add missing goto | Klement Sekera | 1 | -0/+1 |
2019-10-07 | ip: reassembly remove dead code | Klement Sekera | 1 | -8/+0 |
2019-10-07 | ip: MFIB CLI fix for parsing path flags | Neale Ranns | 1 | -3/+0 |
2019-10-06 | ip: Fix IP unnumbered dump of one interface | Neale Ranns | 1 | -1/+1 |
2019-10-04 | ip: fix use-after-free in IPv6 SLAAC expiration | Benoît Ganne | 1 | -3/+11 |
2019-10-02 | ip: mfib CLI 'via local' fix | Neale Ranns | 1 | -0/+2 |
2019-09-30 | ip: svr: fix feature refcounts | Klement Sekera | 2 | -14/+20 |
2019-09-26 | ip: fix use-after-free in reassembly | Benoît Ganne | 2 | -6/+8 |
2019-09-26 | ip: add shallow virtual reassembly functionality | Klement Sekera | 10 | -87/+2778 |
2019-09-25 | ip: respect buffer boundary when searching for ipv6 headers | Klement Sekera | 2 | -34/+81 |
2019-09-25 | api: split api generated files | Ole Troan | 2 | -11/+2 |
2019-09-25 | fib: fix some typos in fib/mtrie | Lijian.Zhang | 4 | -10/+10 |
2019-09-25 | ip: refactor reassembly | Klement Sekera | 9 | -825/+868 |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace | Damjan Marion | 1 | -0/+1 |
2019-09-23 | api: add missing format_vl_api_ip[46]_address_with_prefix_t | Jakub Grajciar | 1 | -0/+12 |
2019-09-23 | fib: do not dump no-longer valid adjacencies | Benoît Ganne | 1 | -1/+6 |
2019-09-23 | ip: fix memory leak in ip_dump handler | Matthew Smith | 1 | -0/+2 |
2019-09-19 | api: split vl_api_prefix into two | Ole Troan | 3 | -2/+25 |
2019-09-16 | api: autogenerate api trace print/endian | Ole Troan | 4 | -7/+97 |
2019-09-11 | ip: apply dual loop unrolling in ip4_input | Lijian.Zhang | 1 | -0/+68 |
2019-09-11 | ip: apply dual loop unrolling in ip4_rewrite | Lijian.Zhang | 1 | -0/+131 |
2019-09-10 | tcp: enable gso in tcp hoststack | Simon Zhang | 1 | -0/+2 |
2019-09-07 | ip: fix udp/tcp checksum corner cases | Dave Barach | 2 | -5/+31 |
2019-09-03 | api: enforce vla is last and fixed string type | Ole Troan | 1 | -2/+2 |
2019-09-02 | ipsec ip tcp l2: multiarch nodes cannot be declared as static | Damjan Marion | 2 | -2/+2 |