index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vxlan.c
Age
Commit message (
Expand
)
Author
2015-08-31
ip-tunnel: Use API to access tunnel metadata options.
Pravin B Shelar
2015-08-29
vxlan: do not receive IPv4 packets on IPv6 socket
Jiri Benc
2015-08-29
ip_tunnels: record IP version in tunnel info
Jiri Benc
2015-08-29
ip_tunnels: convert the mode field of ip_tunnel_info to flags
Jiri Benc
2015-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-27
tunnel: introduce udp_tun_rx_dst()
Pravin B Shelar
2015-08-25
vxlan: re-ignore EADDRINUSE from igmp_join
Marcelo Ricardo Leitner
2015-08-23
vxlan: GRO support at tunnel layer
Tom Herbert
2015-08-23
gro: Fix remcsum offload to deal with frags in GRO
Tom Herbert
2015-08-20
vxlan: metadata based tunneling for IPv6
Jiri Benc
2015-08-20
vxlan: do not shadow flags variable
Jiri Benc
2015-08-20
vxlan: provide access function for vxlan socket address family
Jiri Benc
2015-08-20
route: move lwtunnel state to dst_entry
Jiri Benc
2015-08-20
ip_tunnels: use tos and ttl fields also for IPv6
Jiri Benc
2015-08-20
ip_tunnels: add IPv6 addresses to ip_tunnel_key
Jiri Benc
2015-08-18
net: vxlan: convert to using IFF_NO_QUEUE
Phil Sutter
2015-08-10
vxlan: fix fdb_dump index calculation
Atzm Watanabe
2015-08-07
vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATA
Alexei Starovoitov
2015-07-31
vxlan: expose COLLECT_METADATA flag to user space
Alexei Starovoitov
2015-07-31
ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argument
Roopa Prabhu
2015-07-26
vxlan: Use proper endian type for vni in vxlan[6]_xmit_skb
Thomas Graf
2015-07-21
openvswitch: Use regular VXLAN net_device device
Thomas Graf
2015-07-21
vxlan: Factor out device configuration
Thomas Graf
2015-07-21
fib: Add fib rule match on tunnel id
Thomas Graf
2015-07-21
route: Per route IP tunnel metadata via lightweight tunnel
Thomas Graf
2015-07-21
vxlan: Flow based tunneling
Thomas Graf
2015-07-21
net/vxlan: Fix kernel unaligned access in __vxlan_find_mac
Sowmini Varadhan
2015-05-27
vxlan: release lock after each bucket in vxlan_cleanup
Sorin Dumitru
2015-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-05-18
vxlan: correct typo in call to unregister_netdevice_queue
John W. Linville
2015-05-09
netns: rename peernet2id() to peernet2id_alloc()
Nicolas Dichtel
2015-05-05
vxlan: Correctly set flow*i_mark and flow4i_proto in route lookups
Thomas Graf
2015-04-22
vxlan: remove the unnecessary codes
Li RongQing
2015-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-04-09
udptunnels: Call handle_offloads after inserting vlan tag.
Jesse Gross
2015-04-08
vxlan: do not exit on error in vxlan_stop()
WANG Cong
2015-04-08
vxlan: fix a shadow local variable
WANG Cong
2015-04-07
udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().
David Miller
2015-04-01
vxlan: correct spelling in comments
Simon Horman
2015-03-31
netlink: implement nla_get_in_addr and nla_get_in6_addr
Jiri Benc
2015-03-31
netlink: implement nla_put_in_addr and nla_put_in6_addr
Jiri Benc
2015-03-31
vxlan: fix indentation
Jiri Benc
2015-03-23
vxlan: simplify if clause in dev_close
Marcelo Ricardo Leitner
2015-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-20
vxlan: fix possible use of uninitialized in vxlan_igmp_{join, leave}
Marcelo Ricardo Leitner
2015-03-18
vxlan: Move socket initialization to within rtnl scope
Marcelo Ricardo Leitner
2015-03-18
ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}
Marcelo Ricardo Leitner
2015-03-13
vxlan: fix wrong usage of VXLAN_VID_MASK
Alexey Kodanev
2015-03-12
vxlan: Don't set s_addr in vxlan_create_sock
Simon Horman
2015-02-11
vxlan: Use checksum partial with remote checksum offload
Tom Herbert
[next]