aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/msk
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-9/+12
* Enter net epoch in msk_tick.Alexander Kabaev2020-01-271-0/+3
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-14/+16
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-182-0/+4
* Remove unnecessary assignment.Pyun YongHyeon2017-04-141-1/+1
* Remove NULL checks after M_WAITOK allocations from msk(4).Edward Tomasz Napierala2016-08-091-12/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-4/+4
* ifnet lock was changed to use sx(9) long time ago.Pyun YongHyeon2016-02-221-2/+2
* Fix variable assignment.Pyun YongHyeon2016-02-181-1/+1
* Set DMA alignment constraint of status, TX and RX LEs(List ElementsPyun YongHyeon2015-08-281-7/+2
* Eliminate unnecessary checking for M_EXT on mbufs returned by m_getjcl().Robert Watson2014-10-131-4/+0
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-10/+10
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin2014-06-111-19/+16
* Increase the number of TX DMA segments from 32 to 35. It turnedPyun YongHyeon2014-03-311-1/+1
* Revert r234666. Clearing TWSI IRQ seems to cause watchdog timeoutPyun YongHyeon2014-02-071-3/+0
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Perform media change after setting IFF_DRV_RUNNING flag. Without it,Pyun YongHyeon2013-11-011-3/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* - Merge from r249476: Ensure that PCI bus BUS_GET_DMA_TAG() method seesMarius Strobl2013-05-301-7/+16
* - Correct mispellings of the word occurrenceGabor Kovesdan2013-04-171-1/+1
* RX checksum offloading on old Yukon controllers seem to cause morePyun YongHyeon2013-02-271-0/+6
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-4/+4
* For Yukon II controllers that implement optional temperature sensorPyun YongHyeon2012-04-251-0/+3
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* Increase wait time for OP_TCPSTART command processing. It seemsPyun YongHyeon2011-12-191-2/+2
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-10/+2
* Enable 64bit DMA addressing support for all msk(4) controllers.Pyun YongHyeon2011-11-162-67/+177
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon2011-10-171-1/+1
* Correctly check MAC running status before disabling TX/RX MACs.Pyun YongHyeon2011-05-311-1/+1
* style(9)Pyun YongHyeon2011-05-241-16/+17
* When MTU is changed, check whether driver should be reinitialized orPyun YongHyeon2011-05-231-1/+4
* Add initial support for Marvell 88E8055/88E8075 Yukon Supreme.Pyun YongHyeon2011-05-232-4/+28
* Do not touch ASF related register for controllers that do not havePyun YongHyeon2011-05-232-17/+25
* Make sure to enable all clocks before accessing registers.Pyun YongHyeon2011-05-231-31/+23
* Do not configure RAM registers for controllers that do not havePyun YongHyeon2011-05-231-2/+8
* Rework store and forward configuration of TX MAC FIFO. Basically itPyun YongHyeon2011-05-231-23/+10
* Do not blindly clear entire GPHY control register. It seems somePyun YongHyeon2011-05-231-2/+2
* When msk_detach() is called from msk_attach(), ifp may beGleb Smirnoff2011-04-251-1/+2
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-2/+2
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingMatthew D Fleming2011-01-191-3/+3
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.Matthew D Fleming2011-01-191-1/+1
* Fix endianness bug introduced in r205091.Pyun YongHyeon2010-12-311-1/+1
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl2010-11-141-5/+7
* Fix typos.Rebecca Cran2010-11-091-9/+9
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-11/+10
* Catch up to rename of the constant for the Master Data Parity Error bit inJohn Baldwin2010-09-091-2/+2
* When VLAN hardware tagging is disabled, make sure to disable VLANPyun YongHyeon2010-05-041-1/+2
* Make sure to check whether driver is running before processingPyun YongHyeon2010-05-041-9/+6