index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
etherswitch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
4
-4
/
+4
*
[mdio] migrate mdiobus out of etherswitch and into a top-level device of its ...
adrian
2015-12-26
15
-188
/
+12
*
[arswitch] bump the number of ports on the ar934x internal switch.
adrian
2015-12-15
1
-2
/
+2
*
Introduce e6000sw etherswitch support
zbb
2015-10-25
2
-0
/
+1161
*
AR8327: Fix up the ability to configure the vlangroup configuration for the C...
adrian
2015-10-20
1
-1
/
+9
*
Fix French typos in etherswitch.
rpaulo
2015-04-18
1
-61
/
+61
*
Turns out the AR933x looks like the AR7240/AR7241 switch as far as VLAN
adrian
2015-03-28
1
-1
/
+0
*
Commit 802.1q configuration support for the AR8327.
adrian
2015-03-13
4
-35
/
+217
*
Methodise a couple more of the VLAN methods.
adrian
2015-03-08
4
-12
/
+18
*
Add per-port vlan support for the AR8327.
adrian
2015-03-08
6
-31
/
+145
*
Fix up support for the AR8327.
adrian
2015-03-08
6
-66
/
+237
*
AR8327: Disable energy-efficient ethernet support in the PHYs.
adrian
2015-03-01
1
-18
/
+31
*
Bump the port mask on the AR8327 ethernet switch from 0x3f to 0x7f.
adrian
2015-03-01
1
-2
/
+2
*
Add another register definition for the AR8327.
adrian
2015-02-28
1
-0
/
+3
*
Add another revision of the AR8327.
adrian
2014-07-26
1
-0
/
+1
*
Revert r268543.
rpaulo
2014-07-12
10
-10
/
+10
*
Move iic.h to sys/ so that it's automatically installed in /usr/include/sys.
rpaulo
2014-07-12
10
-10
/
+10
*
Allow the PVID setting on CPU port.
loos
2014-07-05
1
-2
/
+8
*
Initialize the switch vlan table at attachment.
loos
2014-07-03
1
-7
/
+33
*
Fix the reported status for the switch CPU port which was (wrongly)
loos
2014-07-01
2
-2
/
+2
*
Add the CPU port flag to the CPU port on rtl8366 (port 5).
loos
2014-07-01
2
-4
/
+8
*
Fix the build with debug enabled and remove a variable used only at switch
loos
2014-05-09
2
-11
/
+4
*
Fix a bug on ip17x switch initialization which will fail as soon as you
loos
2014-05-09
2
-2
/
+2
*
Add a description here.
adrian
2014-03-02
1
-0
/
+3
*
Set all of the ports into the same vlangroup; there's only one vlangroup
adrian
2014-03-02
1
-5
/
+4
*
Add ATU flush support.
adrian
2014-03-02
3
-1
/
+79
*
Add AR8216 era ATU management/configuration register definitions.
adrian
2014-03-02
1
-6
/
+31
*
(I think!) make the AR8327 switch correctly handle traffic.
adrian
2014-03-01
1
-1
/
+31
*
Be paranoid about bit operations here.
adrian
2014-03-01
1
-1
/
+1
*
Remove now dead code.
adrian
2014-03-01
1
-10
/
+0
*
Add missing includes and remove two unused ones.
brueffer
2014-02-27
3
-2
/
+9
*
Add LED setup support for the AR8327.
adrian
2014-02-26
1
-0
/
+67
*
Add in the SGMII configuration code. The DB120 doesn't use it, so I
adrian
2014-02-26
1
-2
/
+55
*
Undo the DB120 hard-coded values in the AR8327 code and fetch it from
adrian
2014-02-26
1
-23
/
+210
*
Add in port0/port6 configuration as part of the platform data code path.
adrian
2014-02-24
2
-45
/
+59
*
Link the AR8327 to the build.
adrian
2014-02-24
1
-0
/
+3
*
Add initial AR8327 support.
adrian
2014-02-24
2
-0
/
+564
*
Methodize the arswitch VLAN routines.
adrian
2014-02-24
3
-18
/
+35
*
* Ensure enough ports/phys are available for both the AR8327 and previous
adrian
2014-02-24
1
-3
/
+16
*
Extract out the port VLAN flags/setup code and throw it into two new
adrian
2014-02-19
1
-43
/
+70
*
Add methods for the VLAN port set/get routines.
adrian
2014-02-19
1
-0
/
+6
*
Turn the port init function into a HAL method and initialise it to the
adrian
2014-02-19
1
-4
/
+14
*
Teach the PHY register path about the different MDIO bus address
adrian
2014-02-19
1
-5
/
+17
*
Add a new method to set up the individual port in question.
adrian
2014-02-19
1
-0
/
+4
*
Change arswitch_ports_init() to arswitch_port_init(), and teach it to take
adrian
2014-02-19
1
-16
/
+18
*
Add in the AR8327 probe/attach code and switch type.
adrian
2014-02-19
2
-0
/
+7
*
Store away the chip version and revision; some AR8327 code depends upon
adrian
2014-02-19
2
-0
/
+4
*
Add in a flag to control whether the low or high data word of a register access
adrian
2014-02-19
2
-2
/
+14
*
The MDIO control register for the AR8327 has a different address to
adrian
2014-02-17
1
-0
/
+2
*
Add mmd declaration.
adrian
2014-02-17
1
-0
/
+2
[next]