aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-26net/vxlan: Use the underlying device index when joining/leaving multicast groupsYan Burman1-2/+4
2012-12-09vxlan: Add capability of Rx checksum offload for inner packetJoseph Gasparakis1-2/+14
2012-12-09vxlan: capture inner headers during encapsulationJoseph Gasparakis1-1/+9
2012-11-20add DOVE extensions for VXLANDavid Stevens1-25/+231
2012-11-17vxlan: remove unused variable.Rami Rosen1-1/+0
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2012-11-14net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang1-1/+1
2012-11-13vxlan: Update hard_header_len based on lowerdev when instantiating VXLANAlexander Duyck1-0/+4
2012-11-13vxlan: fix a typo.Rami Rosen1-1/+1
2012-11-13vxlan: Fix error that was resulting in VXLAN MTU size being 10 bytes too largeAlexander Duyck1-2/+2
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-11-03vxlan: allow a user to set TTL valueVincent Bernat1-0/+3
2012-10-31vxlan: don't expire permanent entriesstephen hemminger1-1/+1
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