index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_ale.c
Age
Commit message (
Expand
)
Author
2024-08-31
net drivers may have mii children, but mii layer has no _activate
Theo de Raadt
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-07-10
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
Patrick Wildt
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-03-15
Ethernet drivers no longer need to include if_vlan_var.h for the VLAN
Christian Weisgerber
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-09
rework the start routines to avoid IF_PREPEND.
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-04-13
Now that if_input() set the receiving interface pointer on mbufs for us
Martin Pieuchot
2015-03-24
Convert to if_input() but I won't tell your the story of krw@
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-22
unifdef INET
Ted Unangst
2014-11-27
Fix a long standing bug in MAC statistics register access. One
Brad Smith
2014-11-24
use the correct capitalization for Realtek.
Brad Smith
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2013-12-28
The few network drivers that called their children's (ie. mii PHY
Theo de Raadt
2013-12-06
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
Theo de Raadt
2013-08-21
get rid of the copy argument in m_devget that let you provide an
David Gwynne
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-04-08
Fix typo in ale_stop_mac().
Brad Smith
2012-11-29
Remove setting an initial assumed baudrate upon driver attach which is not
Brad Smith
2012-09-26
Do not report link status unless the interface is up as the status is
Brad Smith
2011-10-19
Typo; from Brad
Kevin Lo
2011-10-19
Add some missing bus_dmamap_sync()'s and sync the others with
Kevin Lo
2011-09-21
Some minor clean up to the _start funtions to make the code read a little
Kevin Lo
2011-09-13
Fix up ale_encap() / ale_start():
Kevin Lo
2011-09-05
Enable MSI support and fix establishing a link to a GigE link partner
Kevin Lo
2011-09-03
Help prevent watchdog timeouts.
Kevin Lo
2011-04-05
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
Henning Brauer
2010-08-31
Add DVACT_QUIECE support. This is called before splhigh() and before
Theo de Raadt
2010-08-27
remove the unused if_init callback in struct ifnet
Jonathan Gray
2010-07-27
ca_activate function brings eeepc 1000HE back after resume.
Theo de Raadt
2010-05-19
BUS_DMA_ZERO love.
Owain Ainsworth
2010-04-08
these files don't need to include proc.h anymore. ok oga for agp
Ted Unangst
2010-02-27
Fix multicast handling. All Atheros controllers use big-endian form
Kevin Lo
2010-01-07
Rename _rxfilter functions to _iff for consistency. From Brad, ok kevlo@
Stuart Henderson
2009-09-13
M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal
Kenneth R Westerback
2009-08-09
Rewrite bits of the multicast handling code as it should be.
Kevin Lo
2009-08-05
don't read/write 1000baseT specific MII registers on 10/100M ony device.
Kevin Lo
2009-07-28
print the chipset name in the dmesg so it is possible to tell
Kevin Lo
2009-07-28
Add flow control support
Kevin Lo
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2009-02-27
set interrupt moderation timer for tx; otherwise interrupt always for tx
Kevin Lo
[next]