summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)AuthorFilesLines
2015-10-28openvswitch: Fix skb leak using IPv6 defragJoe Stringer1-0/+7
2015-10-28openvswitch: Fix double-free on ip_defrag() errorsJoe Stringer3-6/+16
2015-10-23openvswitch: Fix egress tunnel info.Pravin B Shelar10-157/+15
2015-10-22openvswitch: Serialize nested ct actions if providedJoe Stringer1-4/+10
2015-10-22openvswitch: Mark connections new when not confirmed.Joe Stringer1-5/+5
2015-10-22openvswitch: Reject ct_state masks for unknown bitsJoe Stringer2-12/+9
2015-10-22openvswitch: Allocate memory for ovs internal device stats.James Morse1-3/+43
2015-10-19openvswitch: Scrub skb between namespacesJoe Stringer1-0/+9
2015-10-07openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMITJoe Stringer1-7/+6
2015-10-07openvswitch: Extend ct_state match field to 32 bitsJoe Stringer3-7/+7
2015-10-07openvswitch: Reject ct_state unsupported bitsJoe Stringer2-0/+18
2015-10-07openvswitch: Ensure flow is valid before executing ctJoe Stringer1-0/+6
2015-10-07openvswitch: Fix skb leak in ovs_fragment()Joe Stringer1-4/+7
2015-10-05openvswitch: Fix ovs_vport_get_stats()Pravin B Shelar1-29/+13
2015-10-05ovs: do not allocate memory from offline numa nodeKonstantin Khlebnikov1-1/+2
2015-10-05openvswitch: Rename LABEL->LABELSJoe Stringer5-49/+49
2015-09-23openvswitch: Zero flows on allocation.Jesse Gross3-14/+15
2015-09-18openvswitch: Fix IPv6 exthdr handling with ct helpers.Joe Stringer1-3/+5
2015-09-16openvswitch: Fix mask generation for nested attributes.Jesse Gross1-23/+59
2015-09-12openvswitch: Fix dependency on IPv6 defrag.Joe Stringer1-1/+2
2015-09-07openvswitch: Remove conntrack Kconfig option.Joe Stringer3-14/+6
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar11-49/+50
2015-08-30openvswitch: Remove vport-netPravin B Shelar3-7/+2
2015-08-30openvswitch: Remove vport stats.Pravin B Shelar5-170/+56
2015-08-30openvswitch: Remove egress_tun_info.Pravin B Shelar8-20/+7
2015-08-30openvswitch: Remove vport get_name()Pravin B Shelar1-5/+1
2015-08-29openvswitch: retain parsed IPv6 header fields in flow on error skipping exten...Simon Horman1-6/+15
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc2-0/+4
2015-08-29openvswitch: Fix conntrack compilation without mark.Joe Stringer1-3/+14
2015-08-28openswitch: fix typo CONFIG_NF_CONNTRACK_LABELValentin Rothberg1-1/+1
2015-08-28openvswitch: Include ip6_fib.h.Joe Stringer1-0/+1
2015-08-28net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flagJiri Pirko1-1/+1
2015-08-28openvswitch: Use Geneve device.Pravin B Shelar2-148/+33
2015-08-27openvswitch: Allow attaching helpers to ct actionJoe Stringer1-2/+107
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer9-34/+189
2015-08-27openvswitch: Allow matching on conntrack markJoe Stringer5-4/+78
2015-08-27openvswitch: Add conntrack actionJoe Stringer12-37/+837
2015-08-27openvswitch: Move MASKED* macros to datapath.hJoe Stringer2-27/+29
2015-08-27openvswitch: Serialize acts with original netlink lenJoe Stringer3-1/+4
2015-08-21route: move lwtunnel state to dst_entryJiri Benc1-1/+1
2015-08-21ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc4-10/+10
2015-08-21ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc5-14/+14
2015-08-18net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert1-6/+6
2015-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+12
2015-08-11openvswitch: Use regular GRE net_device instead of vportPravin B Shelar2-216/+23
2015-08-11openvswitch: Move tunnel destroy function to oppenvswitch module.Pravin B Shelar3-20/+20
2015-08-07openvswitch: Make 100 percents packets sampled when sampling rate is 1.Wenyu Zhang1-1/+4
2015-08-07vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov1-1/+1
2015-08-04openvswitch: Fix L4 checksum handling when dealing with IP fragmentsGlenn Griffin1-4/+12
2015-07-30openvswitch: Re-add CONFIG_OPENVSWITCH_VXLANThomas Graf5-200/+235