aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc2-0/+4
2015-08-28openvswitch: Fix conntrack compilation without mark.Joe Stringer1-3/+14
2015-08-28openswitch: fix typo CONFIG_NF_CONNTRACK_LABELValentin Rothberg1-1/+1
2015-08-27openvswitch: Include ip6_fib.h.Joe Stringer1-0/+1
2015-08-27net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flagJiri Pirko1-1/+1
2015-08-27openvswitch: 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-20route: move lwtunnel state to dst_entryJiri Benc1-1/+1
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc4-10/+10
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc5-14/+14
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert1-6/+6
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+12
2015-08-10openvswitch: Use regular GRE net_device instead of vportPravin B Shelar2-216/+23
2015-08-10openvswitch: 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-03openvswitch: Fix L4 checksum handling when dealing with IP fragmentsGlenn Griffin1-4/+12
2015-07-29openvswitch: Re-add CONFIG_OPENVSWITCH_VXLANThomas Graf5-200/+235
2015-07-26openvswitch: Retrieve tunnel metadata when receiving from vport-netdevThomas Graf1-1/+1
2015-07-26openvswitch: fix compilation when vxlan is a moduleNicolas Dichtel1-0/+1
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-07-21openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodesChris J Arges1-1/+1
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf6-352/+201
2015-07-21openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf6-12/+9
2015-07-21openvswitch: Move dev pointer into vport itselfThomas Graf6-91/+59
2015-07-21openvswitch: Make tunnel set action attach a metadata dstThomas Graf6-13/+79
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf1-0/+1
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf11-134/+64
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-06-03openvswitch: disable LROJiri Benc1-0/+1
2015-06-01openvswitch: include datapath actions with sampled-packet upcall to userspaceNeil McKee3-10/+33
2015-05-13geneve: Rename support library as geneve_coreJohn W. Linville1-1/+1
2015-05-13geneve: move definition of geneve_hdr() to geneve.hJohn W. Linville1-5/+0
2015-05-05openvswitch: Use eth_proto_is_802_3Alexander Duyck3-4/+4
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-12/+12
2015-04-14mm: remove GFP_THISNODEDavid Rientjes1-1/+3
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller1-2/+3
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2015-03-31openvswitch: Return vport module ref before destructionThomas Graf1-3/+1
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc1-2/+2
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-2/+4
2015-03-12net: Introduce possible_net_tEric W. Biederman1-3/+1
2015-03-12net: Kill hold_net release_netEric W. Biederman1-3/+1
2015-03-08mpls: Fix the openvswitch select of NET_MPLS_GSOEric W. Biederman1-0/+1
2015-03-03openvswitch: Fix serialization of non-masked set actions.Joe Stringer1-1/+7