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_pcn.c
Age
Commit message (
Expand
)
Author
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2022-07-10
Add _cb suffix to callback fields in struct ifmedia. Makes code
Alexander Bluhm
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2022-01-16
modernise pcn_start with m_defrag and the "new" ifq pattern.
David Gwynne
2022-01-09
spelling
Jonathan Gray
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2016-11-29
m_free() and m_freem() test for NULL. Simplify callers which had their own
Jonathan Gray
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
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-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-02-09
tweak the new if_input function so it takes an mbuf_list instead
David Gwynne
2015-02-08
Convert to if_input().
Martin Pieuchot
2014-12-22
unifdef INET
Ted Unangst
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
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-12-07
Rewrite receive filter handling and ioctl bits. Fixes not being able to
Brad Smith
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
2012-11-22
Don't bother to store the return value from pci_set_powerstate() as the
Brad Smith
2012-10-18
Convert a number of old private copies of code which predates
Theo de Raadt
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
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-13
Remove commented out NetBSD __KERNEL_RCSID macro usage.
Brad Smith
2007-10-22
only output on situations where power state is D3. unify the message in
Federico G. Schwindt
2007-10-22
Use pci_set_powerstate(), shrinking the code and unifying the different
Federico G. Schwindt
2006-11-09
remove another useless header and move the 12 register definitions to
Reyk Floeter
2006-06-14
reset the chip in pcn_shutdown().
Brad Smith
2006-05-28
unknown ioctl is ENOTTY not EINVAL
Jason Wright
2006-04-21
repair intr establish error printf
Michael Shalayeff
2006-04-20
Fix various printf() issues: too many arguments, not enough arguments, argument
Miod Vallat
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-19
recognize the 976 and 978
Brad Smith
2006-03-12
Make use of pci_matchbyid().
Brad Smith
2006-03-12
with pcn(4) now in place remove or replace the references to PCI le(4)
Martin Reindl
2006-02-22
IBM makes a pcn card that shows up as:
Brad Smith
2006-02-03
jump to the allmulti target in pcn_set_filter() if the IFF_ALLMULTI flag
Brad Smith
2005-12-16
fix error printf's.
Brad Smith
2005-11-03
- fix error message printed when pci_mapreg_map() fails.
Brad Smith
2005-08-01
Remove spurious space.
Mark Kettenis
2005-07-28
New driver for the AMD PCnet-PCI family of Ethernet chips. This
Brad Smith