aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-08mpls: Fix the openvswitch select of NET_MPLS_GSOEric W. Biederman1-0/+1
2015-03-03openvswitch: Fix serialization of non-masked set actions.Joe Stringer1-1/+7
2015-02-20openvswitch: Fix net exit.Pravin B Shelar2-2/+45
2015-02-14openvswitch: Fix key serialization.Pravin B Shelar1-1/+1
2015-02-11openvswitch: Add missing initialization in validate_and_copy_set_tun()Geert Uytterhoeven1-1/+1
2015-02-11openvswitch: Reset key metadata for packet execution.Pravin B Shelar1-0/+2
2015-02-09openvswitch: Only set TUNNEL_VXLAN_OPT if VXLAN-GBP metadata is setThomas Graf1-1/+1
2015-02-08openvswitch: Initialize unmasked key and uid lenPravin B Shelar1-0/+2
2015-02-07net: openvswitch: Support masked set actions.Jarno Rajahalme2-172/+362
2015-01-28openvswitch: Add support for checksums on UDP tunnels.Jesse Gross2-3/+6
2015-01-26openvswitch: Add support for unique flow IDs.Joe Stringer6-91/+415
2015-01-26openvswitch: Use sw_flow_key_range for key ranges.Joe Stringer1-11/+9
2015-01-26openvswitch: Refactor ovs_flow_tbl_insert().Joe Stringer1-7/+14
2015-01-26openvswitch: Refactor ovs_nla_fill_match().Joe Stringer3-40/+46
2015-01-24vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert1-4/+2
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-3/+6
2015-01-15openvswitch: Support VXLAN Group Policy extensionThomas Graf4-19/+203
2015-01-15openvswitch: Allow for any level of nesting in flow attributesThomas Graf1-50/+56
2015-01-15openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()Thomas Graf3-41/+47
2015-01-15vxlan: Group Policy extensionThomas Graf1-3/+6
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-01-14openvswitch: packet messages need their own probe attribtueThomas Graf1-1/+2
2015-01-14openvswitch: Introduce ovs_tunnel_route_lookupFan Du5-39/+25
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko5-7/+8
2015-01-13openvswitch: Remove unnecessary version.h inclusionSyam Sidhardhan1-2/+0
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