summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-09vxlan: fix a soft lockup in vxlan module removalCong Wang1-2/+0
2013-08-09vxlan: fix a regression of igmp joinCong Wang1-1/+1
2013-07-20vxlan: fix igmp racesstephen hemminger1-15/+38
2013-07-20vxlan: unregister on namespace exitstephen hemminger1-1/+3
2013-07-17vxlan: add necessary locking on device removalstephen hemminger1-0/+6
2013-07-11vxlan: Fix kernel crash on rmmod.Pravin B Shelar1-1/+1
2013-06-26vxlan: fix function name spellingStephen Hemminger1-3/+3
2013-06-25vxlan: fdb: allow specifying multiple destinations for zero MACMike Rapoport1-1/+2
2013-06-25vxlan: allow removal of single destination from fdb entryMike Rapoport1-4/+40
2013-06-25vxlan: introduce vxlan_fdb_parseMike Rapoport1-31/+50
2013-06-25vxlan: introduce vxlan_fdb_find_rdstMike Rapoport1-5/+18
2013-06-25vxlan: add implicit fdb entry for default destinationMike Rapoport1-19/+49
2013-06-25vxlan: Fix sparse warnings.Pravin B Shelar1-2/+2
2013-06-24vxlan: cosmetic cleanup'sStephen Hemminger1-5/+5
2013-06-24vxlan: Use initializer for dummy structuresStephen Hemminger1-13/+11
2013-06-24vxlan: port module param should be ushortStephen Hemminger1-2/+2
2013-06-24vxlan: convert remotes list to list_rcuStephen Hemminger1-42/+55
2013-06-24vxlan: make vxlan_xmit_one voidStephen Hemminger1-17/+9
2013-06-24vxlan: move cleanup to uninitStephen Hemminger1-11/+13
2013-06-24vxlan: fix race caused by dropping rtnl_unlockStephen Hemminger1-27/+84
2013-06-24vxlan: send notification when MAC migratesStephen Hemminger1-0/+1
2013-06-24vxlan: move IGMP join/leave to work queueStephen Hemminger1-63/+40
2013-06-24vxlan: fix crash from work pending on module removalStephen Hemminger1-1/+8
2013-06-24vxlan: fix out of order operation on module removalStephen Hemminger1-1/+1
2013-06-20ip_tunnels: extend iptunnel_xmit()Pravin B Shelar1-24/+8
2013-06-20Merge 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-18vxlan: handle skb_clone failurestephen hemminger1-3/+5
2013-06-18vxlan: only migrate dynamic FDB entriesstephen hemminger1-4/+12
2013-06-18vxlan: fix race between flush and incoming learningstephen hemminger1-7/+9
2013-05-29vxlan: defer vxlan init as late as possibleCong Wang1-1/+1
2013-05-29vxlan: use unsigned int instead of unsignedCong Wang1-4/+4
2013-05-29vxlan: remove the unused rcu head from struct vxlan_rdstCong Wang1-1/+0
2013-05-25Merge 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-18vxlan: 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-23VXLAN: Allow L2 redirection with L3 switchingDavid Stevens1-7/+23
2013-04-17vxlan: 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-08vxlan: Bypass encapsulation if the destination is localSridhar Samudrala1-16/+43
2013-03-27VXLAN: Fix sparse warnings.Pravin B Shelar1-5/+4