summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* vxlan: associate with tunnel socket on transmitstephen hemminger2012-10-111-0/+19
* vxlan: use ip_route_outputstephen hemminger2012-10-111-4/+8
* vxlan: fix byte order in hash functionstephen hemminger2012-10-111-2/+2
* vxlan: minor output refactoringstephen hemminger2012-10-111-11/+20
* vxlan: fix more sparse warningsStephen Hemminger2012-10-081-2/+2
* vxlan: remove unused including <linux/version.h>Wei Yongjun2012-10-071-1/+0
* vxlan: put UDP socket in correct namespacestephen hemminger2012-10-021-3/+5
* vxlan: virtual extensible lanstephen hemminger2012-10-021-0/+1217