summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-101-2/+2
|\
| * openvswitch: Fix flow mask validation.Pravin B Shelar2014-12-051-2/+2
* | net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann2014-12-101-2/+2
* | openvswitch: set correct protocol on route lookupJiri Benc2014-12-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-213-12/+21
|\ \ | |/
| * openvswitch: Don't validate IPv6 label masks.Joe Stringer2014-11-201-1/+1
| * openvswitch: Validate IPv6 flow key and mask values.Jarno Rajahalme2014-11-141-0/+7
| * openvswitch: Convert dp rcu read operation to locked operationsPravin B Shelar2014-11-141-7/+7
| * openvswitch: Fix NDP flow mask validationDaniele Di Proietto2014-11-141-1/+1
| * openvswitch: Fix checksum calculation when modifying ICMPv6 packets.Jesse Gross2014-11-141-2/+6
| * openvswitch: Fix memory leak.Pravin B Shelar2014-11-141-2/+0
* | net: move vlan pop/push functions into common codeJiri Pirko2014-11-211-77/+9
* | net: move make_writable helper into common codeJiri Pirko2014-11-211-25/+14
* | vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2014-11-212-11/+5
* | vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2014-11-213-5/+8
* | openvswitch: actions: use skb_postpull_rcsum when possibleJiri Pirko2014-11-211-7/+2
* | openvswitch: use PTR_ERR_OR_ZEROFabian Frederick2014-11-161-3/+1
* | openvswitch: Fix build failure.Pravin B Shelar2014-11-141-4/+2
* | openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme2014-11-096-168/+206
* | openvswitch: Constify various function argumentsThomas Graf2014-11-0911-36/+38
* | openvswitch: Remove redundant key ref from upcall_info.Pravin B Shelar2014-11-093-28/+32
* | openvswitch: Optimize recirc action.Pravin B Shelar2014-11-091-45/+106
* | openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang2014-11-0911-31/+262
* | openvswitch: Export symbols as GPL symbols.Pravin B Shelar2014-11-092-8/+8
* | openvswitch: Avoid NULL mask check while building maskPravin B Shelar2014-11-051-54/+53
* | openvswitch: Refactor action alloc and copy api.Pravin B Shelar2014-11-053-29/+21
* | openvswitch: Move key_attr_size() to flow_netlink.h.Joe Stringer2014-11-053-28/+37
* | openvswitch: Remove flow member from struct ovs_skb_cbLorand Jakab2014-11-053-12/+9
* | openvswitch: Drop packets when interdev is not upChunhe Li2014-11-051-0/+5
* | openvswitch: Refactor get_dp() function into multiple access APIs.Andy Zhou2014-11-051-10/+21
* | openvswitch: Refactor ovs_flow_cmd_fill_info().Joe Stringer2014-11-051-27/+66
* | openvswitch: refactor do_output() to move NULL check out of fast pathAndy Zhou2014-11-051-14/+11
* | openvswitch: Additional logging for -EINVAL on flow setups.Jesse Gross2014-11-052-7/+22
* | openvswitch: Remove redundant tcp_flags code.Joe Stringer2014-11-051-10/+3
* | openvswitch: Move table destroy to dp-rcu callback.Pravin B Shelar2014-11-053-8/+10
* | openvswitch: Add basic MPLS support to kernelSimon Horman2014-11-057-29/+272
* | openvswitch: Export lockdep_ovsl_is_held to modules.David S. Miller2014-10-281-0/+1
* | datapath: Rename last_action() as nla_is_last() and move to netlink.hSimon Horman2014-10-281-8/+3
* | ovs: Turn vports with dependencies into separate modulesThomas Graf2014-10-2811-68/+199
|/
* net: make skb_gso_segment error handling more robustFlorian Westphal2014-10-201-0/+2
* openvswitch: Set flow-key members.Pravin B Shelar2014-10-171-3/+3
* openvswitch: Create right mask with disabled megaflowsPravin B Shelar2014-10-171-21/+72
* openvswitch: fix a use after freeLi RongQing2014-10-171-1/+2
* openvswitch: use vport instead of pFabian Frederick2014-10-151-2/+2
* openvswitch: kerneldoc warning fixFabian Frederick2014-10-151-1/+1
* openvswitch: fix a sparse warningAndy Zhou2014-10-071-3/+2
* openvswitch: Add support for Geneve tunneling.Jesse Gross2014-10-0611-32/+448
* openvswitch: Factor out allocation and verification of actions.Jesse Gross2014-10-061-11/+27
* openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross2014-10-069-42/+73
* openvswitch: Add support for matching on OAM packets.Jesse Gross2014-10-062-5/+13
OpenPOWER on IntegriCloud