Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |