summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)Author
2021-07-20vxlan: add missing rcu_read_lock() in neigh_reduce()Eric Dumazet
2020-08-21vxlan: Ensure FDB dump is performed under RCUIdo Schimmel
2020-08-21Revert "vxlan: fix tos value before xmit"Hangbin Liu
2020-06-20vxlan: Avoid infinite loop when suppressing NS messages with invalid optionsIdo Schimmel
2020-05-20net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2020-05-10ovs/vxlan: fix rtnl notifications on iface deletionNicolas Dichtel
2020-05-10net: vxlan: lwt: Fix vxlan local traffic.pravin shelar
2020-04-02vxlan: check return value of gro_cells_init()Taehee Yoo
2020-01-12vxlan: fix tos value before xmitHangbin Liu
2019-11-10vxlan: check tun_info options_len properlyXin Long
2019-04-03vxlan: Don't call gro_cells_destroy() before device is unregisteredZhiqiang Liu
2019-03-23vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio
2019-03-23vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet
2019-02-23vxlan: test dev->flags & IFF_UP before calling netif_rx()Eric Dumazet
2018-04-13vxlan: dont migrate permanent fdb entries during learnRoopa Prabhu
2018-03-22vxlan: vxlan dev should inherit lowerdev's gso_max_sizeFelix Manlunas
2017-07-05vxlan: do not age static remote mac entriesBalakrishnan Raman
2017-06-14vxlan: fix use-after-free on deletionMark Bloch
2017-03-22vxlan: correctly validate VXLAN ID against VXLAN_N_VIDMatthias Schiffer
2016-11-15net: add recursion limit to GROSabrina Dubroca
2016-06-24vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg
2016-06-24vxlan: Relax MTU constraintsDavid Wragg
2016-06-24vxlan: Accept user specified MTU value when create new vxlan linkChen Haiquan
2016-06-24udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa
2016-04-20vxlan: fix missing options_len update on RX with collect metadataDaniel Borkmann
2016-03-03tunnels: Allow IPv6 UDP checksums to be correctly controlled.Jesse Gross
2016-01-31vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel
2015-12-07vxlan: interpret IP headers for ECN correctlyJiri Benc
2015-12-07vxlan: support ndo_fill_metadata_dst also for IPv6Jiri Benc
2015-12-07vxlan: move IPv6 outpute route calculation to a functionJiri Benc
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-18tunnels: Don't require remote endpoint or ID during creation.Jesse Gross
2015-09-26vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc
2015-09-26vxlan: make vxlan_sock_add and vxlan_sock_release complementaryJiri Benc
2015-09-17vxlan: reject IPv6 addresses if IPv6 is not configuredJiri Benc
2015-09-17vxlan: set needed headroom correctlyJiri Benc
2015-09-06vxlan: Refactor vxlan_udp_encap_recv() to kill compiler warningGeert Uytterhoeven
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar
2015-08-29vxlan: do not receive IPv4 packets on IPv6 socketJiri Benc
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-27tunnel: introduce udp_tun_rx_dst()Pravin B Shelar
2015-08-25vxlan: re-ignore EADDRINUSE from igmp_joinMarcelo Ricardo Leitner
2015-08-23vxlan: GRO support at tunnel layerTom Herbert
2015-08-23gro: Fix remcsum offload to deal with frags in GROTom Herbert
2015-08-20vxlan: metadata based tunneling for IPv6Jiri Benc
2015-08-20vxlan: do not shadow flags variableJiri Benc