summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_vte.c
AgeCommit message (Expand)Author
2022-09-24Remove unnecessary include of <sys/malloc.h>.thorpej
2022-09-17vte_ifstart(): Make the condition if the transmit loop the number ofthorpej
2022-09-03Garbage-collect the remaining vestiges of netisr.thorpej
2021-08-30Restore original MDC speed control register value after MAC reset, if it wasn...andvar
2020-02-07Use callout_setfunc() / callout_schedule().thorpej
2020-02-04Use ifmedia_fini().thorpej
2020-02-01Adopt <net/if_stats.h>.thorpej
2019-11-12Fix whitespace. From vezhlysmaya
2019-10-30 if_percpuq(9) automatically increments if_ipackets, so don't add number ofmsaitoh
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-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2019-01-22 Change MII PHY read/write API from:msaitoh
2018-12-09use pci_intr_establish_xname() everywherejdolecek
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
2017-06-26PR/52333: Jia-Ju Bai: explicitly pass BUS_DMA_NOWAIT to bus_dmamap_load_mbuf()christos
2017-05-23Apply deferred if_start to more driversozaki-r
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-07-11KNF. No functional change.msaitoh
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-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-03-30remove trailing whitespacechristos
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2012-02-02Entropy-pool implementation move and cleanup.tls
2012-01-30Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}drochner
2011-04-28- Properly count collisionsbouyer
2011-04-02Fix misplaced parenthesis. From henning.petersen@t-online.de, thanks.mbalmer
2011-01-26Add a driver for the RDC Semiconductor RDC R6040 10/100 Ethernet controller,bouyer