#
481d3881 |
| 05-Jul-2024 |
rin <rin@NetBSD.org> |
sys: Drop redundant NULL check before m_freem(9)
m_freem(9) safely has accepted NULL argument at least since 4.2BSD: https://www.tuhs.org/cgi-bin/utree.pl?file=4.2BSD/usr/src/sys/sys/uipc_mbuf.c
Co
sys: Drop redundant NULL check before m_freem(9)
m_freem(9) safely has accepted NULL argument at least since 4.2BSD: https://www.tuhs.org/cgi-bin/utree.pl?file=4.2BSD/usr/src/sys/sys/uipc_mbuf.c
Compile-tested on amd64/ALL.
Suggested by knakahara@
show more ...
|
#
d4107bf4 |
| 06-Nov-2021 |
msaitoh <msaitoh@NetBSD.org> |
Fix typo in comment. s/notifcation/notification/
|
#
643a7847 |
| 21-Sep-2021 |
christos <christos@NetBSD.org> |
don't opencode kauth_cred_get()
|
#
6584ea56 |
| 09-Aug-2021 |
andvar <andvar@NetBSD.org> |
fix various typos in compatibility, mainly in comments.
|
#
1d832122 |
| 12-Jun-2021 |
riastradh <riastradh@NetBSD.org> |
ath(4): Use config_deactivate; don't abuse autoconf private dv_flags.
|
#
4a4197aa |
| 13-Apr-2021 |
mrg <mrg@NetBSD.org> |
use correct enum types for various functions.
|
#
da4e125d |
| 16-Nov-2020 |
msaitoh <msaitoh@NetBSD.org> |
s/reseting/resetting/
|
#
984bb2b3 |
| 22-Jul-2020 |
msaitoh <msaitoh@NetBSD.org> |
s/reseting/resetting/
|
#
0cb58bf8 |
| 12-Jun-2020 |
thorpej <thorpej@NetBSD.org> |
pmf-powerdown == false --> pmf-no-powerdown == true
|
#
2d501ecf |
| 29-Jan-2020 |
thorpej <thorpej@NetBSD.org> |
Adopt <net/if_stats.h>.
|
#
edc0c345 |
| 17-Dec-2019 |
christos <christos@NetBSD.org> |
Protect network ioctls from non-authorized users. (Ilja Van Sprundel)
|
#
d47bcd29 |
| 10-Nov-2019 |
chs <chs@NetBSD.org> |
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT and remove code to handle failures that can no longer happen.
|
#
83759283 |
| 28-May-2019 |
msaitoh <msaitoh@NetBSD.org> |
Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.
|
#
5542e458 |
| 23-May-2019 |
msaitoh <msaitoh@NetBSD.org> |
Whitespace fix (mainly tabify).
|
#
c34bdbc5 |
| 23-May-2019 |
msaitoh <msaitoh@NetBSD.org> |
-No functional change: - KNF - u_int*_t -> uint*_t.
|
#
3cd62456 |
| 26-Jun-2018 |
msaitoh <msaitoh@NetBSD.org> |
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward compatibility with BIOC[GS]SEESENT ioctl. The userland interface is the same as FreeBSD.
This change also fixes a bug th
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward compatibility with BIOC[GS]SEESENT ioctl. The userland interface is the same as FreeBSD.
This change also fixes a bug that the direction is misunderstand on some environment by passing the direction to bpf_mtap*() instead of checking m->m_pkthdr.rcvif.
show more ...
|
#
5ffb0503 |
| 02-Feb-2017 |
nonaka <nonaka@NetBSD.org> |
wlan interfaces make interrupt routine running on softint context.
see http://mail-index.netbsd.org/tech-kern/2016/12/06/msg021281.html
tested device: * ath at pci: AR5212, AR5424 * athn at pci:
wlan interfaces make interrupt routine running on softint context.
see http://mail-index.netbsd.org/tech-kern/2016/12/06/msg021281.html
tested device: * ath at pci: AR5212, AR5424 * athn at pci: AR9287 * ipw at pci: 2100BG * iwi at pci: 2915ABG * iwm at pci: 3165, 7260, 8260 * iwn at pci: 4945, 6235 * ral at pci: RT2560 * rtwn at pci: RTL8192CE
show more ...
|
#
d938d837 |
| 10-Jun-2016 |
ozaki-r <ozaki-r@NetBSD.org> |
Introduce m_set_rcvif and m_reset_rcvif
The API is used to set (or reset) a received interface of a mbuf. They are counterpart of m_get_rcvif, which will come in another commit, hide internal of rcv
Introduce m_set_rcvif and m_reset_rcvif
The API is used to set (or reset) a received interface of a mbuf. They are counterpart of m_get_rcvif, which will come in another commit, hide internal of rcvif operation, and reduce the diff of the upcoming change.
No functional change.
show more ...
|
#
6bbd2477 |
| 26-May-2016 |
ozaki-r <ozaki-r@NetBSD.org> |
Introduce M_CLEARCTX and use it instead of open-coding rcvif
No functional change.
|
#
ea0349e7 |
| 26-May-2016 |
ozaki-r <ozaki-r@NetBSD.org> |
Use M_GETCTX
No functional change.
|
#
5614feca |
| 08-Apr-2016 |
roy <roy@NetBSD.org> |
Revert prior.
|
#
3fca7e8b |
| 06-Apr-2016 |
roy <roy@NetBSD.org> |
Fix rssi
|
#
f0a7346d |
| 18-Oct-2014 |
snj <snj@NetBSD.org> |
src is too big these days to tolerate superfluous apostrophes. It's "its", people!
|
#
97f5cd3b |
| 12-Sep-2013 |
martin <martin@NetBSD.org> |
Remove unused variable
|
#
545ad321 |
| 27-Jan-2013 |
jmcneill <jmcneill@NetBSD.org> |
don't transmit while in a key change is in progress
|