summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* vxlan: Ensure FDB dump is performed under RCUIdo Schimmel2020-08-211-1/+5
* Revert "vxlan: fix tos value before xmit"Hangbin Liu2020-08-211-1/+1
* 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
* ovs/vxlan: fix rtnl notifications on iface deletionNicolas Dichtel2020-05-101-24/+34
* net: vxlan: lwt: Fix vxlan local traffic.pravin shelar2020-05-101-2/+2
* vxlan: check return value of gro_cells_init()Taehee Yoo2020-04-021-2/+9
* vxlan: fix tos value before xmitHangbin Liu2020-01-121-1/+1
* 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-231-1/+2
* vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet2019-03-231-0/+10
* 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: vxlan dev should inherit lowerdev's gso_max_sizeFelix Manlunas2018-03-221-0/+5
* 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: correctly validate VXLAN ID against VXLAN_N_VIDMatthias Schiffer2017-03-221-1/+1
* net: add recursion limit to GROSabrina Dubroca2016-11-151-1/+1
* vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg2016-06-241-3/+8
* vxlan: Relax MTU constraintsDavid Wragg2016-06-241-11/+25
* vxlan: Accept user specified MTU value when create new vxlan linkChen Haiquan2016-06-241-0/+3
* udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2016-06-241-8/+2
* vxlan: fix missing options_len update on RX with collect metadataDaniel Borkmann2016-04-201-1/+3
* tunnels: Allow IPv6 UDP checksums to be correctly controlled.Jesse Gross2016-03-031-7/+16
* vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel2016-01-311-3/+9
* vxlan: interpret IP headers for ECN correctlyJiri Benc2015-12-071-4/+2
* vxlan: support ndo_fill_metadata_dst also for IPv6Jiri Benc2015-12-071-2/+23
* vxlan: move IPv6 outpute route calculation to a functionJiri Benc2015-12-071-10/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-0/+41
|\
| * openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-221-0/+41
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-4/+3
|\|
| * tunnels: Don't require remote endpoint or ID during creation.Jesse Gross2015-10-181-4/+3
* | vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc2015-09-261-38/+90
* | vxlan: make vxlan_sock_add and vxlan_sock_release complementaryJiri Benc2015-09-261-28/+25
|/
* vxlan: reject IPv6 addresses if IPv6 is not configuredJiri Benc2015-09-171-1/+4
* vxlan: set needed headroom correctlyJiri Benc2015-09-171-5/+5
* vxlan: Refactor vxlan_udp_encap_recv() to kill compiler warningGeert Uytterhoeven2015-09-061-4/+2
* ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-311-2/+2
* vxlan: do not receive IPv4 packets on IPv6 socketJiri Benc2015-08-291-0/+1
* ip_tunnels: record IP version in tunnel infoJiri Benc2015-08-291-0/+2
* ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc2015-08-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-271-0/+2
|\
| * vxlan: re-ignore EADDRINUSE from igmp_joinMarcelo Ricardo Leitner2015-08-251-0/+2
* | tunnel: introduce udp_tun_rx_dst()Pravin B Shelar2015-08-271-26/+3
* | vxlan: GRO support at tunnel layerTom Herbert2015-08-231-2/+7
* | gro: Fix remcsum offload to deal with frags in GROTom Herbert2015-08-231-14/+9
* | vxlan: metadata based tunneling for IPv6Jiri Benc2015-08-201-29/+40
* | vxlan: do not shadow flags variableJiri Benc2015-08-201-4/+4
* | vxlan: provide access function for vxlan socket address familyJiri Benc2015-08-201-4/+4