summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ti.c
AgeCommit message (Expand)Author
2023-11-10Make ifq and ifiq interface MP safe.Alexander Bluhm
2022-01-09spellingJonathan Gray
2020-12-12Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.jan
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2019-09-25Argument order fix for MCLGETI.Kevin Lo
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-03-10don't check stack-allocated arrays against NULLmmcc
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-11-14Do not include <net/if_vlan_var.h> when it's not necessary.Martin Pieuchot
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-09-09sizes for free(); ok semarieTheo de Raadt
2015-08-12removes two mem leaks in ti (in error path).Sebastien Marie
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-05-19Convert to if_input().Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-22unifdef INETTed Unangst
2014-12-06A few last 'easy' #include dedups.Kenneth R Westerback
2014-08-20replace the custom jumbo allocator with MCLGETI.David Gwynne
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-10-01Use %z* for size_tStefan Fritsch
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2011-06-21remove some unnecessary casts. ok blambert deraadt kettenis matthewTed Unangst
2010-09-20Stop doing shutdown hooks in network drivers where possible. We alreadyTheo de Raadt
2009-12-13Cleanup promiscuous mode and multicast handling. From Brad.Mark Kettenis
2009-08-29Split the ti(4) driver into mostly bus-agnostic code and PCI-specificMark Kettenis