summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* vxlan: do not use fdb in metadata modeJiri Benc2016-02-181-3/+5
* vxlan: clear IFF_TX_SKB_SHARINGJiri Benc2016-02-181-0/+1
* 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-291-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-111-4/+10
|\
| * udp: restrict offloads to one namespaceHannes Frederic Sowa2016-01-101-1/+1
| * vxlan: fix test which detect duplicate vxlan ifaceNicolas Dichtel2016-01-091-3/+9
* | ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-251-5/+4
|/
* vxlan: interpret IP headers for ECN correctlyJiri Benc2015-12-071-4/+2
* 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-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