aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)Author
2016-11-15net: add recursion limit to GROSabrina Dubroca
2016-06-24vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg
2016-06-24vxlan: Relax MTU constraintsDavid Wragg
2016-06-24vxlan: Accept user specified MTU value when create new vxlan linkChen Haiquan
2016-06-24udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa
2016-04-20vxlan: fix missing options_len update on RX with collect metadataDaniel Borkmann
2016-03-03tunnels: Allow IPv6 UDP checksums to be correctly controlled.Jesse Gross
2016-01-31vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel
2015-12-07vxlan: interpret IP headers for ECN correctlyJiri Benc
2015-12-07vxlan: support ndo_fill_metadata_dst also for IPv6Jiri Benc
2015-12-07vxlan: move IPv6 outpute route calculation to a functionJiri Benc
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-18tunnels: Don't require remote endpoint or ID during creation.Jesse Gross
2015-09-26vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc
2015-09-26vxlan: make vxlan_sock_add and vxlan_sock_release complementaryJiri Benc
2015-09-17vxlan: reject IPv6 addresses if IPv6 is not configuredJiri Benc
2015-09-17vxlan: set needed headroom correctlyJiri Benc
2015-09-06vxlan: Refactor vxlan_udp_encap_recv() to kill compiler warningGeert Uytterhoeven
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar
2015-08-29vxlan: do not receive IPv4 packets on IPv6 socketJiri Benc
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-27tunnel: introduce udp_tun_rx_dst()Pravin B Shelar
2015-08-25vxlan: re-ignore EADDRINUSE from igmp_joinMarcelo Ricardo Leitner
2015-08-23vxlan: GRO support at tunnel layerTom Herbert
2015-08-23gro: Fix remcsum offload to deal with frags in GROTom Herbert
2015-08-20vxlan: metadata based tunneling for IPv6Jiri Benc
2015-08-20vxlan: do not shadow flags variableJiri Benc
2015-08-20vxlan: provide access function for vxlan socket address familyJiri Benc
2015-08-20route: move lwtunnel state to dst_entryJiri Benc
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc
2015-08-18net: vxlan: convert to using IFF_NO_QUEUEPhil Sutter
2015-08-10vxlan: fix fdb_dump index calculationAtzm Watanabe
2015-08-07vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov
2015-07-31vxlan: expose COLLECT_METADATA flag to user spaceAlexei Starovoitov
2015-07-31ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu
2015-07-26vxlan: Use proper endian type for vni in vxlan[6]_xmit_skbThomas Graf
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf
2015-07-21vxlan: Factor out device configurationThomas Graf
2015-07-21fib: Add fib rule match on tunnel idThomas Graf
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf
2015-07-21vxlan: Flow based tunnelingThomas Graf
2015-07-21net/vxlan: Fix kernel unaligned access in __vxlan_find_macSowmini Varadhan
2015-05-27vxlan: release lock after each bucket in vxlan_cleanupSorin Dumitru
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-18vxlan: correct typo in call to unregister_netdevice_queueJohn W. Linville