aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-14openvswitch: packet messages need their own probe attribtueThomas Graf1-1/+2
2015-01-02openvswitch: Consistently include VLAN header in flow and port stats.Ben Pfaff2-3/+4
2014-12-27genetlink: pass only network namespace to genl_has_listeners()Johannes Berg1-2/+1
2014-12-24openvswitch: fix odd_ptr_err.cocci warningsWu Fengguang1-1/+1
2014-12-23openvswitch: Fix vport_send double freePravin B Shelar4-10/+18
2014-12-23openvswitch: Fix GSO with multiple MPLS label.Pravin B Shelar1-1/+2
2014-12-23openvswitch: Fix MPLS action validation.Pravin B Shelar1-12/+1
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-12-10net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann1-2/+2
2014-12-09openvswitch: set correct protocol on route lookupJiri Benc1-1/+1
2014-12-05openvswitch: Fix flow mask validation.Pravin B Shelar1-2/+2
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-12/+21
2014-11-21net: move vlan pop/push functions into common codeJiri Pirko1-77/+9
2014-11-21net: move make_writable helper into common codeJiri Pirko1-25/+14
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2-11/+5
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko3-5/+8
2014-11-21openvswitch: actions: use skb_postpull_rcsum when possibleJiri Pirko1-7/+2
2014-11-20openvswitch: Don't validate IPv6 label masks.Joe Stringer1-1/+1
2014-11-16openvswitch: use PTR_ERR_OR_ZEROFabian Frederick1-3/+1
2014-11-14openvswitch: Validate IPv6 flow key and mask values.Jarno Rajahalme1-0/+7
2014-11-14openvswitch: Convert dp rcu read operation to locked operationsPravin B Shelar1-7/+7
2014-11-14openvswitch: Fix NDP flow mask validationDaniele Di Proietto1-1/+1
2014-11-14openvswitch: Fix checksum calculation when modifying ICMPv6 packets.Jesse Gross1-2/+6
2014-11-14openvswitch: Fix memory leak.Pravin B Shelar1-2/+0
2014-11-14openvswitch: Fix build failure.Pravin B Shelar1-4/+2
2014-11-09openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme6-168/+206
2014-11-09openvswitch: Constify various function argumentsThomas Graf11-36/+38
2014-11-09openvswitch: Remove redundant key ref from upcall_info.Pravin B Shelar3-28/+32
2014-11-09openvswitch: Optimize recirc action.Pravin B Shelar1-45/+106
2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang11-31/+262
2014-11-09openvswitch: Export symbols as GPL symbols.Pravin B Shelar2-8/+8
2014-11-05openvswitch: Avoid NULL mask check while building maskPravin B Shelar1-54/+53
2014-11-05openvswitch: Refactor action alloc and copy api.Pravin B Shelar3-29/+21
2014-11-05openvswitch: Move key_attr_size() to flow_netlink.h.Joe Stringer3-28/+37
2014-11-05openvswitch: Remove flow member from struct ovs_skb_cbLorand Jakab3-12/+9
2014-11-05openvswitch: Drop packets when interdev is not upChunhe Li1-0/+5
2014-11-05openvswitch: Refactor get_dp() function into multiple access APIs.Andy Zhou1-10/+21
2014-11-05openvswitch: Refactor ovs_flow_cmd_fill_info().Joe Stringer1-27/+66
2014-11-05openvswitch: refactor do_output() to move NULL check out of fast pathAndy Zhou1-14/+11
2014-11-05openvswitch: Additional logging for -EINVAL on flow setups.Jesse Gross2-7/+22
2014-11-05openvswitch: Remove redundant tcp_flags code.Joe Stringer1-10/+3
2014-11-05openvswitch: Move table destroy to dp-rcu callback.Pravin B Shelar3-8/+10
2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman7-29/+272
2014-10-28openvswitch: Export lockdep_ovsl_is_held to modules.David S. Miller1-0/+1
2014-10-28datapath: Rename last_action() as nla_is_last() and move to netlink.hSimon Horman1-8/+3
2014-10-28ovs: Turn vports with dependencies into separate modulesThomas Graf11-68/+199
2014-10-20net: make skb_gso_segment error handling more robustFlorian Westphal1-0/+2
2014-10-17openvswitch: Set flow-key members.Pravin B Shelar1-3/+3
2014-10-17openvswitch: Create right mask with disabled megaflowsPravin B Shelar1-21/+72
2014-10-17openvswitch: fix a use after freeLi RongQing1-1/+2