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
/
ic
/
mtd8xx.c
Age
Commit message (
Expand
)
Author
2022-01-09
spelling
Jonathan Gray
2021-03-07
ansi
Jonathan Gray
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-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
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
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-04-08
Convert to if_input().
Martin Pieuchot
2014-12-22
unifdef INET
Ted Unangst
2014-12-08
Have foo_init() call foo_reset() to reset the chip to a known state
Brad Smith
2014-09-06
reduce the amount of pci includes
Jonathan Gray
2013-11-26
Instead of comparing the lower and higher addresses of all the multicast
Martin Pieuchot
2013-08-21
get rid of the copy argument in m_devget that let you provide an
David Gwynne
2012-11-29
Remove setting an initial assumed baudrate upon driver attach which is not
Brad Smith
2011-06-21
remove some unnecessary casts. ok blambert deraadt kettenis matthew
Ted Unangst
2010-05-19
BUS_DMA_ZERO instead of alloc, map, bzero.
Owain Ainsworth
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-10-14
Change m_devget()'s outdated and unused "offset" argument: It is
Christian Weisgerber
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2007-11-26
typos; ok jmc@
Martynas Venckus
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2005-11-19
Remove superfluous statement-ending semi-colons. i.e., "return foo;;" should
Aaron Campbell
2005-11-07
splimp -> splnet
Brad Smith
2005-07-02
set IFCAP_VLAN_MTU and do not whine if we cannot get mbufs
Brad Smith
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2004-09-28
Use ETHER_MAX_DIX_LEN/ETHER_MIN_LEN
Brad Smith
2004-09-23
don't need to set ifp->if_mtu or ifp->if_output in each driver,
Brad Smith
2004-06-05
Make multicast ranges work.
Ryan Thomas McBride
2004-05-26
use ETHER_ALIGN
Brad Smith
2003-11-17
Defined behavior.
Marc Espie
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2003-09-25
update fom form@ including support for 891 chips and more
Michael Shalayeff