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_de.c
Age
Commit message (
Expand
)
Author
2024-05-24
remove unneeded includes; ok miod@
Jonathan Gray
2023-04-11
fix double words in comments
Jonathan Gray
2022-08-15
remove tulip_mbuf_compress() unused since if_de.c 1.127
Jonathan Gray
2022-03-11
Constify struct cfattach.
Martin Pieuchot
2022-02-22
Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>
Philip Guenther
2022-01-09
spelling
Jonathan Gray
2017-03-08
Do not clear IFF_UP, even in the error path, clearing IFF_RUNNING
Martin Pieuchot
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-12-08
No trailers has been the default and only option for 20 years, yet some
Ted Unangst
2015-12-08
dont need to repeatedly set if_start to the same function.
David Gwynne
2015-11-25
Network drivers should not include <net/route.h> or <net/netisr.h>
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-11-23
you cant touch m_pkthdr in between ifq_deq_begin and ifq_deq_commit.
David Gwynne
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-11-04
use IFQ_IS_EMPTY to see if if_snd is empty, not IF_IS_EMPTY
David Gwynne
2015-11-04
replace the ifqueues used for tulip_txq and _rxq with mbuf_lists.
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-06-26
There is no excuse for using dma_alloc(9) when a bus_dma_tag_t is available.
Mark Kettenis
2015-06-25
Ensure the setup block is DMA reachable.
Theo de Raadt
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-05-15
Convert to if_input().
Martin Pieuchot
2015-04-01
Remove annoying comment mentionning ether_output().
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-22
unifdef INET
Ted Unangst
2014-09-08
remove uneeded route.h includes
Jonathan Gray
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2014-04-22
Remove some altq tentacles.
Martin Pieuchot
2014-04-19
another questionable "optimization": de used tulip_ifstart_one instead
Henning Brauer
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
2013-06-04
Prevent panic'ing on alpha after ifconfig'ing up an unplugged de interface,
Miod Vallat
2011-07-07
use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok
Henning Brauer
2011-07-06
cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm
Henning Brauer
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
2010-04-08
these files don't need to include proc.h anymore. ok oga for agp
Ted Unangst
2009-10-02
remove trash left in debug changes; lindroos@nls.fi
Theo de Raadt
2009-08-13
- consistify cfdriver for the ethernet drivers (0 -> NULL)
Jasper Lievisse Adriaanse
2009-06-19
Tidy up allocation of transmit DMA maps and generalize it to also
Christian Weisgerber
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-03-04
Add a workaround against a NULL pointer dereference on alpha when
Miod Vallat
2007-09-19
Remove unused tulip_21041_media_noprobe() function and tulip_21041np_boardsw
Brad Smith
2007-02-14
Consistently spell FALLTHROUGH to appease lint.
Jonathan Gray
2006-07-08
print the chipset revision too.
Brad Smith
2006-07-08
shorten dmesg entry from two lines to one.
Brad Smith
2006-07-08
tulip_pci_(probe/attach) -> tulip_(probe/attach)
Brad Smith
[next]