| Commit message (Expand) | Author | Age | Files | Lines |
* | datapath: correctly fragment packet with mpls headers | Yi-Hung Wei | 2017-05-03 | 1 | -4/+20 |
* | datapath: Fixups for MPLS GSO | Yi-Hung Wei | 2017-05-03 | 1 | -13/+20 |
* | datapath: Openvswitch: Refactor sample and recirc actions implementation | Andy Zhou | 2017-04-19 | 1 | -79/+93 |
* | datapath: openvswitch: Optimize sample action for the clone use cases | Andy Zhou | 2017-04-19 | 1 | -52/+55 |
* | datapath: openvswitch: Refactor recirc key allocation. | Andy Zhou | 2017-04-19 | 1 | -26/+40 |
* | datapath: openvswitch: Deferred fifo API change. | Andy Zhou | 2017-04-19 | 1 | -7/+11 |
* | datapath: actions: fixed a brace coding style warning. | Peter Downs | 2017-04-19 | 1 | -2/+1 |
* | datapath: Add original direction conntrack tuple to sw_flow_key. | Jarno Rajahalme | 2017-03-08 | 1 | -0/+2 |
* | datapath: Simplify do_execute_actions(). | andy zhou | 2017-03-03 | 1 | -22/+20 |
* | datapath: add Ethernet push and pop actions | Yang, Yi Y | 2017-03-02 | 1 | -0/+49 |
* | datapath: support MPLS push and pop for L3 packets | Yang, Yi Y | 2017-03-02 | 1 | -7/+11 |
* | datapath: pass mac_proto to ovs_vport_send | Yang, Yi Y | 2017-03-02 | 1 | -12/+17 |
* | datapath: add mac_proto field to the flow key | Yang, Yi Y | 2017-03-02 | 1 | -11/+3 |
* | datapath: use hard_header_len instead of hardcoded ETH_HLEN | Yang, Yi Y | 2017-03-02 | 1 | -1/+2 |
* | datapath: 802.1AD Flow handling, actions, vlan parsing, netlink attributes | Yang, Yi Y | 2017-03-02 | 1 | -6/+10 |
* | datapath: avoid deferred execution of recirc actions | Lance Richardson | 2016-09-20 | 1 | -3/+28 |
* | datapath: Add support for kernel 4.4 | Pravin B Shelar | 2016-07-18 | 1 | -3/+4 |
* | datapath: Sync OVS recursive loop counter with upstream. | Pravin B Shelar | 2016-07-18 | 1 | -19/+12 |
* | datapath: openvswitch: update checksum in {push,pop}_mpls | Pravin B Shelar | 2016-07-17 | 1 | -4/+15 |
* | datapath: remove get_pcpu_ptr | Pravin B Shelar | 2016-07-17 | 1 | -2/+2 |
* | datapath: Use skb_postpush_rcsum() | Pravin B Shelar | 2016-07-17 | 1 | -5/+3 |
* | datapath: compat: Refactor egress tunnel info | Pravin B Shelar | 2016-07-08 | 1 | -8/+9 |
* | compat: ipv4: Pass struct net through ip_fragment. | Eric W. Biederman | 2016-06-27 | 1 | -1/+1 |
* | datapath: Pass net into ovs_fragment. | Eric W. Biederman | 2016-06-27 | 1 | -3/+4 |
* | datapath:backport: openvswitch: Add packet truncation support. | William Tu | 2016-06-24 | 1 | -4/+36 |
* | datapath:backport: openvswitch: use flow protocol when recalculating ipv6 che... | Pravin B Shelar | 2016-06-09 | 1 | -2/+2 |
* | datapath: Drop support for kernel older than 3.10 | Pravin B Shelar | 2016-03-14 | 1 | -21/+7 |
* | datapath: Fix panic sending IP frags over tunnels. | Joe Stringer | 2016-01-20 | 1 | -3/+3 |
* | compat: Backport conntrack strictly to v3.10+. | Joe Stringer | 2015-12-18 | 1 | -3/+3 |
* | datapath: Avoid warning for unused static data on Linux <=3.9.0. | Ben Pfaff | 2015-12-08 | 1 | -0/+2 |
* | datapath: Backport conntrack fixes. | Joe Stringer | 2015-12-03 | 1 | -7/+16 |
* | datapath: Allow matching on conntrack label | Joe Stringer | 2015-12-03 | 1 | -0/+1 |
* | datapath: Allow matching on conntrack mark | Joe Stringer | 2015-12-03 | 1 | -0/+1 |
* | datapath: Add conntrack action | Joe Stringer | 2015-12-03 | 1 | -6/+181 |
* | datapath: Move MASKED* macros to datapath.h | Joe Stringer | 2015-12-03 | 1 | -27/+25 |
* | datapath: Add support for lwtunnel | Pravin B Shelar | 2015-12-03 | 1 | -7/+12 |
* | datapath: Make 100 percents packets sampled when sampling rate is 1. | Wenyu Zhang | 2015-08-25 | 1 | -1/+4 |
* | datapath: Fix L4 checksum handling when dealing with IP fragments | Glenn Griffin | 2015-08-17 | 1 | -4/+13 |
* | datapath: Use skb_postpull_rcsum(). | Joe Stringer | 2015-07-30 | 1 | -4/+1 |
* | datapath: Whitespace fixes. | Joe Stringer | 2015-07-30 | 1 | -5/+1 |
* | datapath: Include datapath actions with sampled-packet upcall to userspace. | Neil McKee | 2015-07-17 | 1 | -8/+15 |
* | datapath: Support masked set actions. | Jarno Rajahalme | 2015-05-22 | 1 | -137/+237 |
* | datapath: Account for "rename vlan_tx_* helpers since "tx" is misleading there" | Thomas Graf | 2015-02-03 | 1 | -2/+2 |
* | datapath: move vlan pop/push functions into common code | Thomas Graf | 2015-01-07 | 1 | -73/+10 |
* | datapath: move make_writable helper into common code | Thomas Graf | 2015-01-07 | 1 | -25/+14 |
* | datapath: Account for rename to vlan_insert_tag_set_proto() | Thomas Graf | 2015-01-07 | 1 | -1/+1 |
* | datapath: fix coding style. | Pravin B Shelar | 2014-11-09 | 1 | -8/+9 |
* | datapath: Fix few mpls issues. | Pravin B Shelar | 2014-11-09 | 1 | -21/+14 |
* | datapath: Rename last_action() as nla_is_last() and move to netlink.h | Simon Horman | 2014-11-09 | 1 | -8/+3 |
* | datapath: Use upstream ipv6_find_hdr(). | Pravin B Shelar | 2014-10-23 | 1 | -1/+1 |