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
/
dp8390.c
Age
Commit message (
Expand
)
Author
2022-01-09
spelling
Jonathan Gray
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-12-08
No trailers has been the default and only option for 20 years, yet some
Ted Unangst
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-05-21
No need for ifp since we do not set "rcvif".
Martin Pieuchot
2015-05-21
No need to set "rcvif", if_input() does it for you.
Martin Pieuchot
2015-05-13
test mbuf pointers against NULL not 0
Jonathan Gray
2015-04-30
Convert to if_input().
Martin Pieuchot
2015-04-01
Kill useless comments talking about ether_input().
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-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2013-11-26
Instead of comparing the lower and higher addresses of all the multicast
Martin Pieuchot
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-05-21
Rewrite ioctl handling bits.
Brad Smith
2010-08-29
expose dp8390_enable/disable to the higher level drivers
Theo de Raadt
2010-04-20
- Fix a calculation bug with the RX ring buffer memory address which
Theo de Raadt
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-10-03
Use ether_ioctl().
Brad Smith
2007-05-07
floating unused variable (except in debug case)
Theo de Raadt
2006-10-20
sync some comments with the NetBSD driver.
Brad Smith
2006-10-20
ansi
Brad Smith
2006-10-10
Add bus_space_barrier.
Brad Smith
2006-10-07
MGET/MGETHDR will return NULL upon failure, not 0.
Brad Smith
2006-10-03
add in a missing piece of the ASIX AX88190 chipset workaround to dp8390_init().
Brad Smith
2006-10-03
Simplify the code dealing with the mbuf chain in dp8390_get().
Brad Smith
2006-09-17
set the IFCAP_VLAN_MTU flag.
Brad Smith
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-02-24
Make the "ring buffer overrun" message a DEBUG message instead
Brad Smith
2005-10-22
shorten ne(4) dmesg entries from 2-3 lines to 1.
Brad Smith
2005-06-08
remove netns crud.
Henning Brauer
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2004-06-06
Multicast cleanups
Ryan Thomas McBride
2004-05-12
network drivers don't need to include bpfdesc.h
Ted Unangst
2002-10-09
Remove trailing '\n's from panic messages.
Kenneth R Westerback
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-12
don't need to call IFQ_SET_READY() twice; this driver was already
Federico G. Schwindt
2002-03-12
sync with KAME
Kenjiro Cho
2002-01-08
SIOCSIFMTU support; patches by Claudio Castiglia <ccastig@softhome.net>
Federico G. Schwindt
2001-09-20
occured->occurred
Mike Pechkin
2001-08-18
Make use of ax88190_stop_card and dl10019_stop_card.
Aaron Campbell
2001-07-09
Move IFQ_SET_READY macro to attach time.
Federico G. Schwindt
2001-07-08
Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLEN
Federico G. Schwindt
2001-06-27
ALTQ'ify network drivers.
Kenjiro Cho
2001-06-23
ether_input_mbuf().
Federico G. Schwindt
[next]