index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vxlan.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vxlan: metadata based tunneling for IPv6
Jiri Benc
2015-08-21
1
-29
/
+40
*
vxlan: do not shadow flags variable
Jiri Benc
2015-08-21
1
-4
/
+4
*
vxlan: provide access function for vxlan socket address family
Jiri Benc
2015-08-21
1
-4
/
+4
*
route: move lwtunnel state to dst_entry
Jiri Benc
2015-08-21
1
-2
/
+2
*
ip_tunnels: use tos and ttl fields also for IPv6
Jiri Benc
2015-08-21
1
-4
/
+4
*
ip_tunnels: add IPv6 addresses to ip_tunnel_key
Jiri Benc
2015-08-21
1
-3
/
+3
*
net: vxlan: convert to using IFF_NO_QUEUE
Phil Sutter
2015-08-18
1
-2
/
+1
*
vxlan: fix fdb_dump index calculation
Atzm Watanabe
2015-08-11
1
-5
/
+5
*
vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATA
Alexei Starovoitov
2015-08-07
1
-11
/
+6
*
vxlan: expose COLLECT_METADATA flag to user space
Alexei Starovoitov
2015-08-01
1
-0
/
+5
*
ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argument
Roopa Prabhu
2015-08-01
1
-1
/
+1
*
vxlan: Use proper endian type for vni in vxlan[6]_xmit_skb
Thomas Graf
2015-07-27
1
-2
/
+2
*
openvswitch: Use regular VXLAN net_device device
Thomas Graf
2015-07-21
1
-126
/
+116
*
vxlan: Factor out device configuration
Thomas Graf
2015-07-21
1
-155
/
+177
*
fib: Add fib rule match on tunnel id
Thomas Graf
2015-07-21
1
-1
/
+2
*
route: Per route IP tunnel metadata via lightweight tunnel
Thomas Graf
2015-07-21
1
-2
/
+8
*
vxlan: Flow based tunneling
Thomas Graf
2015-07-21
1
-22
/
+127
*
net/vxlan: Fix kernel unaligned access in __vxlan_find_mac
Sowmini Varadhan
2015-07-21
1
-1
/
+1
*
vxlan: release lock after each bucket in vxlan_cleanup
Sorin Dumitru
2015-05-27
1
-2
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-05-23
1
-1
/
+1
|
\
|
*
vxlan: correct typo in call to unregister_netdevice_queue
John W. Linville
2015-05-18
1
-1
/
+1
*
|
netns: rename peernet2id() to peernet2id_alloc()
Nicolas Dichtel
2015-05-10
1
-1
/
+1
*
|
vxlan: Correctly set flow*i_mark and flow4i_proto in route lookups
Thomas Graf
2015-05-06
1
-0
/
+3
|
/
*
vxlan: remove the unnecessary codes
Li RongQing
2015-04-23
1
-5
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-04-14
1
-10
/
+10
|
\
|
*
udptunnels: Call handle_offloads after inserting vlan tag.
Jesse Gross
2015-04-09
1
-10
/
+10
*
|
vxlan: do not exit on error in vxlan_stop()
WANG Cong
2015-04-09
1
-4
/
+1
*
|
vxlan: fix a shadow local variable
WANG Cong
2015-04-08
1
-1
/
+0
*
|
udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().
David Miller
2015-04-07
1
-6
/
+8
*
|
vxlan: correct spelling in comments
Simon Horman
2015-04-02
1
-3
/
+3
*
|
netlink: implement nla_get_in_addr and nla_get_in6_addr
Jiri Benc
2015-03-31
1
-9
/
+7
*
|
netlink: implement nla_put_in_addr and nla_put_in6_addr
Jiri Benc
2015-03-31
1
-11
/
+11
*
|
vxlan: fix indentation
Jiri Benc
2015-03-31
1
-44
/
+44
*
|
vxlan: simplify if clause in dev_close
Marcelo Ricardo Leitner
2015-03-23
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-20
1
-2
/
+2
|
\
|
|
*
vxlan: fix wrong usage of VXLAN_VID_MASK
Alexey Kodanev
2015-03-13
1
-2
/
+2
*
|
vxlan: fix possible use of uninitialized in vxlan_igmp_{join, leave}
Marcelo Ricardo Leitner
2015-03-20
1
-2
/
+2
*
|
vxlan: Move socket initialization to within rtnl scope
Marcelo Ricardo Leitner
2015-03-19
1
-102
/
+51
*
|
ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}
Marcelo Ricardo Leitner
2015-03-19
1
-1
/
+4
*
|
vxlan: Don't set s_addr in vxlan_create_sock
Simon Horman
2015-03-13
1
-1
/
+0
|
/
*
vxlan: Use checksum partial with remote checksum offload
Tom Herbert
2015-02-12
1
-6
/
+19
*
net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload
Tom Herbert
2015-02-12
1
-2
/
+2
*
net: Fix remcsum in GRO path to not change packet
Tom Herbert
2015-02-12
1
-10
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-02-09
1
-1
/
+1
|
\
|
*
vxlan: Wrong type passed to %pIS
Rasmus Villemoes
2015-02-09
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-02-05
1
-5
/
+5
|
\
|
|
*
vxlan: setup the right link netns in newlink hdlr
Nicolas Dichtel
2015-01-29
1
-5
/
+5
*
|
vxlan: Only set has-GBP bit in header if any other bits would be set
Thomas Graf
2015-02-05
1
-0
/
+3
*
|
net: add skb functions to process remote checksum offload
Tom Herbert
2015-02-04
1
-16
/
+2
*
|
vxlan: advertise link netns in fdb messages
Nicolas Dichtel
2015-01-28
1
-2
/
+3
[next]