summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* vxlan: Add vxlan_fdb_clear_offload()Petr Machata2018-12-071-0/+22
* vxlan: Add vxlan_fdb_replay()Petr Machata2018-12-071-0/+47
* vxlan: Add a function to init switchdev_notifier_vxlan_fdb_infoPetr Machata2018-12-071-23/+18
* vxlan: add support for underlay in non-default VRFAlexis Bauvin2018-12-031-8/+24
* vxlan: Allow changing ageing timeIdo Schimmel2018-11-211-4/+6
* vxlan: Add hardware FDB learningPetr Machata2018-11-211-1/+72
* vxlan: Don't override user-added entries with ext-learned onesPetr Machata2018-11-211-9/+17
* vxlan: Mark user-added FDB entriesPetr Machata2018-11-211-6/+11
* vxlan: vxlan_fdb_notify(): Make switchdev notification configurablePetr Machata2018-11-211-30/+41
* vxlan: __vxlan_fdb_delete(): Drop unused argument vidPetr Machata2018-11-211-4/+3
* vxlan: Allow configuration of DF behaviourStefano Brivio2018-11-081-1/+28
* vxlan: ICMP error lookup handlerStefano Brivio2018-11-081-0/+29
* net: Add extack argument to rtnl_create_linkDavid Ahern2018-11-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-10/+2
|\
| * 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: Notify for each remote of a removed FDB entryPetr Machata2018-10-171-1/+4
* | vxlan: Support marking RDSTs as offloadedPetr Machata2018-10-171-1/+58
* | vxlan: Add vxlan_fdb_find_uc() for FDB queryingPetr Machata2018-10-171-0/+40
* | vxlan: Add switchdev notificationsPetr Machata2018-10-171-2/+44
* | vxlan: Export address checking functionsIdo Schimmel2018-10-171-26/+0
* | vxlan: support NTF_USE refresh of fdb entriesRoopa Prabhu2018-10-151-3/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-031-0/+3
|\|
| * vxlan: fill ttl inherit infoHangbin Liu2018-09-261-0/+3
* | vxlan: reduce dirty cache line in vxlan_find_macLi RongQing2018-08-291-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/+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
|/