Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-07-24 | geneve: support geneve interface acting as a bvi | Ole Troan | 4 | -32/+118 |
2020-07-23 | feature: fix feature config data initialization overflow | Benoît Ganne | 1 | -5/+10 |
2020-07-23 | tcp: track pending timers | Florin Coras | 6 | -42/+10 |
2020-07-22 | virtio: add the buffer allocation error | Mohsin Kazmi | 1 | -7/+13 |
2020-07-21 | ipsec: Dedicated IPSec interface type | Neale Ranns | 8 | -19/+749 |
2020-07-19 | sr: new messages created to return sl index for segment lists in a sr policy | Chinmaya Agarwal | 2 | -0/+102 |
2020-07-16 | misc: add callback hooks and refactor pmc | Tom Seidenberg | 1 | -0/+4 |
2020-07-16 | adl: move allow/deny list function to plugin | Dave Barach | 9 | -1441/+62 |
2020-07-16 | ip: optimize ip4_header_checksum, take 2 | Damjan Marion | 1 | -32/+72 |
2020-07-16 | ip: optimize ip4_header_checksum | Damjan Marion | 1 | -62/+55 |
2020-07-16 | gre: fix outer ip6 length | Aloys Augustin | 1 | -5/+5 |
2020-07-15 | virtio: fix the msix for multiqueue | Mohsin Kazmi | 2 | -15/+60 |
2020-07-14 | ip: fix format_ip6_address_and_mask() bug | Chenmin Sun | 1 | -3/+2 |
2020-07-13 | session: fix application_lookup_name fail due to app_by_name default hash typ... | jiangxiaoming | 1 | -0/+1 |
2020-07-13 | session: reduce verbosity on fifo alloc failure | Florin Coras | 1 | -1/+1 |
2020-07-07 | session: fix ct listener cleanup | Florin Coras | 3 | -4/+3 |
2020-07-07 | tcp: round down rcv wnd even if avoiding retraction | Florin Coras | 1 | -13/+9 |
2020-07-07 | tap: fix the tun sndbuf value for kernel 4.20 and later | Mohsin Kazmi | 1 | -4/+16 |
2020-07-06 | ip: set ip4 mask for ip_copy and ip_set when dealing with ip4 type | jiangxiaoming | 1 | -2/+8 |
2020-07-06 | fib: fix debug preprocessor directives | Matthew Smith | 4 | -4/+4 |
2020-07-02 | tcp: fix coverity warning | Florin Coras | 1 | -2/+2 |
2020-07-02 | tcp: cli to dump half-open connections | Florin Coras | 1 | -0/+104 |
2020-07-02 | tap: fix dump for TUN interfaces | Mohsin Kazmi | 2 | -1/+5 |
2020-07-02 | ip: fix the order in ip4 punt redirect | Mohsin Kazmi | 1 | -2/+2 |
2020-06-30 | classify: fix debug CLI | Dave Barach | 1 | -1/+5 |
2020-06-30 | tcp: avoid rcv wnd more than RX fifo can enqueue | Ryujiro Shibuya | 1 | -7/+6 |
2020-06-29 | gso: fix the l2 path | Mohsin Kazmi | 1 | -8/+10 |
2020-06-27 | udp: align udp_encap_t_ to 2 cachelines | Vadym Martsynovskyy | 1 | -4/+4 |
2020-06-27 | sr: fix for SID index across segment lists within a sr policy | Chinmaya Agarwal | 1 | -1/+1 |