aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-10vxlan: fix oops when give unknown ifindexstephen hemminger1-6/+10
2012-10-10vxlan: fix receive checksum handlingstephen hemminger1-2/+1
2012-10-10vxlan: add additional headroomstephen hemminger1-0/+1
2012-10-10vxlan: allow configuring port rangestephen hemminger1-5/+57
2012-10-10vxlan: associate with tunnel socket on transmitstephen hemminger1-0/+19
2012-10-10vxlan: use ip_route_outputstephen hemminger1-4/+8
2012-10-10vxlan: fix byte order in hash functionstephen hemminger1-2/+2
2012-10-10vxlan: minor output refactoringstephen hemminger1-11/+20
2012-10-08vxlan: fix more sparse warningsStephen Hemminger1-2/+2
2012-10-07vxlan: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2012-10-02vxlan: put UDP socket in correct namespacestephen hemminger1-3/+5
2012-10-01vxlan: virtual extensible lanstephen hemminger1-0/+1217