summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
AgeCommit message (Expand)AuthorLines
2015-10-05ovs: do not allocate memory from offline numa nodeKonstantin Khlebnikov-1/+2
2015-10-05openvswitch: Rename LABEL->LABELSJoe Stringer-49/+49
2015-09-30openvswitch: Remove ovs_vport_output_skEric W. Biederman-5/+0
2015-09-30ipv6: Pass struct net through ip6_fragmentEric W. Biederman-1/+1
2015-09-30ipv4: Pass struct net through ip_fragmentEric W. Biederman-1/+1
2015-09-30openvswitch: Pass net into ovs_fragmentEric W. Biederman-3/+4
2015-09-30openvswitch: Pass net into ovs_vport_outputEric W. Biederman-3/+8
2015-09-29net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar-1/+1
2015-09-26vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc-1/+2
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-41/+81
2015-09-24genetlink: simplify genl_notifyJiri Benc-2/+1
2015-09-22openvswitch: Zero flows on allocation.Jesse Gross-14/+15
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman-1/+1
2015-09-17openvswitch: Fix IPv6 exthdr handling with ct helpers.Joe Stringer-3/+5
2015-09-15openvswitch: Fix mask generation for nested attributes.Jesse Gross-23/+59
2015-09-11openvswitch: Fix dependency on IPv6 defrag.Joe Stringer-1/+2
2015-09-06openvswitch: Remove conntrack Kconfig option.Joe Stringer-14/+6
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar-49/+50
2015-08-29openvswitch: Remove vport-netPravin B Shelar-7/+2
2015-08-29openvswitch: Remove vport stats.Pravin B Shelar-170/+56
2015-08-29openvswitch: Remove egress_tun_info.Pravin B Shelar-20/+7
2015-08-29openvswitch: Remove vport get_name()Pravin B Shelar-5/+1
2015-08-29openvswitch: retain parsed IPv6 header fields in flow on error skipping exten...Simon Horman-6/+15
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc-0/+4
2015-08-28openvswitch: Fix conntrack compilation without mark.Joe Stringer-3/+14
2015-08-28openswitch: fix typo CONFIG_NF_CONNTRACK_LABELValentin Rothberg-1/+1
2015-08-27openvswitch: Include ip6_fib.h.Joe Stringer-0/+1
2015-08-27net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flagJiri Pirko-1/+1
2015-08-27openvswitch: Use Geneve device.Pravin B Shelar-148/+33
2015-08-27openvswitch: Allow attaching helpers to ct actionJoe Stringer-2/+107
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer-34/+189
2015-08-27openvswitch: Allow matching on conntrack markJoe Stringer-4/+78
2015-08-27openvswitch: Add conntrack actionJoe Stringer-37/+837
2015-08-27openvswitch: Move MASKED* macros to datapath.hJoe Stringer-27/+29
2015-08-27openvswitch: Serialize acts with original netlink lenJoe Stringer-1/+4
2015-08-20route: move lwtunnel state to dst_entryJiri Benc-1/+1
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc-10/+10
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc-14/+14
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert-6/+6
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+12
2015-08-10openvswitch: Use regular GRE net_device instead of vportPravin B Shelar-216/+23
2015-08-10openvswitch: Move tunnel destroy function to oppenvswitch module.Pravin B Shelar-20/+20
2015-08-07openvswitch: Make 100 percents packets sampled when sampling rate is 1.Wenyu Zhang-1/+4
2015-08-07vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov-1/+1
2015-08-03openvswitch: Fix L4 checksum handling when dealing with IP fragmentsGlenn Griffin-4/+12
2015-07-29openvswitch: Re-add CONFIG_OPENVSWITCH_VXLANThomas Graf-200/+235
2015-07-26openvswitch: Retrieve tunnel metadata when receiving from vport-netdevThomas Graf-1/+1
2015-07-26openvswitch: fix compilation when vxlan is a moduleNicolas Dichtel-0/+1
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2015-07-21openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodesChris J Arges-1/+1