summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "vxlan: fix tos value before xmit"Hangbin Liu2020-08-211-2/+2
* vxlan: Ensure FDB dump is performed under RCUIdo Schimmel2020-08-211-1/+5
* vxlan: Avoid infinite loop when suppressing NS messages with invalid optionsIdo Schimmel2020-06-201-0/+4
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2020-05-201-6/+4
* vxlan: check return value of gro_cells_init()Taehee Yoo2020-04-021-2/+9
* vxlan: fix tos value before xmitHangbin Liu2020-01-121-2/+2
* vxlan: check tun_info options_len properlyXin Long2019-11-101-1/+4
* vxlan: Don't call gro_cells_destroy() before device is unregisteredZhiqiang Liu2019-04-031-3/+1
* vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio2019-03-191-1/+2
* vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet2019-03-191-0/+11
* vxlan: test dev->flags & IFF_UP before calling netif_rx()Eric Dumazet2019-02-231-2/+11
* vxlan: dont migrate permanent fdb entries during learnRoopa Prabhu2018-04-131-1/+1
* vxlan: correctly handle ipv6.disable module parameterJiri Benc2018-03-241-3/+7
* vxlan: vxlan dev should inherit lowerdev's gso_max_sizeFelix Manlunas2018-03-221-0/+5
* vxlan: fix hlist corruptionJiri Benc2017-07-211-10/+20
* vxlan: do not age static remote mac entriesBalakrishnan Raman2017-07-051-1/+1
* vxlan: fix use-after-free on deletionMark Bloch2017-06-141-6/+13
* vxlan: eliminate cached dst leakLance Richardson2017-06-141-3/+17
* vxlan: lock RCU on TX pathJakub Kicinski2017-03-221-5/+8
* vxlan: don't allow overwrite of config src addrBrian Russell2017-03-221-7/+5
* vxlan: correctly validate VXLAN ID against VXLAN_N_VIDMatthias Schiffer2017-03-221-1/+1
* vxlan: fix oops in dev_fill_metadata_dstPaolo Abeni2017-02-261-2/+4
* vxlan: fix byte order of vxlan-gpe port numberLance Richardson2017-02-041-1/+1
* vxlan: fix a potential issue when create a new vxlan fdb entry.Haishuang Yan2016-11-301-3/+7
* vxlan: hide unused local variableArnd Bergmann2016-11-091-1/+3
* vxlan: avoid using stale vxlan socket.pravin shelar2016-10-291-30/+50
* net: add recursion limit to GROSabrina Dubroca2016-10-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-26/+12
|\
| * vxlan: fix duplicated and wrong error messagesJiri Benc2016-09-041-26/+9
| * vxlan: reject multicast destination without an interfaceJiri Benc2016-09-041-0/+3
* | net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai2016-09-101-2/+2
* | vxlan: Update tx_errors statistics if vxlan_build_skb return err.Haishuang Yan2016-09-061-0/+1
* | vxlan: call peernet2id() in fdb notificationWANG Cong2016-09-041-1/+1
* | rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu2016-09-011-8/+6
* | vxlan: remove the useless header file protocol.hZhu Yanjun2016-08-261-1/+0
|/
* net: vxlan: lwt: Fix vxlan local traffic.pravin shelar2016-08-081-2/+2
* net: vxlan: lwt: Use source ip address during route lookup.pravin shelar2016-08-081-12/+18
* drivers/net: fixup comments after "Future-proof tunnel offload handlers"Sabrina Dubroca2016-07-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-24/+34
|\
| * ovs/vxlan: fix rtnl notifications on iface deletionNicolas Dichtel2016-06-141-24/+34
* | vxlan: Add new UDP encapsulation offload type for VXLAN-GPEAlexander Duyck2016-06-171-0/+6
* | net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck2016-06-171-1/+1
* | net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck2016-06-171-51/+9
* | vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck2016-06-171-17/+0
|/
* vxlan: Accept user specified MTU value when create new vxlan linkChen Haiquan2016-05-311-0/+3
* udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2016-05-201-2/+2
* vxlan: set mac_header correctly in GPE modeJiri Benc2016-05-161-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-091-2/+3
|\
| * udp_offload: Set encapsulation before inner completes.Jarno Rajahalme2016-05-061-0/+3
| * udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme2016-05-061-2/+0