summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c (follow)
Commit message (Expand)AuthorAge
* vxlan: check tun_info options_len properlyXin Long2019-11-10
* vxlan: Don't call gro_cells_destroy() before device is unregisteredZhiqiang Liu2019-04-03
* vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio2019-03-23
* vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet2019-03-23
* vxlan: test dev->flags & IFF_UP before calling netif_rx()Eric Dumazet2019-02-23
* vxlan: dont migrate permanent fdb entries during learnRoopa Prabhu2018-04-13
* vxlan: vxlan dev should inherit lowerdev's gso_max_sizeFelix Manlunas2018-03-22
* vxlan: do not age static remote mac entriesBalakrishnan Raman2017-07-05
* vxlan: fix use-after-free on deletionMark Bloch2017-06-14
* vxlan: correctly validate VXLAN ID against VXLAN_N_VIDMatthias Schiffer2017-03-22
* net: add recursion limit to GROSabrina Dubroca2016-11-15
* vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg2016-06-24
* vxlan: Relax MTU constraintsDavid Wragg2016-06-24
* vxlan: Accept user specified MTU value when create new vxlan linkChen Haiquan2016-06-24
* udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2016-06-24
* vxlan: fix missing options_len update on RX with collect metadataDaniel Borkmann2016-04-20
* tunnels: Allow IPv6 UDP checksums to be correctly controlled.Jesse Gross2016-03-03
* vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel2016-01-31
* vxlan: interpret IP headers for ECN correctlyJiri Benc2015-12-07
* vxlan: support ndo_fill_metadata_dst also for IPv6Jiri Benc2015-12-07
* vxlan: move IPv6 outpute route calculation to a functionJiri Benc2015-12-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-24
|\
| * openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-20
|\|
| * tunnels: Don't require remote endpoint or ID during creation.Jesse Gross2015-10-18
* | vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc2015-09-26
* | vxlan: make vxlan_sock_add and vxlan_sock_release complementaryJiri Benc2015-09-26
|/
* vxlan: reject IPv6 addresses if IPv6 is not configuredJiri Benc2015-09-17
* vxlan: set needed headroom correctlyJiri Benc2015-09-17
* vxlan: Refactor vxlan_udp_encap_recv() to kill compiler warningGeert Uytterhoeven2015-09-06
* ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-31
* vxlan: do not receive IPv4 packets on IPv6 socketJiri Benc2015-08-29
* ip_tunnels: record IP version in tunnel infoJiri Benc2015-08-29
* ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc2015-08-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-27
|\
| * vxlan: re-ignore EADDRINUSE from igmp_joinMarcelo Ricardo Leitner2015-08-25
* | tunnel: introduce udp_tun_rx_dst()Pravin B Shelar2015-08-27
* | vxlan: GRO support at tunnel layerTom Herbert2015-08-23
* | gro: Fix remcsum offload to deal with frags in GROTom Herbert2015-08-23
* | vxlan: metadata based tunneling for IPv6Jiri Benc2015-08-20
* | vxlan: do not shadow flags variableJiri Benc2015-08-20
* | vxlan: provide access function for vxlan socket address familyJiri Benc2015-08-20
* | route: move lwtunnel state to dst_entryJiri Benc2015-08-20
* | ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc2015-08-20
* | ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc2015-08-20
* | net: vxlan: convert to using IFF_NO_QUEUEPhil Sutter2015-08-18
* | vxlan: fix fdb_dump index calculationAtzm Watanabe2015-08-10
* | vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov2015-08-07
* | vxlan: expose COLLECT_METADATA flag to user spaceAlexei Starovoitov2015-07-31
* | ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu2015-07-31