aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+2
2018-10-17geneve, vxlan: Don't set exceptions if skb->len < mtuStefano Brivio1-2/+2
2018-10-17geneve, vxlan: Don't check skb_dst() twiceStefano Brivio1-10/+2
2018-10-17vxlan: Notify for each remote of a removed FDB entryPetr Machata1-1/+4
2018-10-17vxlan: Support marking RDSTs as offloadedPetr Machata1-1/+58
2018-10-17vxlan: Add vxlan_fdb_find_uc() for FDB queryingPetr Machata1-0/+40
2018-10-17vxlan: Add switchdev notificationsPetr Machata1-2/+44
2018-10-17vxlan: Export address checking functionsIdo Schimmel1-26/+0
2018-10-15vxlan: support NTF_USE refresh of fdb entriesRoopa Prabhu1-3/+7
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2018-09-26vxlan: fill ttl inherit infoHangbin Liu1-0/+3
2018-08-29vxlan: reduce dirty cache line in vxlan_find_macLi RongQing1-1/+1
2018-07-07vxlan: fix default fdb entry netlink notify ordering during netdev createRoopa Prabhu1-8/+21
2018-07-07vxlan: make netlink notify in vxlan_fdb_destroy optionalRoopa Prabhu1-6/+8
2018-07-07vxlan: add new fdb alloc and create helpersRoopa Prabhu1-29/+62
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca1-3/+1
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren1-1/+2
2018-06-26net: Convert GRO SKB handling to list_head.David Miller1-5/+6
2018-04-17vxlan: add ttl inherit supportHangbin Liu1-3/+14
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel1-4/+2
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+19
2017-12-19vxlan: update skb dst pmtu on tx pathXin Long1-0/+14
2017-12-19vxlan: speedup vxlan tunnels dismantleHaishuang Yan1-9/+17
2017-12-16vxlan: restore dev->mtu setting based on lower deviceAlexey Kodanev1-0/+5
2017-11-28vxlan: use __be32 type for the param vni in __vxlan_fdb_deleteXin Long1-2/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-18/+17
2017-11-14vxlan: fix the issue that neigh proxy blocks all icmpv6 packetsXin Long1-18/+13
2017-11-14vxlan: exit_net cleanup checks addedVasily Averin1-0/+4
2017-10-05timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook1-5/+3
2017-08-29vxlan: factor out VXLAN-GPE next protocolJiri Benc1-25/+7
2017-08-13vxlan: change vxlan_[config_]validate() to use netlink_ext_ack for error reportingGirish Moodalbail1-26/+73
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-08-01vxlan: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den1-0/+1
2017-07-24geneve/vxlan: offload ports on register/unregister eventsSabrina Dubroca1-3/+7
2017-07-24geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFOSabrina Dubroca1-8/+17
2017-07-04net, vxlan: convert vxlan_sock.refcnt from atomic_t to refcount_tReshetova, Elena1-5/+5
2017-07-03vxlan: fix hlist corruptionJiri Benc1-11/+21
2017-07-03vxlan: correctly set vxlan->net when creating the device in a netnsSabrina Dubroca1-3/+6
2017-06-27vxlan: fix incorrect nlattr access in MTU checkMatthias Schiffer1-1/+1
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-20vxlan: allow multiple VXLANs with same VNI for IPv6 link-local addressesMatthias Schiffer1-23/+45
2017-06-20vxlan: fix snooping for link-local IPv6 addressesMatthias Schiffer1-5/+15
2017-06-20vxlan: check valid combinations of address scopesMatthias Schiffer1-0/+29
2017-06-20vxlan: improve validation of address family configurationMatthias Schiffer1-11/+28
2017-06-20vxlan: get rid of redundant vxlan_dev.flagsMatthias Schiffer1-39/+37
2017-06-20vxlan: refactor verification and application of configurationMatthias Schiffer1-97/+111