summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* vxlan: Mark user-added FDB entriesPetr Machata2018-11-221-6/+11
* vxlan: vxlan_fdb_notify(): Make switchdev notification configurablePetr Machata2018-11-221-30/+41
* vxlan: __vxlan_fdb_delete(): Drop unused argument vidPetr Machata2018-11-221-4/+3Star
* vxlan: Allow configuration of DF behaviourStefano Brivio2018-11-091-1/+28
* vxlan: ICMP error lookup handlerStefano Brivio2018-11-091-0/+29
* net: Add extack argument to rtnl_create_linkDavid Ahern2018-11-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-10/+2Star
|\
| * geneve, vxlan: Don't set exceptions if skb->len < mtuStefano Brivio2018-10-181-2/+2
| * geneve, vxlan: Don't check skb_dst() twiceStefano Brivio2018-10-181-10/+2Star
* | vxlan: Notify for each remote of a removed FDB entryPetr Machata2018-10-181-1/+4
* | vxlan: Support marking RDSTs as offloadedPetr Machata2018-10-181-1/+58
* | vxlan: Add vxlan_fdb_find_uc() for FDB queryingPetr Machata2018-10-181-0/+40
* | vxlan: Add switchdev notificationsPetr Machata2018-10-181-2/+44
* | vxlan: Export address checking functionsIdo Schimmel2018-10-181-26/+0Star
* | vxlan: support NTF_USE refresh of fdb entriesRoopa Prabhu2018-10-161-3/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-0/+3
|\|
| * vxlan: fill ttl inherit infoHangbin Liu2018-09-271-0/+3
* | vxlan: reduce dirty cache line in vxlan_find_macLi RongQing2018-08-301-1/+1
|/
* 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/+1Star
|\
| * net: fix use-after-free in GRO with ESPSabrina Dubroca2018-07-021-3/+1Star
* | 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/+2Star
|\
| * net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-251-4/+2Star
* | 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-171-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/+17Star
|\
| * vxlan: fix the issue that neigh proxy blocks all icmpv6 packetsXin Long2017-11-141-18/+13Star
| * 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/+3Star
|/
* vxlan: factor out VXLAN-GPE next protocolJiri Benc2017-08-301-25/+7Star
* vxlan: change vxlan_[config_]validate() to use netlink_ext_ack for error repo...Girish Moodalbail2017-08-141-26/+73
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-101-0/+1
|\
| * vxlan: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den2017-08-021-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-271-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-271-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-271-1/+2