summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)Author
2015-03-31openvswitch: Return vport module ref before destructionThomas Graf
2015-03-03openvswitch: Fix serialization of non-masked set actions.Joe Stringer
2015-02-20openvswitch: Fix net exit.Pravin B Shelar
2015-02-14openvswitch: Fix key serialization.Pravin B Shelar
2015-02-11openvswitch: Add missing initialization in validate_and_copy_set_tun()Geert Uytterhoeven
2015-02-11openvswitch: Reset key metadata for packet execution.Pravin B Shelar
2015-02-09openvswitch: Only set TUNNEL_VXLAN_OPT if VXLAN-GBP metadata is setThomas Graf
2015-02-08openvswitch: Initialize unmasked key and uid lenPravin B Shelar
2015-02-07net: openvswitch: Support masked set actions.Jarno Rajahalme
2015-01-28openvswitch: Add support for checksums on UDP tunnels.Jesse Gross
2015-01-26openvswitch: Add support for unique flow IDs.Joe Stringer
2015-01-26openvswitch: Use sw_flow_key_range for key ranges.Joe Stringer
2015-01-26openvswitch: Refactor ovs_flow_tbl_insert().Joe Stringer
2015-01-26openvswitch: Refactor ovs_nla_fill_match().Joe Stringer
2015-01-24vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-15openvswitch: Support VXLAN Group Policy extensionThomas Graf
2015-01-15openvswitch: Allow for any level of nesting in flow attributesThomas Graf
2015-01-15openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()Thomas Graf
2015-01-15vxlan: Group Policy extensionThomas Graf
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-14openvswitch: packet messages need their own probe attribtueThomas Graf
2015-01-14openvswitch: Introduce ovs_tunnel_route_lookupFan Du
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-13openvswitch: Remove unnecessary version.h inclusionSyam Sidhardhan
2015-01-02openvswitch: Consistently include VLAN header in flow and port stats.Ben Pfaff
2014-12-27genetlink: pass only network namespace to genl_has_listeners()Johannes Berg
2014-12-24openvswitch: fix odd_ptr_err.cocci warningsWu Fengguang
2014-12-23openvswitch: Fix vport_send double freePravin B Shelar
2014-12-23openvswitch: Fix GSO with multiple MPLS label.Pravin B Shelar
2014-12-23openvswitch: Fix MPLS action validation.Pravin B Shelar
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-10net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann
2014-12-09openvswitch: set correct protocol on route lookupJiri Benc
2014-12-05openvswitch: Fix flow mask validation.Pravin B Shelar
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-21net: move vlan pop/push functions into common codeJiri Pirko
2014-11-21net: move make_writable helper into common codeJiri Pirko
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko
2014-11-21openvswitch: actions: use skb_postpull_rcsum when possibleJiri Pirko
2014-11-20openvswitch: Don't validate IPv6 label masks.Joe Stringer
2014-11-16openvswitch: use PTR_ERR_OR_ZEROFabian Frederick
2014-11-14openvswitch: Validate IPv6 flow key and mask values.Jarno Rajahalme
2014-11-14openvswitch: Convert dp rcu read operation to locked operationsPravin B Shelar
2014-11-14openvswitch: Fix NDP flow mask validationDaniele Di Proietto
2014-11-14openvswitch: Fix checksum calculation when modifying ICMPv6 packets.Jesse Gross
2014-11-14openvswitch: Fix memory leak.Pravin B Shelar
2014-11-14openvswitch: Fix build failure.Pravin B Shelar
2014-11-09openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme