summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | route: move lwtunnel state to dst_entryJiri Benc2015-08-201-2/+2
* | ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc2015-08-201-4/+4
* | ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc2015-08-201-3/+3
* | net: vxlan: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-2/+1
* | vxlan: fix fdb_dump index calculationAtzm Watanabe2015-08-101-5/+5
* | vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov2015-08-071-11/+6
* | vxlan: expose COLLECT_METADATA flag to user spaceAlexei Starovoitov2015-07-311-0/+5
* | ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu2015-07-311-1/+1
* | vxlan: Use proper endian type for vni in vxlan[6]_xmit_skbThomas Graf2015-07-261-2/+2
* | openvswitch: Use regular VXLAN net_device deviceThomas Graf2015-07-211-126/+116
* | 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
* | netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel2015-05-091-1/+1
* | vxlan: Correctly set flow*i_mark and flow4i_proto in route lookupsThomas Graf2015-05-051-0/+3
|/
* vxlan: remove the unnecessary codesLi RongQing2015-04-221-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-141-10/+10
|\
| * udptunnels: Call handle_offloads after inserting vlan tag.Jesse Gross2015-04-091-10/+10
* | vxlan: do not exit on error in vxlan_stop()WANG Cong2015-04-081-4/+1
* | vxlan: fix a shadow local variableWANG Cong2015-04-081-1/+0
* | udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller2015-04-071-6/+8
* | vxlan: correct spelling in commentsSimon Horman2015-04-011-3/+3
* | netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-9/+7
* | netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-11/+11