summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* vxlan: allow live mac address changestephen hemminger2013-01-031-0/+1
* net/vxlan: Use the underlying device index when joining/leaving multicast groupsYan Burman2012-12-261-2/+4
* vxlan: Add capability of Rx checksum offload for inner packetJoseph Gasparakis2012-12-091-2/+14
* vxlan: capture inner headers during encapsulationJoseph Gasparakis2012-12-091-1/+9
* add DOVE extensions for VXLANDavid Stevens2012-11-201-25/+231
* vxlan: remove unused variable.Rami Rosen2012-11-171-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-171-3/+7
|\
| * vxlan: Update hard_header_len based on lowerdev when instantiating VXLANAlexander Duyck2012-11-131-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
* | net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang2012-11-141-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-101-1/+1
|\|
| * vxlan: don't expire permanent entriesstephen hemminger2012-10-311-1/+1
* | vxlan: allow a user to set TTL valueVincent Bernat2012-11-031-0/+3
|/
* vxlan: fix oops when give unknown ifindexstephen hemminger2012-10-101-6/+10
* vxlan: fix receive checksum handlingstephen hemminger2012-10-101-2/+1
* vxlan: add additional headroomstephen hemminger2012-10-101-0/+1
* vxlan: allow configuring port rangestephen hemminger2012-10-101-5/+57
* vxlan: associate with tunnel socket on transmitstephen hemminger2012-10-101-0/+19
* vxlan: use ip_route_outputstephen hemminger2012-10-101-4/+8
* vxlan: fix byte order in hash functionstephen hemminger2012-10-101-2/+2
* vxlan: minor output refactoringstephen hemminger2012-10-101-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-011-0/+1217