summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ti.c
AgeCommit message (Expand)Author
2022-05-23Audit unload/unmap v.s. free against DMA buffer for sys/dev/pci;rin
2021-11-10s/desciptor/descriptor/ in comment.msaitoh
2021-06-05Back out the following changes:thorpej
2020-03-05Add support for Farallon PN9000SX from FreeBSD.msaitoh
2020-03-05No functional change:msaitoh
2020-03-05No functional change:msaitoh
2020-03-05s/Intialize/Initialize/ in comment.msaitoh
2020-03-03Don't clear CFI and priority bit to pass them to the upper layer.msaitoh
2020-02-29- Change the definition and usage of TI_HOSTADDR() to allow for 64-bitthorpej
2020-02-01Adopt <net/if_stats.h>.thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-07-09 Don't automatically set ec_capenable's ETHERCAP_VLAN_HWTAGGING bit inmsaitoh
2019-05-29Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA inmsaitoh
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23-No functional change:msaitoh
2019-04-26No functional change:msaitoh
2019-04-11 Fix a bug that the duplex of manual media setting may be wrongmsaitoh
2018-12-09use pci_intr_establish_xname() everywherejdolecek
2018-07-18Be consistent among ethernet drivers on the convention for printing ethernetsevan
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-02-08Typos.dholland
2017-09-26VLAN ID uses pkthdr instead of mtag now. Contributed by s-yamaguchi@IIJ.knakahara
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-08Apply deferred if_start frameworkozaki-r
2016-07-14- Use aprint_normal_dev() instead of aprint_error_dev() when printingmsaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-07-25Memory leak. Same as r1.93. I don't know why Brainy didn't detect itmaxv
2015-04-27fix mbuf leak on failure (Brainy)christos
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2014-02-27Remove impossible checks.joerg
2012-10-27split device_t/softc for all remaining drivers.chs
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-11-26Cleanup interrupt establish error messages. Do not mixnjoly
2009-09-27Replace shutdownhook_establish(9) with pmf_device_register1(9).tsutsui
2009-05-12use device_private().cegger
2009-05-06struct device * -> device_t, no functional changes intended.cegger
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-11-07*** Summary ***dyoung
2008-04-10use aprint_*_dev and device_xnamecegger
2008-02-07Start patching up the kernel so that a network driver always hasdyoung
2007-11-07Merge from vmlocking:ad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-07First part of ti(4) overhaul:tnn
2007-09-01Change a bazillion occurrences of code resembling this,dyoung
2007-08-29Constify: LLADDR() -> CLLADDR().dyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos