summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-21Revert "vxlan: fix tos value before xmit"Hangbin Liu1-2/+2
2020-08-21vxlan: Ensure FDB dump is performed under RCUIdo Schimmel1-1/+5
2020-06-20vxlan: Avoid infinite loop when suppressing NS messages with invalid optionsIdo Schimmel1-0/+4
2020-05-20net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-6/+4
2020-04-02vxlan: check return value of gro_cells_init()Taehee Yoo1-2/+9
2020-01-12vxlan: fix tos value before xmitHangbin Liu1-2/+2
2019-11-10vxlan: check tun_info options_len properlyXin Long1-1/+4
2019-04-03vxlan: Don't call gro_cells_destroy() before device is unregisteredZhiqiang Liu1-3/+1
2019-03-19vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio1-1/+2
2019-03-19vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet1-0/+11
2019-02-23vxlan: test dev->flags & IFF_UP before calling netif_rx()Eric Dumazet1-2/+11
2018-04-13vxlan: dont migrate permanent fdb entries during learnRoopa Prabhu1-1/+1
2018-03-24vxlan: correctly handle ipv6.disable module parameterJiri Benc1-3/+7
2018-03-22vxlan: vxlan dev should inherit lowerdev's gso_max_sizeFelix Manlunas1-0/+5
2017-07-21vxlan: fix hlist corruptionJiri Benc1-10/+20
2017-07-05vxlan: do not age static remote mac entriesBalakrishnan Raman1-1/+1
2017-06-14vxlan: fix use-after-free on deletionMark Bloch1-6/+13
2017-06-14vxlan: eliminate cached dst leakLance Richardson1-3/+17
2017-03-22vxlan: lock RCU on TX pathJakub Kicinski1-5/+8
2017-03-22vxlan: don't allow overwrite of config src addrBrian Russell1-7/+5
2017-03-22vxlan: correctly validate VXLAN ID against VXLAN_N_VIDMatthias Schiffer1-1/+1
2017-02-26vxlan: fix oops in dev_fill_metadata_dstPaolo Abeni1-2/+4
2017-02-04vxlan: fix byte order of vxlan-gpe port numberLance Richardson1-1/+1
2016-11-30vxlan: fix a potential issue when create a new vxlan fdb entry.Haishuang Yan1-3/+7
2016-11-10vxlan: hide unused local variableArnd Bergmann1-1/+3
2016-10-30vxlan: avoid using stale vxlan socket.pravin shelar1-30/+50
2016-10-20net: add recursion limit to GROSabrina Dubroca1-1/+1
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-26/+12
2016-09-11net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai1-2/+2
2016-09-06vxlan: Update tx_errors statistics if vxlan_build_skb return err.Haishuang Yan1-0/+1
2016-09-04vxlan: fix duplicated and wrong error messagesJiri Benc1-26/+9
2016-09-04vxlan: reject multicast destination without an interfaceJiri Benc1-0/+3
2016-09-04vxlan: call peernet2id() in fdb notificationWANG Cong1-1/+1
2016-09-02rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu1-8/+6
2016-08-27vxlan: remove the useless header file protocol.hZhu Yanjun1-1/+0
2016-08-09net: vxlan: lwt: Fix vxlan local traffic.pravin shelar1-2/+2
2016-08-09net: vxlan: lwt: Use source ip address during route lookup.pravin shelar1-12/+18
2016-07-11drivers/net: fixup comments after "Future-proof tunnel offload handlers"Sabrina Dubroca1-2/+2
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-24/+34
2016-06-18vxlan: Add new UDP encapsulation offload type for VXLAN-GPEAlexander Duyck1-0/+6
2016-06-18net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck1-1/+1
2016-06-18net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck1-51/+9
2016-06-18vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck1-17/+0
2016-06-15ovs/vxlan: fix rtnl notifications on iface deletionNicolas Dichtel1-24/+34
2016-05-31vxlan: Accept user specified MTU value when create new vxlan linkChen Haiquan1-0/+3
2016-05-21udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa1-2/+2
2016-05-16vxlan: set mac_header correctly in GPE modeJiri Benc1-0/+1
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2016-05-07udp_offload: Set encapsulation before inner completes.Jarno Rajahalme1-0/+3
2016-05-07udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme1-2/+0