summaryrefslogtreecommitdiff
path: root/net/openvswitch
AgeCommit message (Expand)Author
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-10openvswitch: Use regular GRE net_device instead of vportPravin B Shelar
2015-08-10openvswitch: Move tunnel destroy function to oppenvswitch module.Pravin B Shelar
2015-08-07openvswitch: Make 100 percents packets sampled when sampling rate is 1.Wenyu Zhang
2015-08-07vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov
2015-08-03openvswitch: Fix L4 checksum handling when dealing with IP fragmentsGlenn Griffin
2015-07-29openvswitch: Re-add CONFIG_OPENVSWITCH_VXLANThomas Graf
2015-07-26openvswitch: Retrieve tunnel metadata when receiving from vport-netdevThomas Graf
2015-07-26openvswitch: fix compilation when vxlan is a moduleNicolas Dichtel
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-21openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodesChris J Arges
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf
2015-07-21openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf
2015-07-21openvswitch: Move dev pointer into vport itselfThomas Graf
2015-07-21openvswitch: Make tunnel set action attach a metadata dstThomas Graf
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-03openvswitch: disable LROJiri Benc
2015-06-01openvswitch: include datapath actions with sampled-packet upcall to userspaceNeil McKee
2015-05-13geneve: Rename support library as geneve_coreJohn W. Linville
2015-05-13geneve: move definition of geneve_hdr() to geneve.hJohn W. Linville
2015-05-05openvswitch: Use eth_proto_is_802_3Alexander Duyck
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-04-14mm: remove GFP_THISNODEDavid Rientjes
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-31openvswitch: Return vport module ref before destructionThomas Graf
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-03-12net: Introduce possible_net_tEric W. Biederman
2015-03-12net: Kill hold_net release_netEric W. Biederman
2015-03-08mpls: Fix the openvswitch select of NET_MPLS_GSOEric W. Biederman
2015-03-03openvswitch: Fix serialization of non-masked set actions.Joe Stringer
2015-02-20openvswitch: Fix net exit.Pravin B Shelar
2015-02-14openvswitch: Fix key serialization.Pravin B Shelar
2015-02-11openvswitch: Add missing initialization in validate_and_copy_set_tun()Geert Uytterhoeven
2015-02-11openvswitch: Reset key metadata for packet execution.Pravin B Shelar
2015-02-09openvswitch: Only set TUNNEL_VXLAN_OPT if VXLAN-GBP metadata is setThomas Graf
2015-02-08openvswitch: Initialize unmasked key and uid lenPravin B Shelar
2015-02-07net: openvswitch: Support masked set actions.Jarno Rajahalme
2015-01-28openvswitch: Add support for checksums on UDP tunnels.Jesse Gross
2015-01-26openvswitch: Add support for unique flow IDs.Joe Stringer
2015-01-26openvswitch: Use sw_flow_key_range for key ranges.Joe Stringer
2015-01-26openvswitch: Refactor ovs_flow_tbl_insert().Joe Stringer
2015-01-26openvswitch: Refactor ovs_nla_fill_match().Joe Stringer
2015-01-24vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-15openvswitch: Support VXLAN Group Policy extensionThomas Graf