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
/
ic
/
ti.c
Age
Commit message (
Expand
)
Author
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2022-01-09
spelling
Jonathan Gray
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2019-09-25
Argument order fix for MCLGETI.
Kevin Lo
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
2016-03-10
don't check stack-allocated arrays against NULL
mmcc
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
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-09-09
sizes for free(); ok semarie
Theo de Raadt
2015-08-12
removes two mem leaks in ti (in error path).
Sebastien Marie
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-05-19
Convert 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-08-20
replace the custom jumbo allocator with MCLGETI.
David Gwynne
2014-07-22
Fewer <netinet/in_systm.h>
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2013-10-01
Use %z* for size_t
Stefan Fritsch
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-06-21
remove some unnecessary casts. ok blambert deraadt kettenis matthew
Ted Unangst
2010-09-20
Stop doing shutdown hooks in network drivers where possible. We already
Theo de Raadt
2009-12-13
Cleanup promiscuous mode and multicast handling. From Brad.
Mark Kettenis
2009-08-29
Split the ti(4) driver into mostly bus-agnostic code and PCI-specific
Mark Kettenis