summaryrefslogtreecommitdiff
path: root/sys/dev/ic/elinkxl.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-10 Restore an register read for RX_FRAMES_OK which was removed in rev. 1.133.msaitoh
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-13 if_flags is neither int nor short. It's unsigned short.msaitoh
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-04-22 On drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass tomsaitoh
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-23constifymaxv
2018-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
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
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
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-03-22Add a self-suspensor. It's not used, yet.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-09-05Invert logic around nested pmf(9) registrations for readability.tsutsui
2008-12-03Fix typo in comment.tsutsui
2008-11-07*** Summary ***dyoung
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-14- ansifycegger
2008-04-14pretty up if_ex: pmf'ify, device split, and improve printing a bit too.spz
2008-04-14ansifycegger
2008-04-08use aprint_*_dev and device_xnamecegger
2008-02-07Start patching up the kernel so that a network driver always hasdyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-12Oops, I didn't notice the file had been updated and overwroteitohy
2006-11-12- In some rare cases, both Tx Complete and Dn Complete bits are set.itohy
2006-11-12Add a workaround for a hardware ip4csum-tx bug which would sometimes puttsutsui
2006-11-05Restart transmitter, not reset the entire chip, on transmission errorsitohy
2006-11-04Preserve m_pkthdr.csum_flags in TX packets becausetsutsui
2006-10-29Turn on PHY power earlier in the initialization.itohy