summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Use regular GRE net_device instead of vportPravin B Shelar2015-08-102-216/+23Star
* openvswitch: Move tunnel destroy function to oppenvswitch module.Pravin B Shelar2015-08-103-20/+20
* openvswitch: Make 100 percents packets sampled when sampling rate is 1.Wenyu Zhang2015-08-071-1/+4
* vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov2015-08-071-1/+1
* openvswitch: Re-add CONFIG_OPENVSWITCH_VXLANThomas Graf2015-07-305-200/+235
* openvswitch: Retrieve tunnel metadata when receiving from vport-netdevThomas Graf2015-07-271-1/+1
* openvswitch: fix compilation when vxlan is a moduleNicolas Dichtel2015-07-271-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-231-1/+1
|\
| * openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodesChris J Arges2015-07-221-1/+1
* | openvswitch: Use regular VXLAN net_device deviceThomas Graf2015-07-216-352/+201Star
* | openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf2015-07-216-12/+9Star
* | openvswitch: Move dev pointer into vport itselfThomas Graf2015-07-216-91/+59Star
* | openvswitch: Make tunnel set action attach a metadata dstThomas Graf2015-07-216-13/+79
* | route: Per route IP tunnel metadata via lightweight tunnelThomas Graf2015-07-211-0/+1
* | ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf2015-07-2111-134/+64Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-091-0/+1
|\
| * openvswitch: disable LROJiri Benc2015-06-041-0/+1
* | openvswitch: include datapath actions with sampled-packet upcall to userspaceNeil McKee2015-06-023-10/+33
* | geneve: Rename support library as geneve_coreJohn W. Linville2015-05-131-1/+1
* | geneve: move definition of geneve_hdr() to geneve.hJohn W. Linville2015-05-131-5/+0Star
* | openvswitch: Use eth_proto_is_802_3Alexander Duyck2015-05-063-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-155-12/+12
|\
| * udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller2015-04-071-2/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-3/+1Star
| |\
| * | netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-2/+2
| * | netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-2/+4
| * | net: Introduce possible_net_tEric W. Biederman2015-03-121-3/+1Star
| * | net: Kill hold_net release_netEric W. Biederman2015-03-121-3/+1Star
| * | mpls: Fix the openvswitch select of NET_MPLS_GSOEric W. Biederman2015-03-091-0/+1
* | | mm: remove GFP_THISNODEDavid Rientjes2015-04-151-1/+3
| |/ |/|
* | openvswitch: Return vport module ref before destructionThomas Graf2015-03-311-3/+1Star
|/
* openvswitch: Fix serialization of non-masked set actions.Joe Stringer2015-03-031-1/+7
* openvswitch: Fix net exit.Pravin B Shelar2015-02-202-2/+45
* openvswitch: Fix key serialization.Pravin B Shelar2015-02-151-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-082-172/+362
* openvswitch: Add support for checksums on UDP tunnels.Jesse Gross2015-01-292-3/+6
* openvswitch: Add support for unique flow IDs.Joe Stringer2015-01-276-91/+415
* openvswitch: Use sw_flow_key_range for key ranges.Joe Stringer2015-01-271-11/+9Star
* openvswitch: Refactor ovs_flow_tbl_insert().Joe Stringer2015-01-271-7/+14
* openvswitch: Refactor ovs_nla_fill_match().Joe Stringer2015-01-273-40/+46
* vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert2015-01-251-4/+2Star
* 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