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
/
pci
/
if_alc.c
Age
Commit message (
Expand
)
Author
2022-09-17
alc_start(): Remove redundant IFQ_IS_EMPTY(). This very same condition
thorpej
2020-03-01
Upon further reflection, we actually do need to ensure that the Rx
thorpej
2020-03-01
- Use the 64-bit PCI DMA tag if available.
thorpej
2020-03-01
It doesn't make any sense to pass ETHER_ALIGN as the alignment constraint
thorpej
2020-02-08
constify
maxv
2020-02-04
Use ifmedia_fini().
thorpej
2020-01-30
Adopt <net/if_stats.h>.
thorpej
2019-12-18
Cast to uint32_t to avoid undefined behavior. Found by kUBSan.
msaitoh
2019-12-01
Use unsigned to avoid undefined behavoir. Found by kUBSan.
msaitoh
2019-11-21
Fix a bug that IFF_ALLMULTI is almost always set.
msaitoh
2019-10-30
if_percpuq(9) automatically increments if_ipackets, so don't add number of
msaitoh
2019-10-17
Add support for Killer E2400 and E2500.
msaitoh
2019-10-17
Some alc(4) fixes:
msaitoh
2019-10-15
Move PCIe initiaization code from alc_attach() to alc_init_pcie().
msaitoh
2019-10-15
Apply FreeBSD r218141:
msaitoh
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
Whitespace fix (mainly tabify).
msaitoh
2019-05-23
No functional change:
msaitoh
2019-05-01
Add ether_ioctl() call for SIOCSIFADDR and SIOCSIFFLAGS to make behavior
msaitoh
2019-05-01
Fix a wrong and extra ether_ioctl() call in alc_ioctl(). _IOWR types call
msaitoh
2019-04-22
This driver uses MII(4) and have hook SIOC[GS]IFMEDIA which just pass to
msaitoh
2019-03-05
Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changes
msaitoh
2019-01-22
Change MII PHY read/write API from:
msaitoh
2018-12-09
use pci_intr_establish_xname() everywhere
jdolecek
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-06-25
Remove duplicated inclusion of net/bpf.h.
msaitoh
2018-06-01
Fix M_PKTHDR use in if_alc, if_age and if_ena.
maxv
2017-09-26
VLAN ID uses pkthdr instead of mtag now. Contributed by s-yamaguchi@IIJ.
knakahara
2016-12-21
Less magic. 0x00000c00 is equal to PCIE_LCAP_ASPM.
maya
2016-12-15
Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input
ozaki-r
2016-12-08
Apply deferred if_start framework
ozaki-r
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-02-17
PR/50818: David Binderman: Delete dead code (copied from if_et.c)
christos
2016-02-09
Introduce softint-based if_input
ozaki-r
2016-01-26
PR/50694: David Binderman: Fix wrong pasto constant.
christos
2015-11-24
Add NetBSD RCS Id.
leot
2015-11-24
kern/50456: Freddy DISSAUX: Fix packets lost with tcpdump.
christos
2015-09-08
Add some missing fixes to alc(4) to sync with the latest FreeBSD and OpenBSD
leot
2015-04-13
Convert sys/dev to use <sys/rndsource.h>.
riastradh
2015-01-19
CID 1245802: Result always 0.
christos
2015-01-18
PR/49584: Leonardo Taccari: alc(4): add support for AR816x/AR817x chipsets
christos
2014-03-29
make pci_intr_string and eisa_intr_string take a buffer and a length
christos
2014-02-21
PR/48606: Lloyd Parkes: Drivers not using ifp->if_input but using ether_input
christos
2013-04-21
Delete "PCI_" from PCIX and PICE capability registers.
msaitoh
2013-03-30
remove trailing whitespace
christos
2012-12-09
avoid illegal sleeps in the softint routine.
mrg
2012-07-22
Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes
matt
2011-08-29
have pci register itself as a module, and make PCI driver modules depend on it
jmcneill
2011-06-23
When printing the interrupt string, be like the other driver and do
matt
[next]