summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* vxlan: fix a soft lockup in vxlan module removalCong Wang2013-08-091-2/+0
* vxlan: fix a regression of igmp joinCong Wang2013-08-091-1/+1
* vxlan: fix igmp racesstephen hemminger2013-07-191-15/+38
* vxlan: unregister on namespace exitstephen hemminger2013-07-191-1/+3
* vxlan: add necessary locking on device removalstephen hemminger2013-07-171-0/+6
* vxlan: Fix kernel crash on rmmod.Pravin B Shelar2013-07-111-1/+1
* vxlan: fix function name spellingStephen Hemminger2013-06-251-3/+3
* vxlan: fdb: allow specifying multiple destinations for zero MACMike Rapoport2013-06-251-1/+2
* vxlan: allow removal of single destination from fdb entryMike Rapoport2013-06-251-4/+40
* vxlan: introduce vxlan_fdb_parseMike Rapoport2013-06-251-31/+50
* vxlan: introduce vxlan_fdb_find_rdstMike Rapoport2013-06-251-5/+18
* vxlan: add implicit fdb entry for default destinationMike Rapoport2013-06-251-19/+49
* vxlan: Fix sparse warnings.Pravin B Shelar2013-06-251-2/+2
* vxlan: cosmetic cleanup'sStephen Hemminger2013-06-241-5/+5
* vxlan: Use initializer for dummy structuresStephen Hemminger2013-06-241-13/+11
* vxlan: port module param should be ushortStephen Hemminger2013-06-241-2/+2
* vxlan: convert remotes list to list_rcuStephen Hemminger2013-06-241-42/+55
* vxlan: make vxlan_xmit_one voidStephen Hemminger2013-06-241-17/+9
* vxlan: move cleanup to uninitStephen Hemminger2013-06-241-11/+13
* vxlan: fix race caused by dropping rtnl_unlockStephen Hemminger2013-06-241-27/+84
* vxlan: send notification when MAC migratesStephen Hemminger2013-06-241-0/+1
* vxlan: move IGMP join/leave to work queueStephen Hemminger2013-06-241-63/+40
* vxlan: fix crash from work pending on module removalStephen Hemminger2013-06-241-1/+8
* vxlan: fix out of order operation on module removalStephen Hemminger2013-06-241-1/+1
* ip_tunnels: extend iptunnel_xmit()Pravin B Shelar2013-06-191-24/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-14/+26
|\
| * vxlan: fix check for migration of static entrystephen hemminger2013-06-191-1/+1
| * vxlan: handle skb_clone failurestephen hemminger2013-06-171-3/+5
| * vxlan: only migrate dynamic FDB entriesstephen hemminger2013-06-171-4/+12
| * vxlan: fix race between flush and incoming learningstephen hemminger2013-06-171-7/+9
* | vxlan: defer vxlan init as late as possibleCong Wang2013-05-281-1/+1
* | vxlan: use unsigned int instead of unsignedCong Wang2013-05-281-4/+4
* | vxlan: remove the unused rcu head from struct vxlan_rdstCong Wang2013-05-281-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-05-241-3/+14
|\|
| * vxlan: Update vxlan fdb 'used' field after each usageSridhar Samudrala2013-05-181-3/+14
* | vxlan: listen on multiple portsstephen hemminger2013-05-171-82/+181
|/
* vxlan: do not set SKB_GSO_UDPDmitry Kravkov2013-04-291-1/+1
* vxlan: allow choosing destination port per vxlanstephen hemminger2013-04-291-5/+13
* vxlan: compute source port in network byte orderstephen hemminger2013-04-291-5/+4
* vxlan: source compatiablity with IFLA_VXLAN_GROUP (v2)stephen hemminger2013-04-291-5/+5
* vxlan: fix byte order issues with NDA_PORTstephen hemminger2013-04-291-13/+15
* vxlan: document UDP default portstephen hemminger2013-04-291-2/+4
* vxlan: update mail address and copyright datestephen hemminger2013-04-291-2/+2
* VXLAN: Allow L2 redirection with L3 switchingDavid Stevens2013-04-221-7/+23
* vxlan: Allow setting destination to unicast address.Atzm Watanabe2013-04-161-43/+30
* vxlan: don't bypass encapsulation for multi- and broadcastsMike Rapoport2013-04-151-1/+2
* vxlan: use htonl when snooping for loopback addressMike Rapoport2013-04-141-1/+2
* vxlan: fix some sparse warningsWei Yongjun2013-04-121-2/+2
* vxlan: Bypass encapsulation if the destination is localSridhar Samudrala2013-04-071-16/+43
* VXLAN: Fix sparse warnings.Pravin B Shelar2013-03-271-5/+4