summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_sip.c
AgeCommit message (Expand)Author
2023-06-02follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.andvar
2022-09-24Remove unnecessary include of <sys/malloc.h>.thorpej
2022-09-11Packets larger than 1518 bytes (1522 bytes if VLAN tag is included) are no lo...ryo
2022-08-06sip(4): Tidy up DMA syncs.riastradh
2022-05-24fix various typos in comment, documentation and log messages.andvar
2022-02-16fix various typos, mainly in comments.andvar
2021-12-31sys: Use if_init wrapper function.riastradh
2021-10-21fix various typos, mainly in comments, but also in man pages and log messages.andvar
2020-03-16Do the "have transmit resources available" check before checking thatthorpej
2020-03-15Don't bother with IFF_OACTIVE.thorpej
2020-03-13Adjust the logic for enabling the 64-bit data path when a 64-bit slotthorpej
2020-03-08Support 64-bit DMA addressing on the DP83820, used only when a 64-bitthorpej
2020-02-07Use callout_setfunc() / callout_schedule().thorpej
2020-02-04Use ifmedia_fini().thorpej
2020-01-30Adopt <net/if_stats.h>.thorpej
2019-09-13 if_flags is neither int nor short. It's unsigned short.msaitoh
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-26No functional change:msaitoh
2019-04-26 Fix a bug that read value of MII_EXTSR register on TBI mode always fails.msaitoh
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-05-10 Use pci_intr_establish_xname().msaitoh
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-08Apply deferred if_start frameworkozaki-r
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
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
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2013-03-30remove trailing whitespacechristos
2012-09-23match some more devices.chs
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-12-12Using BUS_DMA_NOCACHE for bus_dmamem_map() causes issues on (at least) sparc64.jakllsch
2011-11-19First step of random number subsystem rework described intls
2011-10-15"return f();" where both f and the enclosing function return void isdholland
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-02-24Use device_suspensor_t.dyoung
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-08Expand PMF_FN_* macros.dyoung
2009-11-26Cleanup interrupt establish error messages. Do not mixnjoly
2009-09-16In pmf(9), improve the implementation of device self-suspensiondyoung
2009-09-05Invert logic around nested pmf(9) registrations for readability.tsutsui