summaryrefslogtreecommitdiff
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)Author
2013-08-09vxlan: fix a soft lockup in vxlan module removalCong Wang
2013-08-09vxlan: fix a regression of igmp joinCong Wang
2013-07-19vxlan: fix igmp racesstephen hemminger
2013-07-19vxlan: unregister on namespace exitstephen hemminger
2013-07-17vxlan: add necessary locking on device removalstephen hemminger
2013-07-11vxlan: Fix kernel crash on rmmod.Pravin B Shelar
2013-06-25vxlan: fix function name spellingStephen Hemminger
2013-06-25vxlan: fdb: allow specifying multiple destinations for zero MACMike Rapoport
2013-06-25vxlan: allow removal of single destination from fdb entryMike Rapoport
2013-06-25vxlan: introduce vxlan_fdb_parseMike Rapoport
2013-06-25vxlan: introduce vxlan_fdb_find_rdstMike Rapoport
2013-06-25vxlan: add implicit fdb entry for default destinationMike Rapoport
2013-06-25vxlan: Fix sparse warnings.Pravin B Shelar
2013-06-24vxlan: cosmetic cleanup'sStephen Hemminger
2013-06-24vxlan: Use initializer for dummy structuresStephen Hemminger
2013-06-24vxlan: port module param should be ushortStephen Hemminger
2013-06-24vxlan: convert remotes list to list_rcuStephen Hemminger
2013-06-24vxlan: make vxlan_xmit_one voidStephen Hemminger
2013-06-24vxlan: move cleanup to uninitStephen Hemminger
2013-06-24vxlan: fix race caused by dropping rtnl_unlockStephen Hemminger
2013-06-24vxlan: send notification when MAC migratesStephen Hemminger
2013-06-24vxlan: move IGMP join/leave to work queueStephen Hemminger
2013-06-24vxlan: fix crash from work pending on module removalStephen Hemminger
2013-06-24vxlan: fix out of order operation on module removalStephen Hemminger
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-19vxlan: fix check for migration of static entrystephen hemminger
2013-06-17vxlan: handle skb_clone failurestephen hemminger
2013-06-17vxlan: only migrate dynamic FDB entriesstephen hemminger
2013-06-17vxlan: fix race between flush and incoming learningstephen hemminger
2013-05-28vxlan: defer vxlan init as late as possibleCong Wang
2013-05-28vxlan: use unsigned int instead of unsignedCong Wang
2013-05-28vxlan: remove the unused rcu head from struct vxlan_rdstCong Wang
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-05-18vxlan: Update vxlan fdb 'used' field after each usageSridhar Samudrala
2013-05-17vxlan: listen on multiple portsstephen hemminger
2013-04-29vxlan: do not set SKB_GSO_UDPDmitry Kravkov
2013-04-29vxlan: allow choosing destination port per vxlanstephen hemminger
2013-04-29vxlan: compute source port in network byte orderstephen hemminger
2013-04-29vxlan: source compatiablity with IFLA_VXLAN_GROUP (v2)stephen hemminger
2013-04-29vxlan: fix byte order issues with NDA_PORTstephen hemminger
2013-04-29vxlan: document UDP default portstephen hemminger
2013-04-29vxlan: update mail address and copyright datestephen hemminger
2013-04-22VXLAN: Allow L2 redirection with L3 switchingDavid Stevens
2013-04-16vxlan: Allow setting destination to unicast address.Atzm Watanabe
2013-04-15vxlan: don't bypass encapsulation for multi- and broadcastsMike Rapoport
2013-04-14vxlan: use htonl when snooping for loopback addressMike Rapoport
2013-04-12vxlan: fix some sparse warningsWei Yongjun
2013-04-07vxlan: Bypass encapsulation if the destination is localSridhar Samudrala
2013-03-27VXLAN: Fix sparse warnings.Pravin B Shelar