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
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
2005-09-06
another round of removing ifdef crud from this driver.
Brad Smith
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2005-07-16
remove __BROKEN_INDIRECT_CONFIG cruft
Brad Smith
2005-06-26
remove one more piece of the media detection from SRM code.
Brad Smith
2005-06-20
Remove media detection from the SRM on alpha. Initially a good idea, it
Martin Reindl
2005-06-08
remove netns crud.
Henning Brauer
2005-05-25
- identify Compex NICs (untested)
Martin Reindl
2005-05-25
in tulip_reset() remove a useless printf and check flags before resetting
Martin Reindl
2005-05-23
- remomve unneeded tulip_reset() and always include intr.h
Martin Reindl
2005-05-22
ALTQ cleanout
Martin Reindl
[next]