aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar1-24/+8
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+26
2013-06-19vxlan: fix check for migration of static entrystephen hemminger1-1/+1
2013-06-17vxlan: handle skb_clone failurestephen hemminger1-3/+5
2013-06-17vxlan: only migrate dynamic FDB entriesstephen hemminger1-4/+12
2013-06-17vxlan: fix race between flush and incoming learningstephen hemminger1-7/+9
2013-05-28vxlan: defer vxlan init as late as possibleCong Wang1-1/+1
2013-05-28vxlan: use unsigned int instead of unsignedCong Wang1-4/+4
2013-05-28vxlan: remove the unused rcu head from struct vxlan_rdstCong Wang1-1/+0
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+14
2013-05-18vxlan: Update vxlan fdb 'used' field after each usageSridhar Samudrala1-3/+14
2013-05-17vxlan: listen on multiple portsstephen hemminger1-82/+181
2013-04-29vxlan: do not set SKB_GSO_UDPDmitry Kravkov1-1/+1
2013-04-29vxlan: allow choosing destination port per vxlanstephen hemminger1-5/+13
2013-04-29vxlan: compute source port in network byte orderstephen hemminger1-5/+4
2013-04-29vxlan: source compatiablity with IFLA_VXLAN_GROUP (v2)stephen hemminger1-5/+5
2013-04-29vxlan: fix byte order issues with NDA_PORTstephen hemminger1-13/+15
2013-04-29vxlan: document UDP default portstephen hemminger1-2/+4
2013-04-29vxlan: update mail address and copyright datestephen hemminger1-2/+2
2013-04-22VXLAN: Allow L2 redirection with L3 switchingDavid Stevens1-7/+23
2013-04-16vxlan: Allow setting destination to unicast address.Atzm Watanabe1-43/+30
2013-04-15vxlan: don't bypass encapsulation for multi- and broadcastsMike Rapoport1-1/+2
2013-04-14vxlan: use htonl when snooping for loopback addressMike Rapoport1-1/+2
2013-04-12vxlan: fix some sparse warningsWei Yongjun1-2/+2
2013-04-07vxlan: Bypass encapsulation if the destination is localSridhar Samudrala1-16/+43
2013-03-27VXLAN: Fix sparse warnings.Pravin B Shelar1-5/+4
2013-03-26VXLAN: Use IP Tunnels tunnel ENC encap APIPravin B Shelar1-24/+2
2013-03-26VXLAN: Fix vxlan stats handling.Pravin B Shelar1-65/+7
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar1-1/+1
2013-03-17vxlan: generalize forwarding tablesDavid Stevens1-57/+206
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+10
2013-03-10tunnel: use iptunnel_xmit() againCong Wang1-13/+1
2013-03-09VXLAN: Use UDP Tunnel segmention.Pravin B Shelar1-3/+18
2013-03-07vxlan: fix oops when delete netns containing vxlanZang MingJie1-0/+8
2013-03-06reset nf before xmit vxlan encapsulated packetZang MingJie1-0/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-8/+4
2013-02-25VXLAN: Use tunnel_ip_select_ident() for tunnel IP-Identification.Pravin B Shelar1-1/+2
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich1-1/+2
2013-01-30net/vxlan: Add ethtool drvinfoYan Burman1-0/+15
2013-01-03vxlan: allow live mac address changestephen hemminger1-0/+1
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