aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sge
Commit message (Expand)AuthorAgeFilesLines
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-8/+8
* 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-6/+6
* Increase the number of TX DMA segments from 32 to 35. It turnedPyun YongHyeon2014-03-311-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+1
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon2011-10-171-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-5/+3
* Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl2010-10-151-4/+4
* Make sure to not use stale ip/tcp header pointers. The ip/tcpPyun YongHyeon2010-10-141-0/+2
* Remove enabling RX checksum offloading in RX filter setup. RXPyun YongHyeon2010-07-082-6/+5
* Don't blindly set IFF_DRV_OACTIVE when sge_encap() fails. If therePyun YongHyeon2010-06-041-2/+3
* sge_encap() can sometimes return an error with m_head set to NULL.Pyun YongHyeon2010-05-241-1/+2
* SiS190 supports RX 10 bytes padding, CRC stripping as well as VLANPyun YongHyeon2010-05-101-50/+14
* Implement TSO and TSO over VLAN. Increase number of allowedPyun YongHyeon2010-05-102-15/+103
* Free entire mbuf chain instead of the first mbuf.Pyun YongHyeon2010-05-041-2/+2
* Enable multi-descriptor transmisstion for fragmented mbufs. TherePyun YongHyeon2010-05-042-103/+148
* Remove clearing RxHashTable2 register. The register is reprogrammedPyun YongHyeon2010-05-041-1/+0
* Fix wrong dma tag usage. Previously it used TX descriptor ring dmaPyun YongHyeon2010-05-031-3/+4
* Enable VLAN hardware tag insertion/stripping. Due to lack of SiS190Pyun YongHyeon2010-04-292-6/+60
* Enable FCS stripping and padding 10 bytes bit of RX MAC controlPyun YongHyeon2010-04-292-5/+32
* Explicitly marks SiS190 to differentiate it from SiS191.Pyun YongHyeon2010-04-292-1/+2
* Remove wrong link state chage.Pyun YongHyeon2010-04-291-1/+0
* Preserve unknown bits of RX MAC control register when driverPyun YongHyeon2010-04-291-15/+16
* Intialize interrupt moderation control register. The magic valuePyun YongHyeon2010-04-221-0/+3
* Fix include path.Pyun YongHyeon2010-04-151-1/+1
* Add driver for Silicon Integrated Systems SiS190/191 Fast/Gigabit Ethernet.Pyun YongHyeon2010-04-142-0/+2095