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_txp.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-03-11
Constify struct cfattach.
Martin Pieuchot
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2017-08-23
Prevent trashing of the producer index and descriptor counter
Mike Belopuhov
2017-07-12
Tweak txp to avoid ifq_deq_begin/commit/rollback
Mike Belopuhov
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-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
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-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-11-14
Do not include <net/if_vlan_var.h> when it's not necessary.
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-04-30
Convert moar drivers to if_input().
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-12-06
A few last 'easy' #include dedups.
Kenneth R Westerback
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2014-07-13
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
Theo de Raadt
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
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-12-01
Don't bother to zero initialize the if_capabilities field first and
Brad Smith
2012-11-23
set ifp->if_baudrate with IF_Gbps() / IF_Mbps().
Gleydson Soares
2011-04-05
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
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
2009-08-13
- consistify cfdriver for the ethernet drivers (0 -> NULL)
Jasper Lievisse Adriaanse
2009-03-24
Upgrade to newer firmware needed by some txp(4) variants. Fixes PR 6085.
Mark Kettenis
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-11-09
Introduce bpf_mtap_ether(), which for the benefit of bpf listeners
Christian Weisgerber
2008-10-16
Switch the existing TX VLAN hardware support over to having the
Christian Weisgerber
2008-10-16
Convert RX tag stripping to storing the tag in the mbuf header and
Christian Weisgerber
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-18
Introduce the infrastructure required to support hardware VLAN tag
Christian Weisgerber
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-09-08
IEEE 802.3 Annex 28B.3 explicitly specifies the following relative
Brad Smith
2008-05-31
Clear the IFF_RUNNING/IFF_OACTIVE flags and the watchdog timer in
Brad Smith
2008-05-22
ANSI function definitions.
Brad Smith
2008-05-22
More timeout(9) usage cleaned up.
Michael Knudsen
2008-05-22
Remove unnecessary receive filter call from the attach hook. This is
Brad Smith
2008-05-22
Read the MII_ANAR register and get the common denominator ability.
Brad Smith
2008-05-22
Remove the "loaded firmware" message from dmesg. Only print something
Brad Smith
2008-04-03
Add missing half duplex flags for the media status.
Brad Smith
2007-04-11
Do not use m_prepend() directly, always use M_PREPEND() instead.
Claudio Jeker
2006-06-29
do not check for master/io/mem enables
Theo de Raadt
2006-05-28
unknown ioctl is ENOTTY not EINVAL
Jason Wright
[next]