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_ste.c
Age
Commit message (
Expand
)
Author
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-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
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-15
Convert to if_input().
Martin Pieuchot
2014-12-22
unifdef INET
Ted Unangst
2014-12-08
Have foo_init() call foo_reset() to reset the chip to a known state
Brad Smith
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-03-14
- Remove return at the end of void functions
Brad Smith
2013-03-09
Rewrite the receive filter handling code and cleanup the ioctl bits.
Brad Smith
2013-01-16
Some corrections for D-Link device names.
Brad Smith
2012-11-29
Remove setting an initial assumed baudrate upon driver attach which is not
Brad Smith
2012-11-23
set ifp->if_baudrate with IF_Gbps() / IF_Mbps().
Gleydson Soares
2012-10-18
Convert a number of old private copies of code which predates
Theo de Raadt
2011-06-22
kill a few more casts that aren't helpful. ok krw miod
Ted Unangst
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2009-08-13
- consistify cfdriver for the ethernet drivers (0 -> NULL)
Jasper Lievisse Adriaanse
2009-08-10
A few more simple cases of shutdown hooks which only call xxstop, when
Theo de Raadt
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-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2007-07-17
Add missing '};' to end struct declaration. Compiles again.
Kenneth R Westerback
2007-07-17
ident/ansify/de-register
Jasper Lievisse Adriaanse
2006-07-08
uncomment call to ste_miibus_statchg in ste_stats_update.
Brad Smith
2006-05-28
unknown ioctl is ENOTTY not EINVAL
Jason Wright
2006-04-02
add another PCI id to the ste(4) driver.
Brad Smith
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2005-11-07
- splimp -> splnet
Brad Smith
2005-09-10
- a few fixes from the FreeBSD 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-02
clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.
Brad Smith
2005-04-21
o if the mac address cannot be read, just fail and disestablish the
Federico G. Schwindt
2005-04-08
remove dmesg spewage when link changes, ok deraadt, brad, canacar
Bob Beck
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2004-11-21
- Use ETHER_MAX_DIX_LEN.
Brad Smith
2004-10-30
vaddr_t casts for vtophys, works on amd64, enabled in GENERIC
Can Erkin Acar
2004-09-23
don't need to set ifp->if_mtu or ifp->if_output in each driver,
Brad Smith
2004-08-22
Do check for STATS_OFLOW in interrupt handler. The overflow interrupt is
Can Erkin Acar
2004-08-09
update ste(4) with stability and performance fixes from
Can Erkin Acar
2004-06-06
Multicast cleanups
Ryan Thomas McBride
2004-04-09
do not whine if we cannot get mbufs. the countless printfd makes the machine
Henning Brauer
2003-06-29
lose ste_unit; jason@ ok
Anil Madhavapeddy
2003-06-29
another bad format string; %s->%d
Anil Madhavapeddy
2003-01-15
Get rid of the remaining vm_offset_t in pci drivers.
Artur Grabowski
2002-11-19
Add a simplistic table driven lookup routine and use it where appropriate.
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
[next]