summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_pcn.c
AgeCommit message (Expand)Author
2022-09-24Remove unnecessary include of <sys/malloc.h>.thorpej
2020-03-16Do the "have transmit resources available" check before checking thatthorpej
2020-03-15Don't bother with IFF_OACTIVE.thorpej
2020-02-07Use callout_setfunc() / callout_schedule().thorpej
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-10-11 Use unsigned to avoid undefined behavior. Found by kUBSan.msaitoh
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23 Whitespace fix (mainly tabify).msaitoh
2019-05-23No functional change:msaitoh
2019-04-22 In drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass tomsaitoh
2019-01-22 Change MII PHY read/write API from:msaitoh
2018-12-02use pci_intr_establish_xname()jdolecek
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
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-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-04-27fix mbuf leak on failure (Brainy)christos
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2013-03-30remove trailing whitespacechristos
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-11-19First step of random number subsystem rework described intls
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-04-30silence "boot -z"hubertf
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-09-06Replace shutdownhook_establish(9) with pmf_device_register1(9).tsutsui
2009-05-06struct device * -> device_t, no functional changes intended.cegger
2008-04-04Split device_t/softc with misc related changes.tsutsui
2008-03-21pci_activate() expects for its void * argument to be a device_t,dyoung
2008-03-11Prepare for PMF self-suspension: in the if_stop() methods, cleardyoung
2008-01-20Now that the driver goes through the mii_ifmedia_change indirectionjmmv
2008-01-19Make many ethernet drivers share the common code for MII mediadyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-08-29Constify: LLADDR() -> CLLADDR().dyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-15Fix typo (enaddr[3] should be enaddr[2]), and add note to comment,jdarrow
2006-11-01Detect if we're talking to a VMware virtual interface, and, if so,thorpej
2006-10-31In the pcn driver:thorpej
2006-10-12- sprinkle __unused on function decls.christos
2006-06-17re-factor the pci powestate api. reviewed by gimpychristos
2006-06-14Call pcn_reset() in pcn_shutdown() so that my 7248 (prep) firmwaretsutsui
2006-02-22IBM makes a pcn card that shows up as:garbled
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry