summaryrefslogtreecommitdiff
path: root/sys/dev/sge
AgeCommit message (Expand)Author
2025-01-02Remove now-redundant calls to device_delete_childJohn Baldwin
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-06Mechanically convert sge(4) to IfAPIJustin Hibbits
2022-05-06sge: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2016-04-21Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-08-30Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff
2014-06-11Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin
2014-03-31Increase the number of TX DMA segments from 32 to 35. It turnedPyun YongHyeon
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-10-17Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon
2011-05-03- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl
2010-10-15Converted the remainder of the NIC drivers to use the mii_attach()Marius Strobl
2010-10-14Make sure to not use stale ip/tcp header pointers. The ip/tcpPyun YongHyeon
2010-07-08Remove enabling RX checksum offloading in RX filter setup. RXPyun YongHyeon
2010-06-04Don't blindly set IFF_DRV_OACTIVE when sge_encap() fails. If therePyun YongHyeon
2010-05-24sge_encap() can sometimes return an error with m_head set to NULL.Pyun YongHyeon
2010-05-10SiS190 supports RX 10 bytes padding, CRC stripping as well as VLANPyun YongHyeon
2010-05-10Implement TSO and TSO over VLAN. Increase number of allowedPyun YongHyeon
2010-05-04Free entire mbuf chain instead of the first mbuf.Pyun YongHyeon
2010-05-04Enable multi-descriptor transmisstion for fragmented mbufs. TherePyun YongHyeon
2010-05-04Remove clearing RxHashTable2 register. The register is reprogrammedPyun YongHyeon
2010-05-03Fix wrong dma tag usage. Previously it used TX descriptor ring dmaPyun YongHyeon
2010-04-29Enable VLAN hardware tag insertion/stripping. Due to lack of SiS190Pyun YongHyeon
2010-04-29Enable FCS stripping and padding 10 bytes bit of RX MAC controlPyun YongHyeon
2010-04-29Explicitly marks SiS190 to differentiate it from SiS191.Pyun YongHyeon
2010-04-29Remove wrong link state chage.Pyun YongHyeon
2010-04-29Preserve unknown bits of RX MAC control register when driverPyun YongHyeon
2010-04-22Intialize interrupt moderation control register. The magic valuePyun YongHyeon
2010-04-15Fix include path.Pyun YongHyeon
2010-04-14Add driver for Silicon Integrated Systems SiS190/191 Fast/Gigabit Ethernet.Pyun YongHyeon