NetBSD/sys/net
gutteridge 1b7584da6c bpf.c: fix a few typos and grammatical issues in comments 2023-02-07 01:46:37 +00:00
..
agr Eliminate use of IFF_OACTIVE. 2022-09-18 19:24:14 +00:00
lagg lagg(4): Safely handle misaligned mbufs. 2022-06-26 17:55:24 +00:00
npf npf(9): Drop table lock around copyout. 2023-01-23 13:40:04 +00:00
Makefile Garbage-collect the remaining vestiges of netisr. 2022-09-03 02:47:59 +00:00
bpf.c bpf.c: fix a few typos and grammatical issues in comments 2023-02-07 01:46:37 +00:00
bpf.h bpf(4): added support for VLAN hardware offloading of ethernet devices 2022-06-20 08:20:09 +00:00
bpf_filter.c
bpf_stub.c
bpfdesc.h Add a bpf_register_track_event() function (and deregister equivalent) 2021-06-09 15:44:15 +00:00
bpfjit.c
bpfjit.h
bridgestp.c
bsd-comp.c
dl_print.c Simplify; no need to special case the small buffer zero src_len. 2021-05-27 13:40:38 +00:00
dlt.h fix various typos in comments, mainly origional->original, 2022-05-28 21:14:56 +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 fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/ 2021-09-03 21:54:58 +00:00
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 KNF. No functional change. 2022-11-25 06:18:42 +00:00
if.h Support explicit unnumbered interface. 2022-11-25 08:39:32 +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 - Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more 2021-02-19 14:51:59 +00:00
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 bridge(4): support VLAN frames stripped by hardware tagging 2022-06-20 08:14:48 +00:00
if_ethersubr.c arp: Validate ARP source hardware address matches Ethernet source 2022-11-15 10:47:39 +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 Garbage-collect the remaining vestiges of netisr. 2022-09-03 02:47:59 +00:00
if_gif.h
if_gre.c Garbage-collect the remaining vestiges of netisr. 2022-09-03 02:47:59 +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 Add sadb_x_policy_flags to inform SP origination. 2022-10-11 09:51:47 +00:00
if_ipsec.h fix typos in comments, mainly s/foward/forward/. 2022-01-17 20:56:02 +00:00
if_l2tp.c Garbage-collect the remaining vestiges of netisr. 2022-09-03 02:47:59 +00:00
if_l2tp.h Fix l2tp(4) ioctl type. Pointed out by yamaguchi@n.o, thanks. 2021-03-16 07:00:38 +00:00
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 CTASSERT -> __CTASSERT to unbreak userland build. 2021-02-03 18:13:13 +00:00
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
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 Add a parameter to change keepalive interval in each PPPoE I/F 2021-05-14 08:41:25 +00:00
if_spppsubr.c Garbage-collect the remaining vestiges of netisr. 2022-09-03 02:47:59 +00:00
if_spppvar.h Drop the Open event of LCP to stop the interface 2021-06-01 04:59:50 +00:00
if_srt.c if_attach and if_initialize cannot fail, don't test return value 2021-06-16 00:21:17 +00:00
if_srt.h
if_stats.c Make if_stats_init, if_attach, if_initialize return void. 2021-06-29 21:19:58 +00:00
if_stats.h Make if_stats_init, if_attach, if_initialize return void. 2021-06-29 21:19:58 +00:00
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: link up an interface cloned from /dev/tap 2023-01-06 01:54:22 +00:00
if_tap.h
if_tun.c driver(9): devsw_detach never fails. Make it return void. 2022-03-28 12:33:20 +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 bridge(4): support VLAN frames stripped by hardware tagging 2022-06-20 08:14:48 +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 centralize the kauth ugliness. 2023-01-05 20:32:18 +00:00
if_wg.h
link_proto.c sys: Use if_init wrapper function. 2021-12-31 14:25:22 +00:00
nd.c Make arp have its own mowner 2022-11-19 08:00:51 +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 In pktq_flush(): 2022-09-04 17:34:43 +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 Suppress the "rn_init: radix functions require max_keylen be set" 2020-10-18 13:07:31 +00:00
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(4): Work around deadlock in rt_free wait path. 2022-12-22 13:54:57 +00:00
route.h Remove routes on an address removal if the routes referencing to the address. Implemented by ozaki-r@n.o. 2022-09-20 02:23:37 +00:00
rss_config.c Add RSS toeplitz hash functions which calculate from mbuf. 2021-09-24 04:11:02 +00:00
rss_config.h Add RSS toeplitz hash functions which calculate from mbuf. 2021-09-24 04:11:02 +00:00
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 Add copyright for no-memcpy toeplitz hash, pointed out by wiz@n.o, thanks. 2021-09-24 08:40:35 +00:00
toeplitz.h Import asymmetric toeplitz hash without memcpy implemented by ryo@n.o. 2021-09-24 04:09:32 +00:00
zlib.c s/similarily/similarly/ 2022-04-12 20:51:42 +00:00
zlib.h