summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-12vxlan: fix tos value before xmitHangbin Liu1-1/+1
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-23vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio1-1/+2
2019-03-23vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet1-0/+10
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-22vxlan: vxlan dev should inherit lowerdev's gso_max_sizeFelix Manlunas1-0/+5
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-03-22vxlan: correctly validate VXLAN ID against VXLAN_N_VIDMatthias Schiffer1-1/+1
2016-11-15net: add recursion limit to GROSabrina Dubroca1-1/+1
2016-06-24vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg1-3/+8
2016-06-24vxlan: Relax MTU constraintsDavid Wragg1-11/+25
2016-06-24vxlan: Accept user specified MTU value when create new vxlan linkChen Haiquan1-0/+3
2016-06-24udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa1-8/+2
2016-04-20vxlan: fix missing options_len update on RX with collect metadataDaniel Borkmann1-1/+3
2016-03-04tunnels: Allow IPv6 UDP checksums to be correctly controlled.Jesse Gross1-7/+16
2016-01-31vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel1-3/+9
2015-12-08vxlan: interpret IP headers for ECN correctlyJiri Benc1-4/+2
2015-12-08vxlan: support ndo_fill_metadata_dst also for IPv6Jiri Benc1-2/+23
2015-12-08vxlan: move IPv6 outpute route calculation to a functionJiri Benc1-10/+34
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+41
2015-10-23openvswitch: Fix egress tunnel info.Pravin B Shelar1-0/+41
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2015-10-19tunnels: Don't require remote endpoint or ID during creation.Jesse Gross1-4/+3
2015-09-27vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc1-38/+90
2015-09-27vxlan: make vxlan_sock_add and vxlan_sock_release complementaryJiri Benc1-28/+25
2015-09-18vxlan: reject IPv6 addresses if IPv6 is not configuredJiri Benc1-1/+4
2015-09-18vxlan: set needed headroom correctlyJiri Benc1-5/+5
2015-09-07vxlan: Refactor vxlan_udp_encap_recv() to kill compiler warningGeert Uytterhoeven1-4/+2
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar1-2/+2
2015-08-29vxlan: do not receive IPv4 packets on IPv6 socketJiri Benc1-0/+1
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc1-0/+2
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc1-1/+1
2015-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-08-28tunnel: introduce udp_tun_rx_dst()Pravin B Shelar1-26/+3
2015-08-26vxlan: re-ignore EADDRINUSE from igmp_joinMarcelo Ricardo Leitner1-0/+2
2015-08-24vxlan: GRO support at tunnel layerTom Herbert1-2/+7
2015-08-24gro: Fix remcsum offload to deal with frags in GROTom Herbert1-14/+9
2015-08-21vxlan: metadata based tunneling for IPv6Jiri Benc1-29/+40
2015-08-21vxlan: do not shadow flags variableJiri Benc1-4/+4
2015-08-21vxlan: provide access function for vxlan socket address familyJiri Benc1-4/+4
2015-08-21route: move lwtunnel state to dst_entryJiri Benc1-2/+2
2015-08-21ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc1-4/+4
2015-08-21ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc1-3/+3
2015-08-18net: vxlan: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-08-11vxlan: fix fdb_dump index calculationAtzm Watanabe1-5/+5
2015-08-07vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov1-11/+6
2015-08-01vxlan: expose COLLECT_METADATA flag to user spaceAlexei Starovoitov1-0/+5