..
agr
hardclock_ticks -> getticks()
2020-05-15 19:28:09 +00:00
npf
npf: Remove harmless vestiges of debugging hacks.
2020-08-28 06:35:50 +00:00
bpf_filter.c
bpf_stub.c
bpf.c
Use a more informative panic message.
2020-08-02 07:19:39 +00:00
bpf.h
bpf(4): Add ioctls BIOCSETWF and BIOCLOCK
2020-06-11 13:36:20 +00:00
bpfdesc.h
bpf(4): Add ioctls BIOCSETWF and BIOCLOCK
2020-06-11 13:36:20 +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
Add the missing add. (Return to the earlier state, done differently.)
2019-04-30 20:56:32 +00:00
dlt.h
sync with libcap-1.9.1
2019-10-01 16:02:55 +00:00
ether_sw_offload.c
replace the conditional m_pullup() on start of ether_sw_offload_tx()
2020-03-27 17:18:15 +00:00
ether_sw_offload.h
PR kern/53562
2018-12-12 01:40:20 +00:00
ethertypes.h
Add the ETHERTYPE_QINQ for 802.1ad VLAN stacking
2020-01-01 10:04:37 +00:00
files.net
Implement address agnostic Neighbor Detection.
2020-09-11 14:59:22 +00:00
files.pf
if_arc.h
if_arcsubr.c
net: introduce IFQ_ENQUEUE_ISR to assemble packet queuing routines (NFCI)
2020-08-28 06:23:42 +00:00
if_arp.h
if_bridge.c
Remove #ifdef BRIDGE_IPF, compile in the code by default. Sent to
2020-08-01 06:50:42 +00:00
if_bridgevar.h
add sc_capenable member, forgot to commit
2020-04-30 13:59:50 +00:00
if_dl.h
Whitespace consistency. NFC.
2019-04-30 20:55:41 +00:00
if_ether.h
Implement VLAN hardware filter function(ETHERCAP_VLAN_HWFILTER).
2019-07-17 03:26:24 +00:00
if_ethersubr.c
ether: count dropped packets on output
2020-08-28 06:27:49 +00:00
if_faith.c
Adopt <net/if_stats.h>.
2020-01-29 04:11:35 +00:00
if_faith.h
if_gif.c
On detach, destroy the mutex attach created, otherwise we crash with LOCKDEBUG.
2020-03-30 11:57:50 +00:00
if_gif.h
Switch if_gif to atomic_load/store_*.
2020-02-01 02:57:45 +00:00
if_gre.c
Adopt <net/if_stats.h>.
2020-01-29 04:11:35 +00:00
if_gre.h
No functional change:
2019-02-26 09:43:37 +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
reduce unnecessary reqid of NAT-T ipsecif(4), suggested by ohishi@IIJ.
2020-03-13 02:43:31 +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
Switch sys/net to percpu_create.
2020-02-01 12:54:50 +00:00
if_l2tp.h
Switch if_l2tp to atomic_load/store_*.
2020-02-01 02:58:05 +00:00
if_llatbl.c
ARP: Use ND rather than our own.
2020-09-11 15:16:00 +00:00
if_llatbl.h
Show pointers of llentries on trace logs of LLE_REF_TRACE
2019-07-18 06:47:10 +00:00
if_llc.h
if_loop.c
Adopt <net/if_stats.h>.
2020-01-29 04:11:35 +00:00
if_media.c
Define and implement a locking protocol for the ifmedia / mii layers:
2020-03-15 23:04:50 +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
Adopt <net/if_stats.h>.
2020-01-29 04:11:35 +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
safely extract character sequences from packet for printing.
2020-02-10 22:38: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
Fix typo (s/supress/suppress/).
2019-07-11 03:49:51 +00:00
if_sppp.h
if_spppsubr.c
Multilink PPP: sanity check of option values, storage of remote MRRU.
2020-04-04 17:12:33 +00:00
if_spppvar.h
Multilink PPP: sanity check of option values, storage of remote MRRU.
2020-04-04 17:12:33 +00:00
if_srt.c
Adopt <net/if_stats.h>.
2020-01-29 04:28:27 +00:00
if_srt.h
if_stats.c
Remove the conditional __IF_STATS_PERCPU.
2020-02-14 22:04:12 +00:00
if_stats.h
Remove the conditional __IF_STATS_PERCPU.
2020-02-14 22:04:12 +00:00
if_stf.c
Adopt <net/if_stats.h>.
2020-01-29 04:28:27 +00:00
if_stf.h
if_tap.c
Use ifmedia_fini().
2020-02-04 05:44:14 +00:00
if_tap.h
if_tun.c
Correct my rev1.159, it was incomplete, the check must be done later
2020-08-29 07:14:50 +00:00
if_tun.h
if_types.h
Clarify wg(4)'s relation to WireGuard, pending further discussion.
2020-08-26 16:03:40 +00:00
if_vlan.c
Remove in-kernel handling of Router Advertisements
2020-06-12 11:04:44 +00:00
if_vlanvar.h
if_wg.c
wg: Drop wgp_lock while waiting for endpoint psref to drain.
2020-09-08 16:39:57 +00:00
if_wg.h
[ozaki-r] Add wg files
2020-08-20 21:28:00 +00:00
if.c
Don't accept negative value.
2020-07-16 15:02:08 +00:00
if.h
net: introduce IFQ_ENQUEUE_ISR to assemble packet queuing routines (NFCI)
2020-08-28 06:23:42 +00:00
link_proto.c
Make panic messages more informative
2019-09-25 09:53:37 +00:00
Makefile
Implement address agnostic Neighbor Detection.
2020-09-11 14:59:22 +00:00
nd.c
Implement address agnostic Neighbor Detection.
2020-09-11 14:59:22 +00:00
nd.h
Implement address agnostic Neighbor Detection.
2020-09-11 14:59:22 +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_dispatch.h
netisr.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
pktqueue(9): Use percpu_create to allow early initialization.
2020-09-11 14:29:00 +00:00
pktqueue.h
ppp_defs.h
Multilink fragment protocol type.
2020-04-04 19:46:01 +00:00
ppp_tty.c
Adopt <net/if_stats.h>.
2020-01-29 04:28:27 +00:00
ppp-comp.h
ppp-deflate.c
radix.c
radix.h
raw_cb.c
raw_cb.h
raw_usrreq.c
Fix typo (s/m_free/m_freem/) (one more)
2019-08-02 02:17:46 +00:00
route.c
Fix typo in comment
2020-04-08 03:37:14 +00:00
route.h
route: RTM_MISS now puts the message source address in RTA_AUTHOR
2020-03-09 21:20:55 +00:00
rss_config.c
"rss_symmetric_key" iniitalizer is too short. Pointed out by ryo@n.o, thanks.
2019-11-20 08:17:01 +00:00
rss_config.h
rtbl.c
rtsock_shared.c
Adjust prior to enforce minimum socket length includes sa_family
2020-06-26 15:53:59 +00:00
rtsock.c
route: RTM_MISS now puts the message source address in RTA_AUTHOR
2020-03-09 21:20:55 +00:00
slcompress.c
KNF. No functional change.
2019-04-06 08:38:23 +00:00
slcompress.h
Need opt_inet.h for #ifdef INET, INET6.
2020-03-05 07:46:36 +00:00
slip.h
zlib.c
Fix typo (s/supress/suppress/).
2019-07-11 03:49:51 +00:00
zlib.h
Avoid duplicate definition of internal_state struct.
2020-03-05 07:46:49 +00:00