summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* vxlan: add missing rcu_read_lock() in neigh_reduce()Eric Dumazet2021-07-201-0/+2
* vxlan: move debug check after netdev unregisterTaehee Yoo2021-03-041-3/+8
* vxlan: Copy needed_tailroom from lowerdevSven Eckelmann2020-12-301-0/+2
* vxlan: Add needed_headroom for lower deviceSven Eckelmann2020-12-301-0/+1
* Revert "vxlan: fix tos value before xmit"Hangbin Liu2020-08-111-2/+2
* vxlan: Ensure FDB dump is performed under RCUIdo Schimmel2020-08-111-1/+5
* vxlan: Avoid infinite loop when suppressing NS messages with invalid optionsIdo Schimmel2020-06-221-0/+4
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2020-04-291-5/+3
* vxlan: check return value of gro_cells_init()Taehee Yoo2020-04-021-2/+9
* vxlan: changelink: Fix handling of default remotesPetr Machata2020-01-271-4/+3
* vxlan: fix tos value before xmitHangbin Liu2020-01-121-2/+2
* vxlan: Fix error path in __vxlan_dev_create()Petr Machata2019-12-051-3/+10
* vxlan: check tun_info options_len properlyXin Long2019-11-101-2/+4
* vxlan: Don't call gro_cells_destroy() before device is unregisteredZhiqiang Liu2019-04-031-3/+1
* vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet2019-03-191-0/+11
* vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio2019-03-191-1/+2
* vxlan: test dev->flags & IFF_UP before calling netif_rx()Eric Dumazet2019-02-231-3/+11
* geneve, vxlan: Don't set exceptions if skb->len < mtuStefano Brivio2018-10-171-2/+2
* geneve, vxlan: Don't check skb_dst() twiceStefano Brivio2018-10-171-10/+2
* vxlan: fill ttl inherit infoHangbin Liu2018-09-261-0/+3
* vxlan: fix default fdb entry netlink notify ordering during netdev createRoopa Prabhu2018-07-071-8/+21
* vxlan: make netlink notify in vxlan_fdb_destroy optionalRoopa Prabhu2018-07-071-6/+8
* vxlan: add new fdb alloc and create helpersRoopa Prabhu2018-07-071-29/+62
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-3/+1
|\
| * net: fix use-after-free in GRO with ESPSabrina Dubroca2018-07-021-3/+1
* | net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren2018-06-291-1/+2
* | net: Convert GRO SKB handling to list_head.David Miller2018-06-261-5/+6
|/
* vxlan: add ttl inherit supportHangbin Liu2018-04-171-3/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-291-4/+2
|\
| * net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-251-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-0/+19
|\|
| * vxlan: update skb dst pmtu on tx pathXin Long2017-12-191-0/+14
| * vxlan: restore dev->mtu setting based on lower deviceAlexey Kodanev2017-12-161-0/+5
* | vxlan: speedup vxlan tunnels dismantleHaishuang Yan2017-12-191-9/+17
|/
* vxlan: use __be32 type for the param vni in __vxlan_fdb_deleteXin Long2017-11-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-18/+17
|\
| * vxlan: fix the issue that neigh proxy blocks all icmpv6 packetsXin Long2017-11-141-18/+13
| * vxlan: exit_net cleanup checks addedVasily Averin2017-11-141-0/+4
* | timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook2017-10-051-5/+3
|/
* vxlan: factor out VXLAN-GPE next protocolJiri Benc2017-08-291-25/+7
* vxlan: change vxlan_[config_]validate() to use netlink_ext_ack for error repo...Girish Moodalbail2017-08-131-26/+73
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-0/+1
|\
| * vxlan: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den2017-08-011-0/+1
* | geneve/vxlan: offload ports on register/unregister eventsSabrina Dubroca2017-07-241-3/+7
* | geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFOSabrina Dubroca2017-07-241-8/+17
|/
* net, vxlan: convert vxlan_sock.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-5/+5
* vxlan: fix hlist corruptionJiri Benc2017-07-031-11/+21
* vxlan: correctly set vxlan->net when creating the device in a netnsSabrina Dubroca2017-07-031-3/+6
* vxlan: fix incorrect nlattr access in MTU checkMatthias Schiffer2017-06-271-1/+1
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+2