Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
floodlight
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
croft1
floodlight
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
3623e1e30c7362d25312f61d457bda7ba877f69b
Select Git revision
Branches
20
gh-pages
hot-failover
master
default
protected
master-green
master-prejava8
perf-test
release.asplus
release.asplus.bvs
revert-555-master
revert-559-revert-555-master
revert-594-master
v0.8
v0.82
v0.85
v0.90
v0.91
v1.0
v1.1
v1.2
wallaby
Tags
10
v1.2
v0.91
v1.1
v1.0
v0.90
v0.85
v0.82
v0.8
asplus-rc5
asplus-rc2
30 results
Begin with the selected commit
Created with Raphaël 2.2.0
24
Mar
23
22
21
20
19
17
16
15
14
13
12
11
9
8
7
6
5
4
3
2
1
29
Feb
28
27
25
24
23
22
21
20
17
16
15
14
13
12
10
9
8
7
6
3
1
31
Jan
30
29
28
27
25
24
23
21
20
19
18
17
16
15
14
13
12
13
12
11
10
9
8
4
3
2
1
31
Dec
30
22
23
22
21
20
19
16
remove unnecessary daily deviceStorage, some cleanup in deviceAging
Merge into master from pull request #59:
Merge remote-tracking branch 'floodlight/master'
Merge into master from pull request #58:
Change type of port from Short to short and fix toString.
Fix null pointer exception in logging code
Attachment point move suppresion when moving from non-broadcast domain port to broadcast domain port wasn't working. Fixed.
Merge branch 'devicemanager' of github.com:readams/floodlight into newdevicemanager
Increase the timeout for switching attachment point from non broadcast domain ports to broadcast domain ports to 5 minutes (from 5 seconds).
Change BDDP ether type to 0x8999, and correctly drop STP packets
If the attachment point of device moves too fast from a non-broadcast domain switch port to a broadcast domain switch port, ignore learning and stop processing the packets.
remove unnecessary daily deviceStorage, some cleanup in deviceAging
release.asplus
release.asplus
Merge pull request #57 from capveg/master
fixed NPE race condition in topologymgr
Expose topology.isBroadcastDomainPort()
Merge into master from pull request #56:
Changes to the module loading system.
Merge into master from pull request #55:
Add BSN probe packet
Extend LLDP packet to BDDP.
Oooops forgot these files.
Fix to unit tests.
Move the thread pool out of IFloodlightProvider and into it's own service (ITheadPoolService).
Merge branch 'master' of github.com:floodlight/floodlight
Removing a log message that was used for debugging.
Merge into master from pull request #54:
Updates to writing link type to storage.
Change output of Processing Time module so it's easier to understand.
Add a method to allow re-directing flows if needed.
Merge branch 'master' of github.com:floodlight/floodlight
Adding getPorts() and getBroadcastPorts() methods to ITopologyService interface.
Remove link from tunnel and broadcast domain link sets if it is a direct link.
Merge into master from pull request #53:
Lazy load configuration parameter maps for modules.
Rewrite the PacketInProcessingTime module.
Device manager will learn new attachment points only if the switch ports do not belong to the same broadcast domain.
Merge into master from pull request #52:
allow MAC-IP learning from both ARP request and reply
Move new topology instance computation as a singleton task.
Merge into master from pull request #51:
Loading