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
/
xl.c
Age
Commit message (
Expand
)
Author
2012-02-24
Correct the spelling of "transferred" and "transferring"
Philip Guenthe
2011-07-14
We must not call xl_wol_power() from xl_stop(). If we do the device
Stefan Sperling
2011-07-08
Fix WoL support in xl(4). Now works with my hardware (3Com 3c905C).
Stefan Sperling
2011-06-21
remove some unnecessary casts. ok blambert deraadt kettenis matthew
Ted Unangst
2011-04-17
Add wol support to xl(4). Not really tested, but hopefully someone will
Stefan Sperling
2011-04-05
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
Henning Brauer
2010-09-22
Call bus_dmamap_sync() of a dma descriptor before checking the ownership
Claudio Jeker
2010-09-21
mclgeti() support for xl(4). All done by Loganaden Velvindron.
Claudio Jeker
2010-09-20
Stop doing shutdown hooks in network drivers where possible. We already
Theo de Raadt
2010-09-07
remove the powerhook code. All architectures now use the ca_activate tree
Theo de Raadt
2010-09-06
initialize rv to 0 in the activate function
Theo de Raadt
2010-08-31
Add DVACT_QUIECE support. This is called before splhigh() and before
Theo de Raadt
2010-08-31
activate function should return result of config_activate_children
Theo de Raadt
2010-08-27
Move the xl_pci_activate function into xl_activate so that it is in the
Theo de Raadt
2010-08-12
Reset the chip upon suspend, to make sure it stops DMA. Reset it again upon
Mark Kettenis
2010-08-06
ca_activate function for suspend/resume
Theo de Raadt
2010-05-19
BUS_DMA_ZERO instead of alloc, map, bzero.
Owain Ainsworth
2009-12-22
rewrite promiscuous mode and multicast handling; from Brad
Christian Weisgerber
2009-10-15
Add detach support to a few more drivers, and in others do the neccessary
Theo de Raadt
2009-06-02
The xl_detach() function is now used by pci code, so it must be in the
Theo de Raadt
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-11-19
Make sure to check that the TX queue is empty before clearing the
Brad Smith
2008-11-19
Do not reset TX threshold value whenever xl_init() is called. Instead
Brad Smith
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-18
Introduce the infrastructure required to support hardware VLAN tag
Christian Weisgerber
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-05-11
Fix a typo with the media duplex flag being used for AUI connections
Brad Smith
2007-05-19
My 3c905C needs a brief pause after reset for PIO too, at least on hppa.
Mark Kettenis
2007-05-05
move xl_detach() -- which is only used by cardbus -- to the cardbus code.
Theo de Raadt
2006-08-10
- ANSI functions
Brad Smith
2006-08-10
- move the promiscuous mode handling code to xl_setpromisc() and simplify
Brad Smith
2006-05-27
garbage collect vlan.h
Brad Smith
2006-05-22
Attach routines can fail before calling *hook_establish(), and they
Kenneth R Westerback
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-04
remove extraneous brackets.
Brad Smith
2006-01-20
- xl_encap(): free the mbuf chain and return if bus_dmamap_load_mbuf()
Brad Smith
2006-01-11
only set Ok flag for RX checksums.
Brad Smith
2006-01-11
remove a printf here.
Brad Smith
2006-01-11
In the case that we've used up all 63 fragments then try to allocate an mbuf
Brad Smith
2005-11-07
splimp -> splnet
Brad Smith
2005-07-02
clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.
Brad Smith
2005-04-25
csum -> csum_flags
Brad Smith
2005-04-23
style
Brad Smith
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2004-11-01
back out previous commit.
Brad Smith
2004-10-31
don't swap zeros
Brad Smith
2004-10-23
add missing braces, noticed by mcbride@
Brad Smith
2004-10-23
re-add old xl_encap_90xB() for 905B/C cards. removed in rev 1.52.
Brad Smith
2004-10-02
remove if NVLAN here too
Brad Smith
2004-09-28
remove if NVLAN around IFCAP_VLAN_MTU
Brad Smith
[next]