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_de.c
Age
Commit message (
Expand
)
Author
2015-11-04
use IFQ_IS_EMPTY to see if if_snd is empty, not IF_IS_EMPTY
David Gwynne
2015-11-04
replace the ifqueues used for tulip_txq and _rxq with mbuf_lists.
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-06-26
There is no excuse for using dma_alloc(9) when a bus_dma_tag_t is available.
Mark Kettenis
2015-06-25
Ensure the setup block is DMA reachable.
Theo de Raadt
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-05-15
Convert to if_input().
Martin Pieuchot
2015-04-01
Remove annoying comment mentionning ether_output().
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-09-08
remove uneeded route.h includes
Jonathan Gray
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2014-04-22
Remove some altq tentacles.
Martin Pieuchot
2014-04-19
another questionable "optimization": de used tulip_ifstart_one instead
Henning Brauer
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-06-04
Prevent panic'ing on alpha after ifconfig'ing up an unplugged de interface,
Miod Vallat
2011-07-07
use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok
Henning Brauer
2011-07-06
cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm
Henning Brauer
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2010-09-20
Stop doing shutdown hooks in network drivers where possible. We already
Theo de Raadt
2010-04-08
these files don't need to include proc.h anymore. ok oga for agp
Ted Unangst
2009-10-02
remove trash left in debug changes; lindroos@nls.fi
Theo de Raadt
2009-08-13
- consistify cfdriver for the ethernet drivers (0 -> NULL)
Jasper Lievisse Adriaanse
2009-06-19
Tidy up allocation of transmit DMA maps and generalize it to also
Christian Weisgerber
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-03-04
Add a workaround against a NULL pointer dereference on alpha when
Miod Vallat
2007-09-19
Remove unused tulip_21041_media_noprobe() function and tulip_21041np_boardsw
Brad Smith
2007-02-14
Consistently spell FALLTHROUGH to appease lint.
Jonathan Gray
2006-07-08
print the chipset revision too.
Brad Smith
2006-07-08
shorten dmesg entry from two lines to one.
Brad Smith
2006-07-08
tulip_pci_(probe/attach) -> tulip_(probe/attach)
Brad Smith
2006-07-08
remove splnet from attach routine.
Brad Smith
2006-06-01
de-static and formatting.
Brad Smith
2006-05-28
unknown ioctl is ENOTTY not EINVAL
Jason Wright
2006-05-09
fix non-ALTQ case.
Brad Smith
2006-05-06
restore ALTQ support which was lost with rev 1.87
Brad Smith
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2005-11-07
add bus_dma support.
Brad Smith
2005-10-01
oops, the include was just doing fine there
Martin Reindl
2005-10-01
fix some comments and put if_devar.h include where it belongs
Martin Reindl
2005-09-25
shuffle some stuff around
Brad Smith
2005-09-25
remove TULIP_PCI_ATTACH_ARGS and TULIP_SHUTDOWN_ARGS
Brad Smith
2005-09-25
remove more indirection through typedef's and macros
Brad Smith
2005-09-25
- delint: zero sized array initalisation is a gccism
Brad Smith
2005-09-08
add missing TULIP_STS_LINKFAIL flag in tulip_21041_media_probe().
Brad Smith
2005-09-08
make de(4) use ether_input_mbuf()
Brad Smith
2005-09-07
do not try to restore the spl level two times in a row.
Brad Smith
2005-09-06
- fix up the ioctl handler and make it use ether_ioctl() too
Brad Smith
[next]