index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vxlan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-29
vxlan: do not set SKB_GSO_UDP
Dmitry Kravkov
1
-1
/
+1
2013-04-29
vxlan: allow choosing destination port per vxlan
stephen hemminger
1
-5
/
+13
2013-04-29
vxlan: compute source port in network byte order
stephen hemminger
1
-5
/
+4
2013-04-29
vxlan: source compatiablity with IFLA_VXLAN_GROUP (v2)
stephen hemminger
1
-5
/
+5
2013-04-29
vxlan: fix byte order issues with NDA_PORT
stephen hemminger
1
-13
/
+15
2013-04-29
vxlan: document UDP default port
stephen hemminger
1
-2
/
+4
2013-04-29
vxlan: update mail address and copyright date
stephen hemminger
1
-2
/
+2
2013-04-22
VXLAN: Allow L2 redirection with L3 switching
David Stevens
1
-7
/
+23
2013-04-16
vxlan: Allow setting destination to unicast address.
Atzm Watanabe
1
-43
/
+30
2013-04-15
vxlan: don't bypass encapsulation for multi- and broadcasts
Mike Rapoport
1
-1
/
+2
2013-04-14
vxlan: use htonl when snooping for loopback address
Mike Rapoport
1
-1
/
+2
2013-04-12
vxlan: fix some sparse warnings
Wei Yongjun
1
-2
/
+2
2013-04-07
vxlan: Bypass encapsulation if the destination is local
Sridhar Samudrala
1
-16
/
+43
2013-03-27
VXLAN: Fix sparse warnings.
Pravin B Shelar
1
-5
/
+4
2013-03-26
VXLAN: Use IP Tunnels tunnel ENC encap API
Pravin B Shelar
1
-24
/
+2
2013-03-26
VXLAN: Fix vxlan stats handling.
Pravin B Shelar
1
-65
/
+7
2013-03-26
GRE: Refactor GRE tunneling code.
Pravin B Shelar
1
-1
/
+1
2013-03-17
vxlan: generalize forwarding tables
David Stevens
1
-57
/
+206
2013-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+10
2013-03-10
tunnel: use iptunnel_xmit() again
Cong Wang
1
-13
/
+1
2013-03-09
VXLAN: Use UDP Tunnel segmention.
Pravin B Shelar
1
-3
/
+18
2013-03-07
vxlan: fix oops when delete netns containing vxlan
Zang MingJie
1
-0
/
+8
2013-03-06
reset nf before xmit vxlan encapsulated packet
Zang MingJie
1
-0
/
+2
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-8
/
+4
2013-02-25
VXLAN: Use tunnel_ip_select_ident() for tunnel IP-Identification.
Pravin B Shelar
1
-1
/
+2
2013-02-13
bridge: Add vlan support to static neighbors
Vlad Yasevich
1
-1
/
+2
2013-01-30
net/vxlan: Add ethtool drvinfo
Yan Burman
1
-0
/
+15
2013-01-03
vxlan: allow live mac address change
stephen hemminger
1
-0
/
+1
2012-12-26
net/vxlan: Use the underlying device index when joining/leaving multicast groups
Yan Burman
1
-2
/
+4
2012-12-09
vxlan: Add capability of Rx checksum offload for inner packet
Joseph Gasparakis
1
-2
/
+14
2012-12-09
vxlan: capture inner headers during encapsulation
Joseph Gasparakis
1
-1
/
+9
2012-11-20
add DOVE extensions for VXLAN
David Stevens
1
-25
/
+231
2012-11-17
vxlan: remove unused variable.
Rami Rosen
1
-1
/
+0
2012-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+7
2012-11-14
net: convert __IPTUNNEL_XMIT() to an inline function
Amerigo Wang
1
-1
/
+1
2012-11-13
vxlan: Update hard_header_len based on lowerdev when instantiating VXLAN
Alexander Duyck
1
-0
/
+4
2012-11-13
vxlan: fix a typo.
Rami Rosen
1
-1
/
+1
2012-11-13
vxlan: Fix error that was resulting in VXLAN MTU size being 10 bytes too large
Alexander Duyck
1
-2
/
+2
2012-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2012-11-03
vxlan: allow a user to set TTL value
Vincent Bernat
1
-0
/
+3
2012-10-31
vxlan: don't expire permanent entries
stephen hemminger
1
-1
/
+1
2012-10-10
vxlan: fix oops when give unknown ifindex
stephen hemminger
1
-6
/
+10
2012-10-10
vxlan: fix receive checksum handling
stephen hemminger
1
-2
/
+1
2012-10-10
vxlan: add additional headroom
stephen hemminger
1
-0
/
+1
2012-10-10
vxlan: allow configuring port range
stephen hemminger
1
-5
/
+57
2012-10-10
vxlan: associate with tunnel socket on transmit
stephen hemminger
1
-0
/
+19
2012-10-10
vxlan: use ip_route_output
stephen hemminger
1
-4
/
+8
2012-10-10
vxlan: fix byte order in hash function
stephen hemminger
1
-2
/
+2
2012-10-10
vxlan: minor output refactoring
stephen hemminger
1
-11
/
+20
2012-10-08
vxlan: fix more sparse warnings
Stephen Hemminger
1
-2
/
+2
[next]