summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* vxlan: Update hard_header_len based on lowerdev when instantiating VXLANAlexander Duyck2012-11-141-0/+4
* vxlan: fix a typo.Rami Rosen2012-11-131-1/+1
* vxlan: Fix error that was resulting in VXLAN MTU size being 10 bytes too largeAlexander Duyck2012-11-131-2/+2
* vxlan: don't expire permanent entriesstephen hemminger2012-10-311-1/+1
* vxlan: fix oops when give unknown ifindexstephen hemminger2012-10-111-6/+10
* vxlan: fix receive checksum handlingstephen hemminger2012-10-111-2/+1Star
* vxlan: add additional headroomstephen hemminger2012-10-111-0/+1
* vxlan: allow configuring port rangestephen hemminger2012-10-111-5/+57
* 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/+0Star
* vxlan: put UDP socket in correct namespacestephen hemminger2012-10-021-3/+5
* vxlan: virtual extensible lanstephen hemminger2012-10-021-0/+1217