aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)Author
2019-04-07vxlan: Don't call gro_cells_destroy() before device is unregisteredZhiqiang Liu
2019-03-20vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet
2019-03-20vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio
2019-03-08vxlan: test dev->flags & IFF_UP before calling netif_rx()Eric Dumazet
2018-10-18vxlan: fill ttl inherit infoHangbin Liu
2018-07-22vxlan: fix default fdb entry netlink notify ordering during netdev createRoopa Prabhu
2018-07-22vxlan: make netlink notify in vxlan_fdb_destroy optionalRoopa Prabhu
2018-07-22vxlan: add new fdb alloc and create helpersRoopa Prabhu
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca
2018-04-17vxlan: add ttl inherit supportHangbin Liu
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-19vxlan: update skb dst pmtu on tx pathXin Long
2017-12-19vxlan: speedup vxlan tunnels dismantleHaishuang Yan
2017-12-16vxlan: restore dev->mtu setting based on lower deviceAlexey Kodanev
2017-11-28vxlan: use __be32 type for the param vni in __vxlan_fdb_deleteXin Long
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-14vxlan: fix the issue that neigh proxy blocks all icmpv6 packetsXin Long
2017-11-14vxlan: exit_net cleanup checks addedVasily Averin
2017-10-05timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook
2017-08-29vxlan: factor out VXLAN-GPE next protocolJiri Benc
2017-08-13vxlan: change vxlan_[config_]validate() to use netlink_ext_ack for error repo...Girish Moodalbail
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-01vxlan: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den
2017-07-24geneve/vxlan: offload ports on register/unregister eventsSabrina Dubroca
2017-07-24geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFOSabrina Dubroca
2017-07-04net, vxlan: convert vxlan_sock.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-03vxlan: fix hlist corruptionJiri Benc
2017-07-03vxlan: correctly set vxlan->net when creating the device in a netnsSabrina Dubroca
2017-06-27vxlan: fix incorrect nlattr access in MTU checkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-20vxlan: allow multiple VXLANs with same VNI for IPv6 link-local addressesMatthias Schiffer
2017-06-20vxlan: fix snooping for link-local IPv6 addressesMatthias Schiffer
2017-06-20vxlan: check valid combinations of address scopesMatthias Schiffer
2017-06-20vxlan: improve validation of address family configurationMatthias Schiffer
2017-06-20vxlan: get rid of redundant vxlan_dev.flagsMatthias Schiffer
2017-06-20vxlan: refactor verification and application of configurationMatthias Schiffer
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-12vxlan: dont migrate permanent fdb entries during learnRoopa Prabhu
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-06-07vxlan: use a more suitable function when assigning NULLMark Bloch
2017-06-02vxlan: fix use-after-free on deletionMark Bloch
2017-06-01vxlan: eliminate cached dst leakLance Richardson
2017-04-30vxlan: do not output confusing error messageJiri Benc
2017-04-30vxlan: correctly handle ipv6.disable module parameterJiri Benc