summaryrefslogtreecommitdiff
path: root/sys/dev/my
AgeCommit message (Expand)Author
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-13bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits
2023-10-13Revert "bpf: Add IfAPI analogue for bpf_peers_present()"Justin Hibbits
2023-10-13bpf: Add IfAPI analogue for bpf_peers_present()Justin Hibbits
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-06Mechanically convert if_my(4) to IfAPIJustin Hibbits
2022-05-09my: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2020-09-01my: clean up empty lines in .c and .h filesMateusz Guzik
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2018-09-26Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-17Remove register keyword from sys/ and ANSIfy prototypesEd Maste
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2014-09-18Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-05-16Remove some unused variables.Christian Brueffer
2013-12-29Remove superfluous old-style rcsid[] from if_my.c. There is already anDimitry Andric
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-01-30Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-01-07ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo
2011-06-28Remove duplicate header includesKevin Lo
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2009-11-19- This driver used the if_watchdog timer both as a watchdog on transmit andJohn Baldwin
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-03-23Release driver lock at the end of the watchdog routine instead of trying toJohn Baldwin
2009-02-05Shutdown returns an int.Warner Losh
2007-10-12Spelling fix for interupt -> interruptKevin Lo
2007-03-11my(4) doesn't need miibus(4).Christian Brueffer
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-12-29Fix fat-fingering in previous commit.John Baldwin
2006-12-29Various bpf(4) related fixes to catch places up to the new bpf(4)John Baldwin
2006-09-15- Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff
2006-06-05Add altq(4) support.Christian Brueffer
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2005-12-04Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov
2005-11-11- Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov
2005-08-16Fixup locking in if_my(4) and mark it MPSAFE:John Baldwin
2005-08-10- Remove pre-new-bus code under #if 0 and some other rotted code underJohn Baldwin
2005-08-10- Use if_printf() and device_printf() instead of outputting my%d:John Baldwin
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-08-03Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-03-05Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-06-09Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber