summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_sk.c
AgeCommit message (Expand)Author
2022-05-23Audit unload/unmap v.s. free against DMA buffer for sys/dev/pci;rin
2022-05-03fix various typos, mainly s/trasfering/transferring/ and s/theese/these/.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-05-08Use pci_compatible_match().thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-07-02prop_data_data_nocopy -> prop_data_valuemsaitoh
2020-02-240x%p --> %p for non-external codes.rin
2020-01-30Adopt <net/if_stats.h>.thorpej
2019-12-27s/is is/is/ in comment.msaitoh
2019-11-28localifymaxv
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-06-03 KNF. No functional change.msaitoh
2019-06-03 Make new sk_unreset_{xmac,yukon}() and use them in sk_attach().msaitoh
2019-05-30 Simplify MII structure initialization and reference. No functional change.msaitoh
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-11 Fix a bug that the duplex of manual media setting may be wrongmsaitoh
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2019-01-22 Change MII PHY read/write API from:msaitoh
2019-01-08 Whitespace fix. No functional change.msaitoh
2019-01-08u_int{8,16,32,64}_t -> uint{8,16,32,64}_t. No functional change.msaitoh
2018-11-15Remove the 'copy' argument from m_devget(), unused. While here renamemaxv
2018-07-04use pci_intr_establish_xname()jdolecek
2018-07-03attach the rnd source only once even with dual-port adaptersjdolecek
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-12move SK_HASH_BITS to if_skreg.h and reuse in if_msk.c (from OpenBSD)jdolecek
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-14Tidy up and make it look like the other drivers.christos
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-12-10don't give up on mii tick before the interface is marked up.christos
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-09-13#ifdef a variable like their usemartin
2013-06-11 Remove an extra mii_pollstat() call. The PHY status should be updatedmsaitoh
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
2011-05-29The Genesis interface provides a register in the device specific config spacephx
2010-07-26Add PAE to ALL kernel, so that most paddr_t format string errors get caughtjym
2010-05-16Make netboot generate a BTINFO_NET bootinfo node for the Synology sk(4) NIC.phx
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-08Expand PMF_FN_* macros.dyoung
2009-11-26Cleanup interrupt establish error messages. Do not mixnjoly