summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_de.c
AgeCommit message (Expand)Author
2020-01-19Remove the de(4) driver, which has long since been supplanted by thethorpej
2020-01-06Protect ec_multicnt.msaitoh
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
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-05-21- I think it's not required to test "#if defined(IFM_ETHER)" now.msaitoh
2019-04-24 Remove extra test of SIOCSIFMEDIA.msaitoh
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2019-01-08 KNF. No functional change.msaitoh
2018-12-09use pci_intr_establish_xname() everywherejdolecek
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-22Remove bpf_tap() call in rx. It's done in if_percpuq_softint().msaitoh
2018-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
2018-03-19s/been been/been/ in comment.msaitoh
2016-12-15Move bpf_mtap in Tx hardware intrrupt to if_startozaki-r
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-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-05-18remove stray line accidentally committed.christos
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2013-03-30remove trailing whitespacechristos
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-02Entropy-pool implementation move and cleanup.tls
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-02-02Add missing parentheses, found by cppcheck and reported bywiz
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-05-12use device_private().cegger
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-29Merge patch from PR 12605, which tidies up allocation of transmit DMA maps.dholland
2009-03-18bzero -> memsetcegger
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-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-01Change a bazillion occurrences of code resembling this,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
2006-10-24add zero initializers to make that compile againdrochner
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2006-05-15Move the lmc match test in the right place (not in the bsdi match). Fromchristos
2006-04-20Put back the code that avoids matching the lmc card. As pointed out by Davidchristos
2005-12-24__inline__ -> inlineperry
2005-12-06Remove the "don't match lmc cards" test, because the lmc driver returns achristos