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