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
/
i82557.c
Age
Commit message (
Expand
)
Author
2022-06-25
Pass proper status values to rnd_add_uint32(9) as rnd(9) man page claims.
tsutsui
2020-02-07
Use callout_setfunc() / callout_schedule().
thorpej
2020-02-04
Use ifmedia_fini().
thorpej
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2019-10-30
if_percpuq(9) automatically increments if_ipackets, so don't add number of
msaitoh
2019-09-20
Fix direction of the loop.
maxv
2019-07-09
Don't automatically set ec_capenable's ETHERCAP_VLAN_HWTAGGING bit in
msaitoh
2019-05-28
Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.
msaitoh
2019-05-23
No functional change:
msaitoh
2019-04-22
In drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass to
msaitoh
2019-01-22
Change MII PHY read/write API from:
msaitoh
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2017-09-26
VLAN ID uses pkthdr instead of mtag now. Contributed by s-yamaguchi@IIJ.
knakahara
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-02-09
Introduce softint-based if_input
ozaki-r
2015-04-13
Convert sys/dev to use <sys/rndsource.h>.
riastradh
2014-08-10
Merge tls-earlyentropy branch into HEAD.
tls
2013-09-12
Remove unused variable
martin
2012-07-22
Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes
matt
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2011-09-02
Add support for some fxp devices from FreeBSD and OpenBSD.
msaitoh
2011-03-30
IFF_PROMISC implys IFF_ALLMULTI.
jakllsch
2010-11-13
Include sys/proc.h for tsleep, wakeup.
uebayasi
2010-04-05
Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf
joerg
2010-03-22
Check whether the fxp(4) actually attached before calling fxp_stop().
dyoung
2010-03-22
In fxp_detach(), fxp_stop(), first. fxp_stop() stops the callout.
dyoung
2010-02-25
Make fxp at cardbus detach during shutdown.
dyoung
2010-01-19
Redefine bpf linkage through an always present op vector, i.e.
pooka
2009-09-15
Simplify activation routines: don't call mii_activate(), it's a
dyoung
2009-03-16
Pull a fix from hme.c rev 1.73 (to #if 0'ed out part):
tsutsui
2009-03-15
Tweak comments and conditionals about EXT_RFA and IPCB.
tsutsui
2009-03-11
u_intNN_t -> uintNN_t
tsutsui
2009-03-09
Computed checksum value by the FXPF_82559_RXCSUM feature includes data
tsutsui
2009-03-07
Add TCPv4/UDPv4 RX hardware checksum support for i82559 and later chips
tsutsui
2009-03-04
Use FXPF_EXT_RFA flag instead of FXPF_EXT_TXCB to see IPCB capability
tsutsui
2009-02-20
- remove FXPF_IPCB flag. it should always/only be used with the code
mrg
2009-01-18
The PCI revision numbers are unique to a PCI vendor/product
mrg
2008-12-05
Wrap long lines.
tsutsui
2008-12-04
Don't pass uint8_t values to le16toh() in fxp_rx_hwcksum().
tsutsui
2008-12-04
Add a missed htole32() on the previous ip4csum-tx bug workaround.
tsutsui
2008-12-04
Sort Tx/Rx macro in previous.
tsutsui
2008-12-03
Add a workaround for hardware ip4csum-tx bug and enable it.
tsutsui
2008-12-03
Call BUS_DMASYNC_PREREAD more strictly on polling DMA descriptors.
tsutsui
2008-07-31
Calling fxp_init within the interrupt handler results in
ws
2008-07-09
- device/softc split for fxp(4)
joerg
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-08
use aprint_*_dev and device_xname
cegger
2008-02-07
Start patching up the kernel so that a network driver always has
dyoung
[next]