.. |
agr
|
Replace ifnet::if_agriprivate with ifnet::if_lagg
|
2021-09-30 03:15:25 +00:00 |
lagg
|
lagg: change hash logic to generate the same value
|
2021-10-22 06:20:47 +00:00 |
npf
|
reinstate a simple version of ip_randomid()
|
2021-03-08 20:01:54 +00:00 |
Makefile
|
Add a new link-aggregation pseudo interface named lagg(4)
|
2021-05-17 04:07:41 +00:00 |
bpf.c
|
Change the kqueue filterops::f_isfd field to filterops::f_flags, and
|
2021-09-26 01:16:07 +00:00 |
bpf.h
|
Add a bpf_register_track_event() function (and deregister equivalent)
|
2021-06-09 15:44:15 +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
|
Fix wrong memory order and switch bpf to atomic_load/store_*.
|
2020-02-01 02:54:02 +00:00 |
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
|
…
|
|
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 the ETHERTYPE_QINQ for 802.1ad VLAN stacking
|
2020-01-01 10:04:37 +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
|
net: obsolete ifnet::if_link_state_chenged
|
2021-09-30 03:51:05 +00:00 |
if.h
|
net: obsolete ifnet::if_link_state_chenged
|
2021-09-30 03:51:05 +00:00 |
if_arc.h
|
…
|
|
if_arcsubr.c
|
if_attach and if_initialize cannot fail, don't test return value
|
2021-06-16 00:21:17 +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
|
bridge: Register bridge_ifdetach to ether_ifdetach hook
|
2021-09-30 03:57:48 +00:00 |
if_bridgevar.h
|
bridge: Register bridge_ifdetach to ether_ifdetach hook
|
2021-09-30 03:57:48 +00:00 |
if_dl.h
|
…
|
|
if_ether.h
|
Provide a hook point called when ether_ifdetach is called
|
2021-09-30 03:54:04 +00:00 |
if_ethersubr.c
|
frame's vlan tag must be ntohs()'ed.
|
2021-10-25 17:05:43 +00:00 |
if_faith.c
|
if_attach and if_initialize cannot fail, don't test return value
|
2021-06-16 00:21:17 +00:00 |
if_faith.h
|
…
|
|
if_gif.c
|
Make pktq_rps_hash() pluggable for each interface type. Reviewed by gdt@n.o, thorpej@n.o, and riastradh@n.o, thanks.
|
2021-10-11 05:13:10 +00:00 |
if_gif.h
|
Switch if_gif to atomic_load/store_*.
|
2020-02-01 02:57:45 +00:00 |
if_gre.c
|
don't opencode kauth_cred_get()
|
2021-09-21 14:59:14 +00:00 |
if_gre.h
|
if_gre: Remove alignment checks in favour copying to stack
|
2021-02-14 19:33:29 +00:00 |
if_ieee1394.h
|
…
|
|
if_ieee1394subr.c
|
net: introduce IFQ_ENQUEUE_ISR to assemble packet queuing routines (NFCI)
|
2020-08-28 06:23:42 +00:00 |
if_ipsec.c
|
Make pktq_rps_hash() pluggable for each interface type. Reviewed by gdt@n.o, thorpej@n.o, and riastradh@n.o, thanks.
|
2021-10-11 05:13:10 +00:00 |
if_ipsec.h
|
Fix order in rollback case; switch if_ipsec to atomic_load/store_*.
|
2020-02-01 02:57:55 +00:00 |
if_l2tp.c
|
if_attach and if_initialize cannot fail, don't test return value
|
2021-06-16 00:21:17 +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
|
ARP: Use ND rather than our own.
|
2020-09-11 15:16:00 +00:00 |
if_llatbl.h
|
nd: Name l3addr union of llentry and use in-place of nd_addr.
|
2020-09-14 15:09:57 +00:00 |
if_llc.h
|
CTASSERT -> __CTASSERT to unbreak userland build.
|
2021-02-03 18:13:13 +00:00 |
if_loop.c
|
if_attach and if_initialize cannot fail, don't test return value
|
2021-06-16 00:21:17 +00:00 |
if_media.c
|
s/acccess/access/
|
2021-10-06 20:42:44 +00:00 |
if_media.h
|
Define and implement a locking protocol for the ifmedia / mii layers:
|
2020-03-15 23:04:50 +00:00 |
if_module.h
|
…
|
|
if_mpls.c
|
if_attach and if_initialize cannot fail, don't test return value
|
2021-06-16 00:21:17 +00:00 |
if_mpls.h
|
…
|
|
if_ppp.c
|
Adopt <net/if_stats.h>.
|
2020-01-29 04:28:27 +00:00 |
if_ppp.h
|
…
|
|
if_pppoe.c
|
Make pktq_rps_hash() pluggable for each interface type. Reviewed by gdt@n.o, thorpej@n.o, and riastradh@n.o, thanks.
|
2021-10-11 05:13:10 +00:00 |
if_pppoe.h
|
…
|
|
if_pppvar.h
|
…
|
|
if_sl.c
|
Adopt <net/if_stats.h>.
|
2020-01-29 04:28:27 +00:00 |
if_slvar.h
|
…
|
|
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
|
kpreempt_disable() before sppp_get_{ip,ip6}_addrs() are unnecessary now.
|
2021-10-25 02:10:56 +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
|
if_attach and if_initialize cannot fail, don't test return value
|
2021-06-16 00:21:17 +00:00 |
if_stf.h
|
…
|
|
if_tap.c
|
Use seltrue_filtops rather than rolling our own with filt_seltrue.
|
2021-09-26 15:58:33 +00:00 |
if_tap.h
|
…
|
|
if_tun.c
|
Use seltrue_filtops rather than rolling our own with filt_seltrue.
|
2021-09-26 15:58:33 +00:00 |
if_tun.h
|
…
|
|
if_types.h
|
fix typos in asymmetry, asymmetric(al), symmetrical.
|
2021-08-09 19:57:57 +00:00 |
if_vether.c
|
vether: Implement a virtual ethernet interface
|
2020-09-27 13:31:04 +00:00 |
if_vlan.c
|
Replace the list for vlan interfaces with the counter
|
2021-10-05 04:09:49 +00:00 |
if_vlanvar.h
|
vlan: Register vlan_ifdetach to ether_ifdetach hook
|
2021-09-30 04:13:42 +00:00 |
if_wg.c
|
Some signnes, casts, and constant sizes.
|
2021-08-17 17:31:13 +00:00 |
if_wg.h
|
[ozaki-r] Add wg files
|
2020-08-20 21:28:00 +00:00 |
link_proto.c
|
…
|
|
nd.c
|
nd: give missed a default of ND_LLINFO_NOSTATE
|
2020-09-15 23:40:03 +00:00 |
nd.h
|
Implement RFC 7048, making Neighbor Unreachability Detection less impatient
|
2020-09-15 10:05:36 +00:00 |
net_stats.c
|
Use percpu_foreach_xcall() to gather volatile per-cpu counters. These
|
2020-02-07 12:35:33 +00:00 |
net_stats.h
|
- Make _NET_STAT_GETREF()'s return value a net_stat_ref_t, which is
|
2020-01-29 03:04:55 +00:00 |
netisr.h
|
…
|
|
netisr_dispatch.h
|
…
|
|
pfil.c
|
pfil_psz gets dropped by the compiler because it is unused if !NET_MPSAFE,
|
2020-06-22 16:39:56 +00:00 |
pfil.h
|
…
|
|
pfkeyv2.h
|
…
|
|
pktqueue.c
|
Make pktq_rps_hash() pluggable for each interface type. Reviewed by gdt@n.o, thorpej@n.o, and riastradh@n.o, thanks.
|
2021-10-11 05:13:10 +00:00 |
pktqueue.h
|
Make pktq_rps_hash() pluggable for each interface type. Reviewed by gdt@n.o, thorpej@n.o, and riastradh@n.o, thanks.
|
2021-10-11 05:13:10 +00:00 |
ppp-comp.h
|
…
|
|
ppp-deflate.c
|
…
|
|
ppp_defs.h
|
Multilink fragment protocol type.
|
2020-04-04 19:46:01 +00:00 |
ppp_tty.c
|
Use unsigned to avoid undefined behavior in pppasyncstart().
|
2021-09-27 07:13:30 +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
|
…
|
|
route.c
|
Fix typo in comment
|
2020-04-08 03:37:14 +00:00 |
route.h
|
fix various typos in compatibility, mainly in comments.
|
2021-08-09 20:49:08 +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
|
route: RTM_MISS now puts the message source address in RTA_AUTHOR
|
2020-03-09 21:20:55 +00:00 |
rtsock_shared.c
|
Adjust prior to enforce minimum socket length includes sa_family
|
2020-06-26 15:53:59 +00:00 |
slcompress.c
|
…
|
|
slcompress.h
|
Need opt_inet.h for #ifdef INET, INET6.
|
2020-03-05 07:46:36 +00:00 |
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
|
…
|
|
zlib.h
|
Avoid duplicate definition of internal_state struct.
|
2020-03-05 07:46:49 +00:00 |