summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAgeFilesLines
...
* vxlan: Extend vxlan handlers for openvswitch.Pravin B Shelar2013-08-201-26/+19Star
* vxlan: Add vxlan recv demux.Pravin B Shelar2013-08-201-36/+67
* vxlan: Restructure vxlan receive.Pravin B Shelar2013-08-201-15/+7Star
* vxlan: Restructure vxlan socket apis.Pravin B Shelar2013-08-201-41/+51
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-171-3/+1Star
|\
| * vxlan: fix a soft lockup in vxlan module removalCong Wang2013-08-091-2/+0Star
| * vxlan: fix a regression of igmp joinCong Wang2013-08-091-1/+1
* | vxlan: fix rcu related warningstephen hemminger2013-08-051-5/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-041-16/+41
|\|
| * vxlan: fix igmp racesstephen hemminger2013-07-201-15/+38
| * vxlan: unregister on namespace exitstephen hemminger2013-07-201-1/+3
* | vxlan fdb replace an existing entryThomas Richter2013-07-241-0/+38
|/
* 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-261-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/+11Star
* 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/+9Star
* 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/+40Star
* 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-201-24/+8Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-201-14/+26
|\
| * vxlan: fix check for migration of static entrystephen hemminger2013-06-191-1/+1
| * vxlan: handle skb_clone failurestephen hemminger2013-06-181-3/+5
| * vxlan: only migrate dynamic FDB entriesstephen hemminger2013-06-181-4/+12
| * vxlan: fix race between flush and incoming learningstephen hemminger2013-06-181-7/+9
* | vxlan: defer vxlan init as late as possibleCong Wang2013-05-291-1/+1
* | vxlan: use unsigned int instead of unsignedCong Wang2013-05-291-4/+4
* | vxlan: remove the unused rcu head from struct vxlan_rdstCong Wang2013-05-291-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-05-251-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/+4Star
* 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