summaryrefslogtreecommitdiff
path: root/sys/dev/ic/hme.c
AgeCommit message (Expand)Author
2022-05-29Audit unload/unmap v.s. free against DMA buffer for sys/dev;rin
2020-03-12Add support for MBUFTRACE.thorpej
2020-02-07Use callout_setfunc() / callout_schedule().thorpej
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23 Whitespace fix (mainly tabify).msaitoh
2019-05-23No functional change:msaitoh
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2019-01-22 Change MII PHY read/write API from:msaitoh
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
2018-05-08Fix mis-placed right paren. kern/53271pgoyette
2017-05-23Apply 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-10-02MFREE -> m_freechristos
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
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-06-24PR kern/46424jdc
2012-02-02Entropy-pool implementation move and cleanup.tls
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-11-03Use hme_init() to provide a non-NULL ifp->if_init.jakllsch
2009-09-19Use common ether_crc32_le() for multicast hash.tsutsui
2009-09-18hme_reset() is no longer called from bus attachments so make it static.tsutsui
2009-09-08Make local functions static and remove a declaration that is also in hmevar.h.tsutsui
2009-09-08- split out chip reset ops from hme_stop() into a new functiontsutsui
2009-05-17Split device_t/softc.tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-06Check for internal PHY first, so that it always attaches first, even whenjdc
2009-04-16Some cosmetics in rxcsum code. Tested on i386.tsutsui
2009-04-16u_intNN_t -> uintNN_ttsutsui
2009-03-29Don't assume all RX packets have VLAN headers even if vlanif is configured.tsutsui
2009-03-16Fix a bug in calculation of checksum deduction:tsutsui
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-07Replace incorrect local ether_cmp() function with memcmp(9)tsutsui
2009-03-07Add an `else' missed in rev 1.49 otherwise RX hardware checksum on hme(4)tsutsui
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-11-07*** Summary ***dyoung
2008-05-04device_t/softc split for all mii(4) devices, and other relatedxtraeme
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
2008-01-21Remove an unnecessary check that yields a spurious EINVAL duringdyoung
2008-01-19Make many ethernet drivers share the common code for MII mediadyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had