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_bce.c
Age
Commit message (
Expand
)
Author
2024-08-31
net drivers may have mii children, but mii layer has no _activate
Theo de Raadt
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2022-01-09
spelling
Jonathan Gray
2020-07-10
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
Patrick Wildt
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-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-04-13
Now that if_input() set the receiving interface pointer on mbufs for us
Martin Pieuchot
2015-04-08
Convert to if_input().
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-01-27
Rewrite receive filter handling and ioctl bits.
Brad Smith
2015-01-24
Use bus_dmamem_alloc_range(9) to make sure the ring descriprtors can be
Mark Kettenis
2014-12-22
unifdef INET
Ted Unangst
2014-12-08
Remove a few foo_start() calls within ioctl handlers. Odd spot to have
Brad Smith
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2013-08-21
get rid of the copy argument in m_devget that let you provide an
David Gwynne
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2011-04-03
No need to include uvm/uvm_extern.h and fix a typo.
Claudio Jeker
2011-04-03
Use a own "bounce buffer" that is used to send and receive packets.
Claudio Jeker
2011-04-02
Kill a lot of spaces and make this a bit more KNF. No binary change.
Claudio Jeker
2010-08-27
remove the unused if_init callback in struct ifnet
Jonathan Gray
2010-07-27
spacing
Theo de Raadt
2010-07-27
add bce_activate(), suspends and resumes on my laptop
Todd T. Fries
2009-08-13
- consistify cfdriver for the ethernet drivers (0 -> NULL)
Jasper Lievisse Adriaanse
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
2008-05-23
Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() as
Brad Smith
2008-05-14
Add missing splnet around mii_tick().
Brad Smith
2008-04-02
Correct error message printing and add a missing error
Brad Smith
2007-11-26
typos; ok jmc@
Martynas Venckus
2007-05-21
sync; add new device id to the bce(4) driver
Reyk Floeter
2007-05-05
Properly ifdef debug bits to save a bit of space.
Jonathan Gray
2007-04-24
do not use static function declarations in kernel drivers (no
Reyk Floeter
2007-04-07
ANSI-fy. No functional change.
Kenneth R Westerback
2007-04-07
Nuke NetBSD defines APRINTF_NORMAL/_ERROR and just use the printf they were
Kenneth R Westerback
2007-04-07
Use pci_matchbyid() rather than handrolled equivalent. From Brad.
Kenneth R Westerback
2006-11-08
Clean up some of the "magic" constants in the driver, based on the
Brad Smith
2006-05-28
unknown ioctl is ENOTTY not EINVAL
Jason Wright
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-02-24
clear the powerdown mode that Windows will put bce chips into
Brad Smith
2005-10-06
Eliminate use of M_HASFCS.
Brad Smith
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2005-07-03
fix MTU ioctl case
Brad Smith
[next]