summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Fix key serialization.Pravin B Shelar2015-02-141-1/+1
* openvswitch: Add missing initialization in validate_and_copy_set_tun()Geert Uytterhoeven2015-02-111-1/+1
* openvswitch: Reset key metadata for packet execution.Pravin B Shelar2015-02-111-0/+2
* openvswitch: Only set TUNNEL_VXLAN_OPT if VXLAN-GBP metadata is setThomas Graf2015-02-091-1/+1
* openvswitch: Initialize unmasked key and uid lenPravin B Shelar2015-02-081-0/+2
* net: openvswitch: Support masked set actions.Jarno Rajahalme2015-02-072-172/+362
* openvswitch: Add support for checksums on UDP tunnels.Jesse Gross2015-01-282-3/+6
* openvswitch: Add support for unique flow IDs.Joe Stringer2015-01-266-91/+415
* openvswitch: Use sw_flow_key_range for key ranges.Joe Stringer2015-01-261-11/+9
* openvswitch: Refactor ovs_flow_tbl_insert().Joe Stringer2015-01-261-7/+14
* openvswitch: Refactor ovs_nla_fill_match().Joe Stringer2015-01-263-40/+46
* vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert2015-01-241-4/+2
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-3/+6
* openvswitch: Support VXLAN Group Policy extensionThomas Graf2015-01-154-19/+203
* openvswitch: Allow for any level of nesting in flow attributesThomas Graf2015-01-151-50/+56
* openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()Thomas Graf2015-01-153-41/+47
* vxlan: Group Policy extensionThomas Graf2015-01-151-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-151-1/+2
|\
| * openvswitch: packet messages need their own probe attribtueThomas Graf2015-01-141-1/+2
* | openvswitch: Introduce ovs_tunnel_route_lookupFan Du2015-01-145-39/+25
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-135-7/+8
* | openvswitch: Remove unnecessary version.h inclusionSyam Sidhardhan2015-01-131-2/+0
|/
* openvswitch: Consistently include VLAN header in flow and port stats.Ben Pfaff2015-01-022-3/+4
* genetlink: pass only network namespace to genl_has_listeners()Johannes Berg2014-12-271-2/+1
* openvswitch: fix odd_ptr_err.cocci warningsWu Fengguang2014-12-241-1/+1
* openvswitch: Fix vport_send double freePravin B Shelar2014-12-234-10/+18
* openvswitch: Fix GSO with multiple MPLS label.Pravin B Shelar2014-12-231-1/+2
* openvswitch: Fix MPLS action validation.Pravin B Shelar2014-12-231-12/+1
* 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
OpenPOWER on IntegriCloud