aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)Author
2013-03-07vxlan: fix oops when delete netns containing vxlanZang MingJie
2013-03-06reset nf before xmit vxlan encapsulated packetZang MingJie
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-25VXLAN: Use tunnel_ip_select_ident() for tunnel IP-Identification.Pravin B Shelar
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich
2013-01-30net/vxlan: Add ethtool drvinfoYan Burman
2013-01-03vxlan: allow live mac address changestephen hemminger
2012-12-26net/vxlan: Use the underlying device index when joining/leaving multicast groupsYan Burman
2012-12-09vxlan: Add capability of Rx checksum offload for inner packetJoseph Gasparakis
2012-12-09vxlan: capture inner headers during encapsulationJoseph Gasparakis
2012-11-20add DOVE extensions for VXLANDavid Stevens
2012-11-17vxlan: remove unused variable.Rami Rosen
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-14net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang
2012-11-13vxlan: Update hard_header_len based on lowerdev when instantiating VXLANAlexander Duyck
2012-11-13vxlan: fix a typo.Rami Rosen
2012-11-13vxlan: Fix error that was resulting in VXLAN MTU size being 10 bytes too largeAlexander Duyck
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-03vxlan: allow a user to set TTL valueVincent Bernat
2012-10-31vxlan: don't expire permanent entriesstephen hemminger
2012-10-10vxlan: fix oops when give unknown ifindexstephen hemminger
2012-10-10vxlan: fix receive checksum handlingstephen hemminger
2012-10-10vxlan: add additional headroomstephen hemminger
2012-10-10vxlan: allow configuring port rangestephen hemminger
2012-10-10vxlan: associate with tunnel socket on transmitstephen hemminger
2012-10-10vxlan: use ip_route_outputstephen hemminger
2012-10-10vxlan: fix byte order in hash functionstephen hemminger
2012-10-10vxlan: minor output refactoringstephen hemminger
2012-10-08vxlan: fix more sparse warningsStephen Hemminger
2012-10-07vxlan: remove unused including <linux/version.h>Wei Yongjun
2012-10-02vxlan: put UDP socket in correct namespacestephen hemminger
2012-10-01vxlan: virtual extensible lanstephen hemminger