index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
gem.c
Age
Commit message (
Expand
)
Author
2020-01-08
Pull up following revision(s) (requested by msaitoh in ticket #610):
martin
2019-05-28
s/recieve/receive/
msaitoh
2019-05-28
Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.
msaitoh
2019-05-24
Whilespace fix. No functional change.
msaitoh
2019-05-23
No functional change:
msaitoh
2019-04-11
Fix yet another fiber mediachange fix. Not tested.
msaitoh
2019-04-09
Fix a bug that media setting for fiber didn't work correctly. Not tested.
msaitoh
2019-02-05
Remove very old IFF_NOTRAILERS flag.
msaitoh
2019-01-22
Change MII PHY read/write API from:
msaitoh
2019-01-09
No functional change.
msaitoh
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-02-28
add workaround for PHY detection on Apple K2 GMAC
macallan
2017-02-20
Apply deferred if_start to more drivers
ozaki-r
2016-12-15
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
ozaki-r
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-05-17
PR kern/46083
jdc
2016-02-09
Introduce softint-based if_input
ozaki-r
2015-08-30
Restore interrupts on error path. From maxv's brainy list.
dholland
2014-08-10
Merge tls-earlyentropy branch into HEAD.
tls
2013-02-04
Halt the RX watchdog callout when stopping.
jdc
2012-07-22
Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes
matt
2012-07-02
Apply lockup fixes from Havard Eidnes/OpenBSD in PR port-sparc64/46260:
jdc
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2011-05-22
Fix corrupted packet problem on 100Mb/s half duplex links.
jdc
2010-11-13
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
uebayasi
2010-05-12
Use callout_halt() instead of callout_stop() - otherwise gem_detach() might
martin
2010-04-05
Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf
joerg
2010-02-24
A pointer typedef entails trading too much flexibility to declare const
dyoung
2010-01-19
Redefine bpf linkage through an always present op vector, i.e.
pooka
2010-01-11
Mask out (disable) gem interrupts on detach.
jdc
2010-01-08
Expand PMF_FN_* macros.
dyoung
2009-12-05
Really prefer the external over the internal PHY by checking only that
jdc
2009-12-04
Properly detach phys
martin
2009-12-04
Only set 0x4FF in the transmit register for gigabit variants. Set 0x100
jdc
2009-12-04
Fix a few nits in gem_detach:
martin
2009-07-27
Do a complete device_t/softc split for the PCI attachment. I have
dyoung
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-03-16
Fix a bug in calculation of checksum deduction:
tsutsui
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2008-12-16
replace bitmask_snprintf(9) with snprintb(3)
christos
2008-11-07
*** Summary ***
dyoung
2008-09-15
Read the correct error status register on SBus cards.
jdc
2008-05-04
mii_dev is a device_t now.
xtraeme
2008-04-08
use aprint_*_dev and device_xname
cegger
2008-03-11
Prepare for PMF self-suspension: in the if_stop() methods, clear
dyoung
2008-02-07
Start patching up the kernel so that a network driver always has
dyoung
2008-02-01
Disable HW RX TCP4 checksums because it is buggy (it appears to only checksum
jdc
2008-01-22
Set the correct offset when using VLAN's.
jdc
[next]