summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman2015-10-131-1/+1
* ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman2015-10-131-1/+1
* openvswitch: netlink attributes for IPv6 tunnelingJiri Benc2015-10-071-37/+84
* openvswitch: add tunnel protocol to sw_flow_keyJiri Benc2015-10-074-5/+12
* openvswitch: Remove ovs_vport_output_skEric W. Biederman2015-09-301-5/+0Star
* ipv6: Pass struct net through ip6_fragmentEric W. Biederman2015-09-301-1/+1
* ipv4: Pass struct net through ip_fragmentEric W. Biederman2015-09-301-1/+1
* openvswitch: Pass net into ovs_fragmentEric W. Biederman2015-09-301-3/+4
* openvswitch: Pass net into ovs_vport_outputEric W. Biederman2015-09-301-3/+8
* vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc2015-09-271-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-276-41/+81
|\
| * openvswitch: Zero flows on allocation.Jesse Gross2015-09-233-14/+15
| * openvswitch: Fix IPv6 exthdr handling with ct helpers.Joe Stringer2015-09-181-3/+5
| * openvswitch: Fix mask generation for nested attributes.Jesse Gross2015-09-161-23/+59
| * openvswitch: Fix dependency on IPv6 defrag.Joe Stringer2015-09-121-1/+2
* | genetlink: simplify genl_notifyJiri Benc2015-09-241-2/+1Star
* | netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman2015-09-181-1/+1
|/
* openvswitch: Remove conntrack Kconfig option.Joe Stringer2015-09-073-14/+6Star
* ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-3111-49/+50
* openvswitch: Remove vport-netPravin B Shelar2015-08-303-7/+2Star
* openvswitch: Remove vport stats.Pravin B Shelar2015-08-305-170/+56Star
* openvswitch: Remove egress_tun_info.Pravin B Shelar2015-08-308-20/+7Star
* openvswitch: Remove vport get_name()Pravin B Shelar2015-08-301-5/+1Star
* openvswitch: retain parsed IPv6 header fields in flow on error skipping exten...Simon Horman2015-08-291-6/+15
* ip_tunnels: record IP version in tunnel infoJiri Benc2015-08-292-0/+4
* openvswitch: Fix conntrack compilation without mark.Joe Stringer2015-08-291-3/+14
* openswitch: fix typo CONFIG_NF_CONNTRACK_LABELValentin Rothberg2015-08-281-1/+1
* openvswitch: Include ip6_fib.h.Joe Stringer2015-08-281-0/+1
* net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flagJiri Pirko2015-08-281-1/+1
* openvswitch: Use Geneve device.Pravin B Shelar2015-08-282-148/+33Star
* openvswitch: Allow attaching helpers to ct actionJoe Stringer2015-08-271-2/+107
* openvswitch: Allow matching on conntrack labelJoe Stringer2015-08-279-34/+189
* openvswitch: Allow matching on conntrack markJoe Stringer2015-08-275-4/+78
* openvswitch: Add conntrack actionJoe Stringer2015-08-2712-37/+837
* openvswitch: Move MASKED* macros to datapath.hJoe Stringer2015-08-272-27/+29
* openvswitch: Serialize acts with original netlink lenJoe Stringer2015-08-273-1/+4
* route: move lwtunnel state to dst_entryJiri Benc2015-08-211-1/+1
* ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc2015-08-214-10/+10
* ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc2015-08-215-14/+14
* net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert2015-08-181-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-141-4/+12
|\
| * openvswitch: Fix L4 checksum handling when dealing with IP fragmentsGlenn Griffin2015-08-031-4/+12
* | 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
|\|