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