summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-20vxlan: add missing rcu_read_lock() in neigh_reduce()Eric Dumazet1-0/+2
2020-12-29vxlan: Copy needed_tailroom from lowerdevSven Eckelmann1-0/+2
2020-12-29vxlan: Add needed_headroom for lower deviceSven Eckelmann1-0/+1
2020-08-21Revert "vxlan: fix tos value before xmit"Hangbin Liu1-2/+2
2020-08-21vxlan: Ensure FDB dump is performed under RCUIdo Schimmel1-1/+5
2020-06-20vxlan: Avoid infinite loop when suppressing NS messages with invalid optionsIdo Schimmel1-0/+4
2020-05-20net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-5/+3
2020-04-02vxlan: check return value of gro_cells_init()Taehee Yoo1-2/+9
2020-01-27vxlan: changelink: Fix handling of default remotesPetr Machata1-4/+3
2020-01-12vxlan: fix tos value before xmitHangbin Liu1-2/+2
2019-12-05vxlan: Fix error path in __vxlan_dev_create()Petr Machata1-3/+10
2019-11-10vxlan: check tun_info options_len properlyXin Long1-1/+4
2019-04-03vxlan: Don't call gro_cells_destroy() before device is unregisteredZhiqiang Liu1-3/+1
2019-03-19vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet1-0/+11
2019-03-19vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio1-1/+2
2019-02-23vxlan: test dev->flags & IFF_UP before calling netif_rx()Eric Dumazet1-3/+11
2018-07-28vxlan: fix default fdb entry netlink notify ordering during netdev createRoopa Prabhu1-8/+21
2018-07-28vxlan: make netlink notify in vxlan_fdb_destroy optionalRoopa Prabhu1-6/+8
2018-07-28vxlan: add new fdb alloc and create helpersRoopa Prabhu1-29/+62
2018-07-22net: fix use-after-free in GRO with ESPSabrina Dubroca1-3/+1
2018-05-09net: don't call update_pmtu unconditionallyNicolas Dichtel1-4/+2
2018-03-03vxlan: update skb dst pmtu on tx pathXin Long1-0/+14
2018-01-02vxlan: restore dev->mtu setting based on lower deviceAlexey Kodanev1-0/+5
2017-11-24vxlan: fix the issue that neigh proxy blocks all icmpv6 packetsXin Long1-18/+13
2017-08-30vxlan: factor out VXLAN-GPE next protocolJiri Benc1-25/+7
2017-08-14vxlan: change vxlan_[config_]validate() to use netlink_ext_ack for error repo...Girish Moodalbail1-26/+73
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-08-02vxlan: 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-05net, 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-27net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-27net: 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
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-3/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-12vxlan: dont migrate permanent fdb entries during learnRoopa Prabhu1-1/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-06-07vxlan: use a more suitable function when assigning NULLMark Bloch1-2/+2
2017-06-02vxlan: fix use-after-free on deletionMark Bloch1-6/+13