| Commit message (Expand) | Author | Age |
... | |
| * | openvswitch: Fix checksum calculation when modifying ICMPv6 packets. | Jesse Gross | 2014-11-14 |
| * | openvswitch: Fix memory leak. | Pravin B Shelar | 2014-11-14 |
* | | net: move vlan pop/push functions into common code | Jiri Pirko | 2014-11-21 |
* | | net: move make_writable helper into common code | Jiri Pirko | 2014-11-21 |
* | | vlan: introduce *vlan_hwaccel_push_inside helpers | Jiri Pirko | 2014-11-21 |
* | | vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto | Jiri Pirko | 2014-11-21 |
* | | openvswitch: actions: use skb_postpull_rcsum when possible | Jiri Pirko | 2014-11-21 |
* | | openvswitch: use PTR_ERR_OR_ZERO | Fabian Frederick | 2014-11-16 |
* | | openvswitch: Fix build failure. | Pravin B Shelar | 2014-11-14 |
* | | openvswitch: Add support for OVS_FLOW_ATTR_PROBE. | Jarno Rajahalme | 2014-11-09 |
* | | openvswitch: Constify various function arguments | Thomas Graf | 2014-11-09 |
* | | openvswitch: Remove redundant key ref from upcall_info. | Pravin B Shelar | 2014-11-09 |
* | | openvswitch: Optimize recirc action. | Pravin B Shelar | 2014-11-09 |
* | | openvswitch: Extend packet attribute for egress tunnel info | Wenyu Zhang | 2014-11-09 |
* | | openvswitch: Export symbols as GPL symbols. | Pravin B Shelar | 2014-11-09 |
* | | openvswitch: Avoid NULL mask check while building mask | Pravin B Shelar | 2014-11-06 |
* | | openvswitch: Refactor action alloc and copy api. | Pravin B Shelar | 2014-11-06 |
* | | openvswitch: Move key_attr_size() to flow_netlink.h. | Joe Stringer | 2014-11-06 |
* | | openvswitch: Remove flow member from struct ovs_skb_cb | Lorand Jakab | 2014-11-06 |
* | | openvswitch: Drop packets when interdev is not up | Chunhe Li | 2014-11-06 |
* | | openvswitch: Refactor get_dp() function into multiple access APIs. | Andy Zhou | 2014-11-06 |
* | | openvswitch: Refactor ovs_flow_cmd_fill_info(). | Joe Stringer | 2014-11-06 |
* | | openvswitch: refactor do_output() to move NULL check out of fast path | Andy Zhou | 2014-11-06 |
* | | openvswitch: Additional logging for -EINVAL on flow setups. | Jesse Gross | 2014-11-06 |
* | | openvswitch: Remove redundant tcp_flags code. | Joe Stringer | 2014-11-06 |
* | | openvswitch: Move table destroy to dp-rcu callback. | Pravin B Shelar | 2014-11-06 |
* | | openvswitch: Add basic MPLS support to kernel | Simon Horman | 2014-11-06 |
* | | openvswitch: Export lockdep_ovsl_is_held to modules. | David S. Miller | 2014-10-28 |
* | | datapath: Rename last_action() as nla_is_last() and move to netlink.h | Simon Horman | 2014-10-28 |
* | | ovs: Turn vports with dependencies into separate modules | Thomas Graf | 2014-10-28 |
|/ |
|
* | net: make skb_gso_segment error handling more robust | Florian Westphal | 2014-10-20 |
* | openvswitch: Set flow-key members. | Pravin B Shelar | 2014-10-17 |
* | openvswitch: Create right mask with disabled megaflows | Pravin B Shelar | 2014-10-17 |
* | openvswitch: fix a use after free | Li RongQing | 2014-10-17 |
* | openvswitch: use vport instead of p | Fabian Frederick | 2014-10-15 |
* | openvswitch: kerneldoc warning fix | Fabian Frederick | 2014-10-15 |
* | openvswitch: fix a sparse warning | Andy Zhou | 2014-10-07 |
* | openvswitch: Add support for Geneve tunneling. | Jesse Gross | 2014-10-06 |
* | openvswitch: Factor out allocation and verification of actions. | Jesse Gross | 2014-10-06 |
* | openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure. | Jesse Gross | 2014-10-06 |
* | openvswitch: Add support for matching on OAM packets. | Jesse Gross | 2014-10-06 |
* | openvswitch: Eliminate memset() from flow_extract. | Jesse Gross | 2014-10-06 |
* | net/openvswitch: remove dup comment in vport.h | Wang Sheng-Hui | 2014-09-26 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-09-23 |
|\ |
|
| * | openvswitch: restore OVS_FLOW_CMD_NEW notifications | Samuel Gauthier | 2014-09-19 |
* | | openvswitch: Add recirc and hash action. | Andy Zhou | 2014-09-16 |
* | | openvswitch: simplify sample action implementation | Andy Zhou | 2014-09-16 |
* | | openvswitch: Use tun_key only for egress tunnel path. | Pravin B Shelar | 2014-09-16 |
* | | openvswitch: refactor ovs flow extract API. | Pravin B Shelar | 2014-09-16 |
* | | openvswitch: Remove pkt_key from OVS_CB | Pravin B Shelar | 2014-09-16 |