index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
mii
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-05
ansi
jsg
4
-53
/
+20
2021-02-23
remove some unused includes
jsg
2
-166
/
+0
2020-11-03
The Marvell 88E1512 supports multiple modes between MAC to PHY and PHY
patrick
3
-3
/
+26
2020-04-14
Add BCM54210E support.
kettenis
2
-7
/
+59
2020-04-14
Add flags to specify whether internal delays should be configured for RGMII.
kettenis
1
-1
/
+3
2020-04-14
regen
kettenis
1
-2
/
+5
2020-04-14
Add Broadcom BCM54210E.
kettenis
1
-1
/
+3
2020-04-06
Update my email address.
pirofti
1
-2
/
+2
2020-01-15
mii(4): tsleep(9) -> tlseep_nsec(9); ok mpi@
cheloha
1
-2
/
+2
2019-09-24
Recognize Marvell 88E1545.
visa
1
-1
/
+3
2019-09-24
regen
visa
1
-2
/
+4
2019-09-24
Add Marvell 88E1545.
visa
1
-1
/
+2
2018-04-09
regen
kettenis
1
-2
/
+4
2018-04-09
Add Marvell 88E1512.
kettenis
1
-1
/
+2
2018-02-27
Add RTL8211F support. Loosely based on the FreeBSD driver.
kettenis
2
-2
/
+40
2017-03-11
Add support for RTL8153 devices. Heavily based on changes made by Kevin Lo
kettenis
1
-4
/
+4
2016-07-11
Initialize oui and model fields in the softc.
kettenis
1
-1
/
+3
2016-07-10
regen
kettenis
1
-2
/
+9
2016-07-10
Add MICREL KSZ9021 and KSZ9031.
kettenis
1
-1
/
+6
2016-07-09
Initialize the mii_oui field such that fec(4) can look at it.
kettenis
1
-1
/
+2
2016-07-08
regen
kettenis
1
-4
/
+4
2016-07-08
The Atheros PHYs with model ID 7 are the AR8031/AR8033/AR8035 family.
kettenis
2
-5
/
+5
2015-12-29
Tweak previous by de-indenting label and replacing remaining continues
mmcc
1
-4
/
+4
2015-12-28
1. Add a loop_end label to the outer loop
mmcc
1
-2
/
+4
2015-09-12
mii_softc's view of the current mii state need to use the proper types
miod
1
-3
/
+3
2015-09-11
Make room for media types of the future. Extend the ifmedia word to 64 bits.
stsp
2
-10
/
+10
2015-07-19
use standardized register defintion in mii.h rather than specific
yuo
2
-135
/
+33
2015-07-19
regen
yuo
1
-3
/
+3
2015-07-19
add RTL8211
yuo
1
-2
/
+2
2015-07-19
use standardized register definition in mii.h rather than each
yuo
8
-555
/
+143
2015-07-19
revert privious commit
yuo
1
-2
/
+2
2015-07-19
according to MII specification, these seems to be bug.
yuo
1
-3
/
+3
2015-07-18
fix typo.
yuo
1
-2
/
+2
2015-07-18
add following registers from IEEE 802.3-2009 Clause 22.
yuo
1
-1
/
+36
2015-06-04
Add support for em(4) on Teak 3020, a Tolopai (EP80579)
dms
1
-1
/
+26
2015-03-14
Remove some includes include-what-you-use claims don't
jsg
25
-51
/
+25
2015-01-20
And the variable too.
brad
1
-3
/
+1
2015-01-20
Back out a chunk of rev 1.34 that wasn't supposed to go in with the
brad
1
-11
/
+1
2015-01-20
printf wasn't supposed to go in.
brad
1
-2
/
+1
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
mpi
29
-29
/
+58
2014-11-24
regen
brad
1
-3
/
+3
2014-11-24
use the correct capitalization for Realtek.
brad
4
-14
/
+27
2014-09-14
remove uneeded proc.h includes
jsg
2
-4
/
+2
2014-05-06
Add support for the Broadcom PHY found on the Octeon-based DSR-500.
pirofti
2
-1
/
+397
2014-05-06
Regen after Broadcom 53115 addition.
pirofti
1
-1
/
+3
2014-05-06
Add an entry for the Broadcom 53115 model found on the DSR-500.
pirofti
1
-1
/
+2
2014-02-01
Split bge(4)'s feature flags into bge_flags and bge_phy_flags.
brad
1
-10
/
+10
2014-01-21
Sync in the PHY Specific Control and Status register bits.
brad
1
-8
/
+23
2013-12-30
Add support for newer integrated Realtek PHY.
brad
1
-3
/
+7
2013-12-30
Have rgephy(4) always use RL_GMEDIASTAT to retrieve the link/media status
brad
1
-5
/
+10
[next]