| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-03-01 | vxlan: move to its own directory | Roopa Prabhu | 1 | -4834/+0 |
| 2022-02-14 | net: dev: Makes sure netif_rx() can be invoked in any context. | Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2021-11-29 | net: vxlan: add macro definition for number of IANA VXLAN-GPE port | Hao Chen | 1 | -1/+1 |
| 2021-11-23 | net: remove .ndo_change_proto_down | Jakub Kicinski | 1 | -2/+1 |
| 2021-11-22 | net: annotate accesses to dev->gso_max_segs | Eric Dumazet | 1 | -1/+1 |
| 2021-11-22 | net: annotate accesses to dev->gso_max_size | Eric Dumazet | 1 | -1/+1 |
| 2021-11-16 | net: move gro definitions to include/net/gro.h | Eric Dumazet | 1 | -0/+1 |
| 2021-09-23 | nexthop: Fix memory leaks in nexthop notification chain listeners | Ido Schimmel | 1 | -1/+1 |
| 2021-06-22 | vxlan: add missing rcu_read_lock() in neigh_reduce() | Eric Dumazet | 1 | -0/+2 |
| 2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+14 |
| 2021-03-30 | vxlan: allow L4 GRO passthrough | Paolo Abeni | 1 | -0/+1 |
| 2021-03-25 | vxlan: do not modify the shared tunnel info when PMTU triggers an ICMP reply | Antoine Tenart | 1 | -4/+14 |
| 2021-03-13 | drivers: net: vxlan.c: Fix declaration issue | Sanjana Srinidhi | 1 | -0/+1 |
| 2021-02-23 | vxlan: move debug check after netdev unregister | Taehee Yoo | 1 | -3/+8 |
| 2021-01-18 | vxlan: add NETIF_F_FRAGLIST flag for dev features | Xin Long | 1 | -2/+3 |
| 2021-01-07 | udp_tunnel: remove REGISTER/UNREGISTER handling from tunnel drivers | Jakub Kicinski | 1 | -10/+5 |
| 2020-12-10 | vxlan: avoid double unlikely() notation when using IS_ERR() | Antonio Quartulli | 1 | -1/+1 |
| 2020-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+6 |
| 2020-12-02 | vxlan: fix error return code in __vxlan_dev_create() | Zhang Changzhong | 1 | -1/+3 |
| 2020-11-30 | vxlan: Copy needed_tailroom from lowerdev | Sven Eckelmann | 1 | -0/+2 |
| 2020-11-30 | vxlan: Add needed_headroom for lower device | Sven Eckelmann | 1 | -0/+1 |
| 2020-11-09 | net: switch to dev_get_tstats64 | Heiner Kallweit | 1 | -2/+2 |
| 2020-11-06 | nexthop: Pass extack to register_nexthop_notifier() | Ido Schimmel | 1 | -1/+2 |
| 2020-11-06 | nexthop: vxlan: Convert to new notification info | Ido Schimmel | 1 | -2/+7 |
| 2020-11-03 | vxlan: Use a per-namespace nexthop listener instead of a global one | Ido Schimmel | 1 | -7/+8 |
| 2020-10-06 | vxlan: use dev_sw_netstats_rx_add() | Fabian Frederick | 1 | -7/+1 |
| 2020-09-26 | Revert "vxlan: move encapsulation warning" | Jakub Kicinski | 1 | -4/+5 |
| 2020-09-25 | vxlan: fix vxlan_find_sock() documentation for l3mdev | Fabian Frederick | 1 | -2/+3 |
| 2020-09-25 | vxlan: check rtnl_configure_link return code correctly | Fabian Frederick | 1 | -1/+1 |
| 2020-09-25 | vxlan: move encapsulation warning | Fabian Frederick | 1 | -5/+4 |
| 2020-09-25 | vxlan: add unlikely to vxlan_remcsum check | Fabian Frederick | 1 | -1/+1 |
| 2020-09-25 | vxlan: don't collect metadata if remote checksum is wrong | Fabian Frederick | 1 | -3/+4 |
| 2020-08-05 | Revert "vxlan: fix tos value before xmit" | Hangbin Liu | 1 | -2/+2 |
| 2020-08-04 | vxlan: Support for PMTU discovery on directly bridged links | Stefano Brivio | 1 | -6/+41 |
| 2020-08-04 | tunnels: PMTU discovery support for directly bridged IP packets | Stefano Brivio | 1 | -2/+2 |
| 2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -4/+12 |
| 2020-08-01 | vxlan: fix memleak of fdb | Taehee Yoo | 1 | -2/+4 |
| 2020-07-29 | vxlan: Ensure FDB dump is performed under RCU | Ido Schimmel | 1 | -2/+8 |
| 2020-07-10 | udp_tunnel: add central NIC RX port offload infrastructure | Jakub Kicinski | 1 | -2/+4 |
| 2020-06-25 | vxlan: fix last fdb index during dump of fdb with nhid | Roopa Prabhu | 1 | -0/+4 |
| 2020-06-10 | vxlan: Remove access to nexthop group struct | David Ahern | 1 | -5/+3 |
| 2020-06-10 | nexthop: Fix fdb labeling for groups | David Ahern | 1 | -1/+1 |
| 2020-06-09 | net: change addr_list_lock back to static key | Cong Wang | 1 | -3/+1 |
| 2020-06-01 | vxlan: fix dereference of nexthop group in nexthop update path | Roopa Prabhu | 1 | -2/+2 |
| 2020-06-01 | vxlan: Avoid infinite loop when suppressing NS messages with invalid options | Ido Schimmel | 1 | -0/+4 |
| 2020-05-30 | vxlan: few locking fixes in nexthop event handler | Roopa Prabhu | 1 | -7/+25 |
| 2020-05-30 | vxlan: add check to prevent use of remote ip attributes with NDA_NH_ID | Roopa Prabhu | 1 | -0/+4 |
| 2020-05-24 | vxlan: Do not assume RTNL is held in vxlan_fdb_info() | Ido Schimmel | 1 | -3/+12 |
| 2020-05-22 | vxlan: support for nexthop notifiers | Roopa Prabhu | 1 | -4/+29 |
| 2020-05-22 | vxlan: ecmp support for mac fdb entries | Roopa Prabhu | 1 | -59/+247 |
| 2020-04-23 | vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTR | Sabrina Dubroca | 1 | -3/+3 |
| 2020-03-18 | vxlan: check return value of gro_cells_init() | Taehee Yoo | 1 | -2/+9 |
| 2020-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+2 |
| 2020-01-02 | vxlan: fix tos value before xmit | Hangbin Liu | 1 | -2/+2 |
| 2020-01-02 | vxlan: Fix alignment and code style of vxlan.c | Niu Xilei | 1 | -10/+11 |
| 2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 1 | -2/+2 |
| 2019-12-04 | net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup | Sabrina Dubroca | 1 | -5/+3 |
| 2019-11-12 | vxlan: implement get_link_ksettings ethtool method | Matthias Schiffer | 1 | -2/+22 |
| 2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -12/+50 |
| 2019-10-30 | vxlan: drop "vxlan" parameter in vxlan_fdb_alloc() | Guillaume Nault | 1 | -3/+2 |
| 2019-10-30 | vxlan: fix unexpected failure of vxlan_changelink() | Taehee Yoo | 1 | -3/+6 |
| 2019-10-29 | vxlan: check tun_info options_len properly | Xin Long | 1 | -2/+4 |
| 2019-10-24 | vxlan: add adjacent link to limit depth level | Taehee Yoo | 1 | -10/+43 |
| 2019-07-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -10/+27 |
| 2019-07-01 | vxlan: do not destroy fdb if register_netdevice() is failed | Taehee Yoo | 1 | -10/+27 |
| 2019-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+1 |
| 2019-06-21 | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -4/+1 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2019-06-11 | vxlan: Don't assume linear buffers in error handler | Stefano Brivio | 1 | -1/+1 |
| 2019-06-06 | vxlan: Use FDB_HASH_SIZE hash_locks to reduce contention | Litao jiao | 1 | -33/+59 |
| 2019-06-05 | drivers: net: vxlan: drop unneeded likely() call around IS_ERR() | Enrico Weigelt | 1 | -1/+1 |
| 2019-03-29 | ipv6: Move ipv6 stubs to a separate header file | David Ahern | 1 | -0/+1 |
| 2019-03-18 | vxlan: Don't call gro_cells_destroy() before device is unregistered | Zhiqiang Liu | 1 | -3/+1 |
| 2019-03-10 | vxlan: test dev->flags & IFF_UP before calling gro_cells_receive() | Eric Dumazet | 1 | -0/+11 |
| 2019-03-08 | vxlan: do not need BH again in vxlan_cleanup() | Litao Jiao | 1 | -2/+2 |
| 2019-03-08 | vxlan: Fix GRO cells race condition between receive and link delete | Stefano Brivio | 1 | -1/+2 |
| 2019-02-26 | vxlan: add extack support for create and changelink | Roopa Prabhu | 1 | -67/+141 |
| 2019-02-24 | vxlan: add ndo_change_proto_down support | Andy Roulin | 1 | -0/+1 |
| 2019-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+11 |
| 2019-02-11 | vxlan: test dev->flags & IFF_UP before calling netif_rx() | Eric Dumazet | 1 | -3/+11 |
| 2019-02-07 | net: vxlan: Free a leaked vetoed multicast rdst | Petr Machata | 1 | -9/+11 |
| 2019-01-17 | switchdev: Add extack argument to call_switchdev_notifiers() | Petr Machata | 1 | -1/+1 |
| 2019-01-17 | vxlan: Add extack to switchdev operations | Petr Machata | 1 | -28/+40 |
| 2019-01-17 | net: Add extack argument to ndo_fdb_add() | Petr Machata | 1 | -1/+2 |
| 2019-01-17 | vxlan: changelink: Delete remote after update | Petr Machata | 1 | -9/+8 |
| 2019-01-17 | vxlan: changelink: Postpone vxlan_config_apply() | Petr Machata | 1 | -21/+14 |
| 2019-01-17 | vxlan: changelink: Inline vxlan_dev_configure() | Petr Machata | 1 | -1/+5 |
| 2019-01-17 | vxlan: Allow vetoing of FDB notifications | Petr Machata | 1 | -18/+46 |
| 2019-01-17 | vxlan: Have vxlan_fdb_replace() save original rdst value | Petr Machata | 1 | -2/+4 |
| 2019-01-17 | vxlan: Split vxlan_fdb_update() in two | Petr Machata | 1 | -61/+97 |
| 2019-01-17 | vxlan: Move up vxlan_fdb_free(), vxlan_fdb_destroy() | Petr Machata | 1 | -30/+29 |
| 2018-12-20 | vxlan: Correct merge error. | David S. Miller | 1 | -1/+1 |
| 2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -8/+14 |
| 2018-12-18 | vxlan: changelink: Fix handling of default remotes | Petr Machata | 1 | -4/+3 |
| 2018-12-18 | vxlan: Fix error path in __vxlan_dev_create() | Petr Machata | 1 | -3/+10 |
| 2018-12-18 | vxlan: Unmark offloaded bit on replaced FDB entries | Petr Machata | 1 | -0/+1 |
| 2018-12-16 | vxlan: support for ndo_fdb_get | Roopa Prabhu | 1 | -0/+34 |
| 2018-12-12 | net: switchdev: Add extack to struct switchdev_notifier_info | Petr Machata | 1 | -0/+1 |
| 2018-12-07 | vxlan: Add vxlan_fdb_clear_offload() | Petr Machata | 1 | -0/+22 |
| 2018-12-07 | vxlan: Add vxlan_fdb_replay() | Petr Machata | 1 | -0/+47 |
| 2018-12-07 | vxlan: Add a function to init switchdev_notifier_vxlan_fdb_info | Petr Machata | 1 | -23/+18 |
| 2018-12-03 | vxlan: add support for underlay in non-default VRF | Alexis Bauvin | 1 | -8/+24 |
| 2018-11-21 | vxlan: Allow changing ageing time | Ido Schimmel | 1 | -4/+6 |
| 2018-11-21 | vxlan: Add hardware FDB learning | Petr Machata | 1 | -1/+72 |
| 2018-11-21 | vxlan: Don't override user-added entries with ext-learned ones | Petr Machata | 1 | -9/+17 |
| 2018-11-21 | vxlan: Mark user-added FDB entries | Petr Machata | 1 | -6/+11 |
| 2018-11-21 | vxlan: vxlan_fdb_notify(): Make switchdev notification configurable | Petr Machata | 1 | -30/+41 |
| 2018-11-21 | vxlan: __vxlan_fdb_delete(): Drop unused argument vid | Petr Machata | 1 | -4/+3 |
| 2018-11-08 | vxlan: Allow configuration of DF behaviour | Stefano Brivio | 1 | -1/+28 |
| 2018-11-08 | vxlan: ICMP error lookup handler | Stefano Brivio | 1 | -0/+29 |
| 2018-11-06 | net: Add extack argument to rtnl_create_link | David Ahern | 1 | -1/+1 |
| 2018-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -10/+2 |
| 2018-10-17 | geneve, vxlan: Don't set exceptions if skb->len < mtu | Stefano Brivio | 1 | -2/+2 |
| 2018-10-17 | geneve, vxlan: Don't check skb_dst() twice | Stefano Brivio | 1 | -10/+2 |
| 2018-10-17 | vxlan: Notify for each remote of a removed FDB entry | Petr Machata | 1 | -1/+4 |
| 2018-10-17 | vxlan: Support marking RDSTs as offloaded | Petr Machata | 1 | -1/+58 |
| 2018-10-17 | vxlan: Add vxlan_fdb_find_uc() for FDB querying | Petr Machata | 1 | -0/+40 |
| 2018-10-17 | vxlan: Add switchdev notifications | Petr Machata | 1 | -2/+44 |
| 2018-10-17 | vxlan: Export address checking functions | Ido Schimmel | 1 | -26/+0 |
| 2018-10-15 | vxlan: support NTF_USE refresh of fdb entries | Roopa Prabhu | 1 | -3/+7 |
| 2018-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
| 2018-09-26 | vxlan: fill ttl inherit info | Hangbin Liu | 1 | -0/+3 |
| 2018-08-29 | vxlan: reduce dirty cache line in vxlan_find_mac | Li RongQing | 1 | -1/+1 |
| 2018-07-07 | vxlan: fix default fdb entry netlink notify ordering during netdev create | Roopa Prabhu | 1 | -8/+21 |
| 2018-07-07 | vxlan: make netlink notify in vxlan_fdb_destroy optional | Roopa Prabhu | 1 | -6/+8 |
| 2018-07-07 | vxlan: add new fdb alloc and create helpers | Roopa Prabhu | 1 | -29/+62 |
| 2018-07-03 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+1 |
| 2018-07-02 | net: fix use-after-free in GRO with ESP | Sabrina Dubroca | 1 | -3/+1 |
| 2018-06-29 | net: check tunnel option type in tunnel flags | Pieter Jansen van Vuuren | 1 | -1/+2 |
| 2018-06-26 | net: Convert GRO SKB handling to list_head. | David Miller | 1 | -5/+6 |
| 2018-04-17 | vxlan: add ttl inherit support | Hangbin Liu | 1 | -3/+14 |
| 2018-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+2 |
| 2018-01-25 | net: don't call update_pmtu unconditionally | Nicolas Dichtel | 1 | -4/+2 |
| 2017-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+19 |
| 2017-12-19 | vxlan: update skb dst pmtu on tx path | Xin Long | 1 | -0/+14 |
| 2017-12-19 | vxlan: speedup vxlan tunnels dismantle | Haishuang Yan | 1 | -9/+17 |
| 2017-12-16 | vxlan: restore dev->mtu setting based on lower device | Alexey Kodanev | 1 | -0/+5 |
| 2017-11-28 | vxlan: use __be32 type for the param vni in __vxlan_fdb_delete | Xin Long | 1 | -2/+2 |
| 2017-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -18/+17 |
| 2017-11-14 | vxlan: fix the issue that neigh proxy blocks all icmpv6 packets | Xin Long | 1 | -18/+13 |
| 2017-11-14 | vxlan: exit_net cleanup checks added | Vasily Averin | 1 | -0/+4 |
| 2017-10-05 | timer: Remove init_timer_deferrable() in favor of timer_setup() | Kees Cook | 1 | -5/+3 |
| 2017-08-29 | vxlan: factor out VXLAN-GPE next protocol | Jiri Benc | 1 | -25/+7 |
| 2017-08-13 | vxlan: change vxlan_[config_]validate() to use netlink_ext_ack for error repo... | Girish Moodalbail | 1 | -26/+73 |
| 2017-08-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2017-08-01 | vxlan: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDP | K. Den | 1 | -0/+1 |
| 2017-07-24 | geneve/vxlan: offload ports on register/unregister events | Sabrina Dubroca | 1 | -3/+7 |
| 2017-07-24 | geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFO | Sabrina Dubroca | 1 | -8/+17 |
| 2017-07-04 | net, vxlan: convert vxlan_sock.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -5/+5 |
| 2017-07-03 | vxlan: fix hlist corruption | Jiri Benc | 1 | -11/+21 |
| 2017-07-03 | vxlan: correctly set vxlan->net when creating the device in a netns | Sabrina Dubroca | 1 | -3/+6 |
| 2017-06-27 | vxlan: fix incorrect nlattr access in MTU check | Matthias Schiffer | 1 | -1/+1 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.validate | Matthias Schiffer | 1 | -1/+2 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.changelink | Matthias Schiffer | 1 | -1/+2 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.newlink | Matthias Schiffer | 1 | -1/+2 |
| 2017-06-20 | vxlan: allow multiple VXLANs with same VNI for IPv6 link-local addresses | Matthias Schiffer | 1 | -23/+45 |
| 2017-06-20 | vxlan: fix snooping for link-local IPv6 addresses | Matthias Schiffer | 1 | -5/+15 |
| 2017-06-20 | vxlan: check valid combinations of address scopes | Matthias Schiffer | 1 | -0/+29 |
| 2017-06-20 | vxlan: improve validation of address family configuration | Matthias Schiffer | 1 | -11/+28 |
| 2017-06-20 | vxlan: get rid of redundant vxlan_dev.flags | Matthias Schiffer | 1 | -39/+37 |
| 2017-06-20 | vxlan: refactor verification and application of configuration | Matthias Schiffer | 1 | -97/+111 |
| 2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -1/+1 |
| 2017-06-16 | networking: convert many more places to skb_put_zero() | Johannes Berg | 1 | -3/+1 |
| 2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2017-06-12 | vxlan: dont migrate permanent fdb entries during learn | Roopa Prabhu | 1 | -1/+1 |
| 2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 1 | -1/+1 |
| 2017-06-07 | vxlan: use a more suitable function when assigning NULL | Mark Bloch | 1 | -2/+2 |
| 2017-06-02 | vxlan: fix use-after-free on deletion | Mark Bloch | 1 | -6/+13 |
| 2017-06-01 | vxlan: eliminate cached dst leak | Lance Richardson | 1 | -3/+17 |
| 2017-04-30 | vxlan: do not output confusing error message | Jiri Benc | 1 | -2/+0 |
| 2017-04-30 | vxlan: correctly handle ipv6.disable module parameter | Jiri Benc | 1 | -3/+7 |
| 2017-04-03 | vxlan: fix ND proxy when skb doesn't have transport header offset | Vincent Bernat | 1 | -14/+15 |
| 2017-04-01 | vxlan: vxlan dev should inherit lowerdev's gso_max_size | Felix Manlunas | 1 | -0/+5 |
| 2017-03-28 | vxlan: don't age NTF_EXT_LEARNED fdb entries | Roopa Prabhu | 1 | -0/+3 |
| 2017-03-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -33/+40 |
| 2017-03-13 | vxlan: fix ovs support | Nicolas Dichtel | 1 | -33/+40 |
| 2017-03-12 | vxlan: use appropriate family on L3 miss | Vincent Bernat | 1 | -1/+1 |
| 2017-03-01 | vxlan: lock RCU on TX path | Jakub Kicinski | 1 | -2/+6 |
| 2017-02-24 | vxlan: don't allow overwrite of config src addr | Brian Russell | 1 | -7/+5 |
| 2017-02-24 | vxlan: correctly validate VXLAN ID against VXLAN_N_VID | Matthias Schiffer | 1 | -1/+1 |
| 2017-02-21 | vxlan: remove unused variable saddr in neigh_reduce | Roopa Prabhu | 1 | -2/+1 |
| 2017-02-21 | vxlan: add changelink support | Roopa Prabhu | 1 | -113/+270 |
| 2017-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+4 |
| 2017-02-17 | vxlan: fix oops in dev_fill_metadata_dst | Paolo Abeni | 1 | -2/+4 |
| 2017-02-11 | vxlan: remove vni zero check and drop for COLLECT_METADATA | Roopa Prabhu | 1 | -3/+0 |
| 2017-02-03 | vxlan: support fdb and learning in COLLECT_METADATA mode | Roopa Prabhu | 1 | -71/+125 |
| 2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+8 |
| 2017-01-24 | vxlan: do not age static remote mac entries | Balakrishnan Raman | 1 | -1/+1 |
| 2017-01-24 | vxlan: don't flush static fdb entries on admin down | Roopa Prabhu | 1 | -2/+6 |
| 2017-01-20 | vxlan: preserve type of dst_port parm for encap_bypass_if_local() | Lance Richardson | 1 | -1/+1 |
| 2017-01-17 | vxlan: fix byte order of vxlan-gpe port number | Lance Richardson | 1 | -1/+1 |
| 2017-01-11 | vxlan: Set ports in flow key when doing route lookups | Martynas Pumputis | 1 | -3/+10 |
| 2016-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+7 |
| 2016-11-30 | vxlan: fix a potential issue when create a new vxlan fdb entry. | Haishuang Yan | 1 | -3/+7 |
| 2016-11-18 | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 1 | -1/+1 |
| 2016-11-15 | vxlan: Fix uninitialized variable warnings. | David S. Miller | 1 | -1/+4 |
| 2016-11-15 | vxlan: simplify vxlan xmit | pravin shelar | 1 | -44/+34 |
| 2016-11-15 | vxlan: simplify RTF_LOCAL handling. | pravin shelar | 1 | -34/+51 |
| 2016-11-15 | vxlan: improve vxlan route lookup checks. | pravin shelar | 1 | -39/+38 |