summaryrefslogtreecommitdiff
path: root/sys/dev/ic/i82557.c
AgeCommit message (Expand)Author
2022-06-25Pass proper status values to rnd_add_uint32(9) as rnd(9) man page claims.tsutsui
2020-02-07Use callout_setfunc() / callout_schedule().thorpej
2020-02-04Use ifmedia_fini().thorpej
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-10-30 if_percpuq(9) automatically increments if_ipackets, so don't add number ofmsaitoh
2019-09-20Fix direction of the loop.maxv
2019-07-09 Don't automatically set ec_capenable's ETHERCAP_VLAN_HWTAGGING bit inmsaitoh
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23No functional change:msaitoh
2019-04-22 In drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass tomsaitoh
2019-01-22 Change MII PHY read/write API from:msaitoh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2017-09-26VLAN ID uses pkthdr instead of mtag now. Contributed by s-yamaguchi@IIJ.knakahara
2017-02-20Apply 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-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
2013-09-12Remove unused variablemartin
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-09-02Add support for some fxp devices from FreeBSD and OpenBSD.msaitoh
2011-03-30IFF_PROMISC implys IFF_ALLMULTI.jakllsch
2010-11-13Include sys/proc.h for tsleep, wakeup.uebayasi
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-03-22Check whether the fxp(4) actually attached before calling fxp_stop().dyoung
2010-03-22In fxp_detach(), fxp_stop(), first. fxp_stop() stops the callout.dyoung
2010-02-25Make fxp at cardbus detach during shutdown.dyoung
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-09-15Simplify activation routines: don't call mii_activate(), it's adyoung
2009-03-16Pull a fix from hme.c rev 1.73 (to #if 0'ed out part):tsutsui
2009-03-15Tweak comments and conditionals about EXT_RFA and IPCB.tsutsui
2009-03-11u_intNN_t -> uintNN_ttsutsui
2009-03-09Computed checksum value by the FXPF_82559_RXCSUM feature includes datatsutsui
2009-03-07Add TCPv4/UDPv4 RX hardware checksum support for i82559 and later chipstsutsui
2009-03-04Use FXPF_EXT_RFA flag instead of FXPF_EXT_TXCB to see IPCB capabilitytsutsui
2009-02-20- remove FXPF_IPCB flag. it should always/only be used with the codemrg
2009-01-18The PCI revision numbers are unique to a PCI vendor/productmrg
2008-12-05Wrap long lines.tsutsui
2008-12-04Don't pass uint8_t values to le16toh() in fxp_rx_hwcksum().tsutsui
2008-12-04Add a missed htole32() on the previous ip4csum-tx bug workaround.tsutsui
2008-12-04Sort Tx/Rx macro in previous.tsutsui
2008-12-03Add a workaround for hardware ip4csum-tx bug and enable it.tsutsui
2008-12-03Call BUS_DMASYNC_PREREAD more strictly on polling DMA descriptors.tsutsui
2008-07-31Calling fxp_init within the interrupt handler results inws
2008-07-09- device/softc split for fxp(4)joerg
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2008-02-07Start patching up the kernel so that a network driver always hasdyoung