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_sk.c
Age
Commit message (
Expand
)
Author
2005-07-02
clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.
Brad Smith
2005-07-02
- mbuf external storage is of (caddr_t), not (caddr_t *).
Brad Smith
2005-05-17
remove spurious bpf_mtap (I think it's leftover debugging code from a year ago)
Jason Wright
2005-05-16
add a newline here
Brad Smith
2005-05-11
remove comment which is not valid anymore
Brad Smith
2005-05-11
- Also match on Yukon LP's for the Lite rev A0 test.
Brad Smith
2005-04-25
csum -> csum_flags
Brad Smith
2005-03-18
fail to attach with a printf instead of a panic for newer yet unsupported
Brad Smith
2005-03-12
add a bunch of PCI ids from the SysKonnect sk98lin driver.
Brad Smith
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2005-01-02
cleanup and better ram sizing.
Brad Smith
2005-01-01
better chip/card identification.
Brad Smith
2005-01-01
rev 1.92
Brad Smith
2005-01-01
Don't initialize the card (and start an autonegotiation!) every time
Kenneth R Westerback
2004-12-22
- add missing braces for SIOCSIFMTU switch case.
Brad Smith
2004-12-14
Fix off-by-one. From FreeBSD r1.87. Also in NetBSD. Field being filled
Kenneth R Westerback
2004-12-08
use ETHER_MAX_LEN
Brad Smith
2004-12-08
Enable jumbo frames on Yukon varients of sk(4).
Kenneth R Westerback
2004-11-16
Lower interrupt moderation timer to decrease service latency.
Brad Smith
2004-11-16
back out previous commit and put the right change in which corresponds
Brad Smith
2004-11-16
Fix tx queue (slist can be corrupted when tx interrupts hit within tx_encap).
Brad Smith
2004-11-11
- Fix Yukon ram sizing.
Brad Smith
2004-10-14
Bail out quietly if the eeprom appears to be missing or empty. Fixes
Brad Smith
2004-09-23
don't need to set ifp->if_mtu or ifp->if_output in each driver,
Brad Smith
2004-08-20
a belkin ID on a sk card
Theo de Raadt
2004-08-19
Don't complain about lack of jumbo storage when processing incoming packets
Ryan Thomas McBride
2004-08-05
remove some separate per driver constants and use
Brad Smith
2004-08-04
Make jumbo frames work.
Ryan Thomas McBride
2004-05-29
replace hand-rolled CRC calculation in multicast hash setup with calls to
Christian Weisgerber
2004-05-24
Make Yukon-style adapters also set up the multicast filter in sk_init().
Christian Weisgerber
2004-04-09
do not whine if we cannot get mbufs. the countless printfd makes the machine
Henning Brauer
2004-03-09
Fix multicast on recent sk chipsets. Adapted from a patch by Keith Mitchell
Matthieu Herrb
2003-12-17
not qualifying a product based on vendor AND product ID just bugs me
Jason Wright
2003-12-17
marvell skv2 (smc9452TX); from freebsd
Jason Wright
2003-12-17
add support for linksys (eg1032v2, eg1064v2) and dlink (dge530t); from NetBSD
Jason Wright
2003-10-13
rx checksum offload support (based on earlier code from aaron@, but with
Jason Wright
2003-08-12
add/update my copyright
Nathan Binkert
2003-08-01
Support for new Marvell based Gigabit Ethernet adapters
Nathan Binkert
2003-05-14
Makefile sk(4) use bus_dma
Nathan Binkert
2003-05-08
a bit more cleanup
Nathan Binkert
2003-05-08
ansify, clean up formatting, remove useless return statements.
Nathan Binkert
2003-03-12
sk is capable of transmitting and receiving longer packets for 802.1q vlans
Nathan Binkert
2003-01-15
Get rid of the remaining vm_offset_t in pci drivers.
Artur Grabowski
2002-11-26
1000baseTX -> 1000baseT
Nathan Binkert
2002-06-08
add missing ioctl support for SIOCSIFMTU
Jason Wright
2002-06-04
spelling; raj@cerias.purdue.edu
Theo de Raadt
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-12
sync with KAME
Kenjiro Cho
2002-02-15
Don't cast nonexistent return value from splx to (void). ok art@
Thomas Nordin
2002-01-11
Check result from malloc(9) when using M_NOWAIT. fgsch@ ok
Thomas Nordin
[next]