NetBSD/sys/net
riastradh 9017c2c0e2 nd_timer: Update la_numheld when we clear la_hold (a.k.a. ln_hold).
Followup for PR kern/58297 fix.  Patch by mlelstv@.

PR kern/58301
2024-05-30 23:00:39 +00:00
..
agr ifconfig: fix agr status 2024-03-08 19:45:59 +00:00
lagg lagg(4): Fix missing destroy for list and entry 2024-04-05 06:51:41 +00:00
npf The analysis documented in PR misc/56990 is correct. 2023-08-08 16:10:41 +00:00
Makefile Garbage-collect the remaining vestiges of netisr. 2022-09-03 02:47:59 +00:00
bpf.c Don't call versioned stuff "old". Follow the naming convention for versioning 2023-07-31 17:41:17 +00:00
bpf.h bpf: Fix SIZEOF_BPF_HDR (for LP64 userland) on mips64 2023-08-23 13:21:17 +00:00
bpf_filter.c define symbols that new libpcap needs 2023-08-17 15:16:33 +00:00
bpf_stub.c
bpfdesc.h
bpfjit.c
bpfjit.h
bridgestp.c
bsd-comp.c
dl_print.c
dlt.h Use the version from libpcap-1.10.4 2023-08-17 15:17:05 +00:00
ether_slowprotocols.h Move net/agr/ieee8023_slowprotocols.h to net/ether_slowprotocols.h 2021-11-30 01:17:02 +00:00
ether_sw_offload.c
ether_sw_offload.h
ethertypes.h Add LLDP and MACSec. 2021-11-22 05:57:25 +00:00
files.net Fix build failure for i386 INSTALL_XEN3PAE_DOMU, sorry. 2021-09-24 05:26:06 +00:00
files.pf
if.c sys/net/if.c: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals. 2023-02-24 11:02:45 +00:00
if.h net/if.h: Explain the IFF_ALLMULTI situation. 2023-10-09 11:55:34 +00:00
if_arc.h
if_arcsubr.c Garbage-collect the remaining vestiges of netisr. 2022-09-03 02:47:59 +00:00
if_arp.h
if_bridge.c Sprinkle const 2022-07-29 07:58:18 +00:00
if_bridgevar.h bridge: Register bridge_ifdetach to ether_ifdetach hook 2021-09-30 03:57:48 +00:00
if_dl.h Increase sdl_data so that more then IFNAMSIZ bytes are available (again). 2022-11-07 08:32:35 +00:00
if_ether.h fix various typos in comments. 2024-02-05 21:46:04 +00:00
if_ethersubr.c Use ether_bpf_mtap only when the device supports vlan harware tagging 2023-11-02 09:40:47 +00:00
if_faith.c Garbage-collect the remaining vestiges of netisr. 2022-09-03 02:47:59 +00:00
if_faith.h
if_gif.c Fix various typos in comments, log messages and documentation. 2024-02-10 18:43:51 +00:00
if_gif.h
if_gre.c fix PIPE_SOCKETPAIR variant of pipe1() to apply correctly the 'flags' 2024-02-03 19:05:14 +00:00
if_gre.h fix various typos in comments, log messages and documentation. 2021-12-03 13:27:37 +00:00
if_ieee1394.h
if_ieee1394subr.c Garbage-collect the remaining vestiges of netisr. 2022-09-03 02:47:59 +00:00
if_ipsec.c Fix various typos in comments, log messages and documentation. 2024-02-10 18:43:51 +00:00
if_ipsec.h fix typos in comments, mainly s/foward/forward/. 2022-01-17 20:56:02 +00:00
if_l2tp.c l2tp(4): use ether_ifattach() to initialize ethercom 2023-11-02 09:43:46 +00:00
if_l2tp.h
if_llatbl.c Make arp have its own mowner 2022-11-19 08:00:51 +00:00
if_llatbl.h Make arp have its own mowner 2022-11-19 08:00:51 +00:00
if_llc.h
if_loop.c Fix "MPLS handled this" detection logic in the rump environment. 2022-09-04 23:34:51 +00:00
if_media.c Garbage-collect the remaining vestiges of netisr. 2022-09-03 02:47:59 +00:00
if_media.h s/resoure/resource/ in comments. 2024-04-18 10:32:03 +00:00
if_module.h
if_mpls.c Machete-waving to fix mpls rump build after pktqueue changes. 2022-09-03 20:29:30 +00:00
if_mpls.h
if_ppp.c Garbage-collect the remaining vestiges of netisr. 2022-09-03 02:47:59 +00:00
if_ppp.h
if_pppoe.c Fix stall on PPPOE_STATE_PADR_SENT, suggested by martin@n.o, thanks. 2022-08-15 08:28:41 +00:00
if_pppoe.h
if_pppvar.h
if_sl.c sl(4): Convert to ttylock/ttyunlock. 2022-10-26 23:42:42 +00:00
if_slvar.h fix various typos, mainly in comments. 2021-12-12 13:05:13 +00:00
if_sppp.h
if_spppsubr.c PR 57941: remove duplciate declaration (copy+pasto) 2024-02-17 15:47:39 +00:00
if_spppvar.h
if_srt.c
if_srt.h
if_stats.c
if_stats.h
if_stf.c Garbage-collect the remaining vestiges of netisr. 2022-09-03 02:47:59 +00:00
if_stf.h
if_tap.c tap(4): Just use mutex_enter. 2024-04-17 18:52:54 +00:00
if_tap.h
if_tun.c tun(4): Allow IPv6 packets with TUNSLMODE configured. 2024-03-09 13:55:27 +00:00
if_tun.h tun(4): Omit TUN_RWAIT micro-optimization. 2022-03-13 21:32:43 +00:00
if_types.h s/Multilik/Multilink/ 2022-03-20 20:37:59 +00:00
if_vether.c
if_vlan.c Support vlan(4) over l2tp(4) 2023-11-02 09:48:29 +00:00
if_vlanvar.h Handling frames that vlan id is 0 as non-VLAN frames 2022-06-20 08:02:25 +00:00
if_wg.c wg(4): Bind to CPU in wg_handle_packet. 2024-03-10 04:21:47 +00:00
if_wg.h
link_proto.c sys: Use if_init wrapper function. 2021-12-31 14:25:22 +00:00
nd.c nd_timer: Update la_numheld when we clear la_hold (a.k.a. ln_hold). 2024-05-30 23:00:39 +00:00
nd.h
net_stats.c
net_stats.h
pfil.c micro optimaize for pfil_run_hooks(), ok'ed by ozaki-r@n.o and ryo@n.o. 2022-08-16 04:35:57 +00:00
pfil.h
pfkeyv2.h Fix libreswan build failure. Pointed out by Andrew Cagney, thanks. 2023-01-04 01:58:33 +00:00
pktqueue.c s/explcit/explicit/ in comment. 2023-05-28 08:09:34 +00:00
pktqueue.h Re-factor how pktq_barrier() is issued by if_detach(). 2022-09-02 05:50:36 +00:00
ppp-comp.h
ppp-deflate.c
ppp_defs.h
ppp_tty.c ppp: remove ioctls that never worked and crash the kernel 2022-12-21 19:08:22 +00:00
radix.c
radix.h
raw_cb.c
raw_cb.h
raw_usrreq.c Remove unnecessary inclusion of <net/netisr.h>. 2022-09-02 23:48:10 +00:00
route.c route: run workqueue kthreads with KERNEL_LOCK unless NET_MPSAFE 2023-06-05 03:51:45 +00:00
route.h Align function name in its declaration consistently. 2023-06-16 02:48:07 +00:00
rss_config.c
rss_config.h
rtbl.c
rtsock.c Add a little const. NFC. 2022-08-27 08:36:41 +00:00
rtsock_shared.c Fix comment (!COMPAT_RTSOCK case). No functional change. 2022-10-04 07:06:31 +00:00
slcompress.c
slcompress.h
slip.h
toeplitz.c Remove ryo@'s mail addresses. 2024-02-07 04:20:25 +00:00
toeplitz.h
zlib.c s/similarily/similarly/ 2022-04-12 20:51:42 +00:00
zlib.h