summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg2016-02-101-3/+8
* vxlan: Relax MTU constraintsDavid Wragg2016-02-101-11/+25
* vxlan: fix a out of bounds access in __vxlan_find_macLi RongQing2016-01-301-1/+1
* tunnels: Allow IPv6 UDP checksums to be correctly controlled.Jesse Gross2016-01-211-7/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-121-4/+10
|\
| * udp: restrict offloads to one namespaceHannes Frederic Sowa2016-01-101-1/+1
| * vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel2016-01-101-3/+9
* | ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-261-5/+4Star
|/
* vxlan: interpret IP headers for ECN correctlyJiri Benc2015-12-071-4/+2Star
* 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-231-0/+41
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-4/+3Star
|\|
| * tunnels: Don't require remote endpoint or ID during creation.Jesse Gross2015-10-191-4/+3Star
* | vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc2015-09-271-38/+90
* | vxlan: make vxlan_sock_add and vxlan_sock_release complementaryJiri Benc2015-09-271-28/+25Star
|/
* vxlan: reject IPv6 addresses if IPv6 is not configuredJiri Benc2015-09-181-1/+4
* vxlan: set needed headroom correctlyJiri Benc2015-09-181-5/+5
* vxlan: Refactor vxlan_udp_encap_recv() to kill compiler warningGeert Uytterhoeven2015-09-071-4/+2Star
* 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-281-0/+2
|\
| * vxlan: re-ignore EADDRINUSE from igmp_joinMarcelo Ricardo Leitner2015-08-261-0/+2
* | tunnel: introduce udp_tun_rx_dst()Pravin B Shelar2015-08-281-26/+3Star
* | vxlan: GRO support at tunnel layerTom Herbert2015-08-241-2/+7
* | gro: Fix remcsum offload to deal with frags in GROTom Herbert2015-08-241-14/+9Star
* | vxlan: metadata based tunneling for IPv6Jiri Benc2015-08-211-29/+40
* | vxlan: do not shadow flags variableJiri Benc2015-08-211-4/+4
* | vxlan: provide access function for vxlan socket address familyJiri Benc2015-08-211-4/+4
* | route: move lwtunnel state to dst_entryJiri Benc2015-08-211-2/+2
* | ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc2015-08-211-4/+4
* | ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc2015-08-211-3/+3
* | net: vxlan: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-2/+1Star
* | vxlan: fix fdb_dump index calculationAtzm Watanabe2015-08-111-5/+5
* | vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov2015-08-071-11/+6Star
* | vxlan: expose COLLECT_METADATA flag to user spaceAlexei Starovoitov2015-08-011-0/+5
* | ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu2015-08-011-1/+1
* | vxlan: Use proper endian type for vni in vxlan[6]_xmit_skbThomas Graf2015-07-271-2/+2
* | openvswitch: Use regular VXLAN net_device deviceThomas Graf2015-07-211-126/+116Star
* | vxlan: Factor out device configurationThomas Graf2015-07-211-155/+177
* | fib: Add fib rule match on tunnel idThomas Graf2015-07-211-1/+2
* | route: Per route IP tunnel metadata via lightweight tunnelThomas Graf2015-07-211-2/+8
* | vxlan: Flow based tunnelingThomas Graf2015-07-211-22/+127
* | net/vxlan: Fix kernel unaligned access in __vxlan_find_macSowmini Varadhan2015-07-211-1/+1
|/
* vxlan: release lock after each bucket in vxlan_cleanupSorin Dumitru2015-05-271-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-1/+1
|\
| * vxlan: correct typo in call to unregister_netdevice_queueJohn W. Linville2015-05-181-1/+1