NetBSD/sys/net
thorpej a2249e70e6 - Add an ifmedia_fini() routine, to free resources assocated with
an ifmedia.  Currently calls ifmedia_removeall().  All drivers
  that call ifmedia_init() and support detach should call this
  routine.
- In ifmedia_delete_instance(), set ifm->ifm_cur to NULL and
  ifm->ifm_media to IFM_NONE when removing / freeing that entry,
  not simply when we've been asked to delete every media instance.
2020-02-01 20:56:16 +00:00
..
agr Adopt <net/if_stats.h>. 2020-01-29 04:28:27 +00:00
npf Adopt <net/if_stats.h>. 2020-01-29 04:28:27 +00:00
bpf_filter.c
bpf_stub.c Removal of bpf_tap(). 2018-06-25 03:22:14 +00:00
bpf.c Fix wrong memory order and switch bpf to atomic_load/store_*. 2020-02-01 02:54:02 +00:00
bpf.h Whitespace change. 2019-02-26 10:30:28 +00:00
bpfdesc.h Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +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 Remove an obsolete assertion too (fix build) 2018-02-28 13:12:53 +00:00
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 Improve wording in comments: replace "chain" with "queue" for 2018-12-15 07:38:58 +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 Add support for MP-safe network interface statistics by maintaining them 2020-01-29 03:16:28 +00:00
files.pf
if_arc.h If if_attach() failed in the attach function, return. 2017-10-23 09:22:24 +00:00
if_arcsubr.c Adopt <net/if_stats.h>. 2020-01-29 04:11:35 +00:00
if_arp.h Provide an inline to return the data part of the arp packet instead of 2018-06-30 15:08:04 +00:00
if_bridge.c Adopt <net/if_stats.h>. 2020-01-29 04:11:35 +00:00
if_bridgevar.h PR kern/53562 2018-12-12 01:46:47 +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 Adopt <net/if_stats.h>. 2020-01-29 04:11:35 +00:00
if_faith.c Adopt <net/if_stats.h>. 2020-01-29 04:11:35 +00:00
if_faith.h
if_gif.c Switch if_gif to atomic_load/store_*. 2020-02-01 02:57:45 +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 Replace M_ALIGN and MH_ALIGN by m_align. 2018-12-22 14:28:56 +00:00
if_ipsec.c Fix order in rollback case; switch if_ipsec to atomic_load/store_*. 2020-02-01 02:57:55 +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 Make panic messages more informative 2019-09-25 09:53:37 +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 - Add an ifmedia_fini() routine, to free resources assocated with 2020-02-01 20:56:16 +00:00
if_media.h - Add an ifmedia_fini() routine, to free resources assocated with 2020-02-01 20:56:16 +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 Adopt <net/if_stats.h>. 2020-01-29 04:28:27 +00:00
if_pppoe.h Add a locking notes for if_pppoe 2017-10-12 09:50:55 +00:00
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 Adopt <net/if_stats.h>. 2020-01-29 04:28:27 +00:00
if_spppvar.h Add a locking notes for if_spppsubr 2017-10-12 09:53:55 +00:00
if_srt.c Adopt <net/if_stats.h>. 2020-01-29 04:28:27 +00:00
if_srt.h
if_stats.c Add support for MP-safe network interface statistics by maintaining them 2020-01-29 03:16:28 +00:00
if_stats.h Add support for MP-safe network interface statistics by maintaining them 2020-01-29 03:16:28 +00:00
if_stf.c Adopt <net/if_stats.h>. 2020-01-29 04:28:27 +00:00
if_stf.h Add argument to encapsw->pr_input() instead of m_tag. 2017-11-15 10:42:41 +00:00
if_tap.c Adopt <net/if_stats.h>. 2020-01-29 04:28:27 +00:00
if_tap.h
if_tun.c Adopt <net/if_stats.h>. 2020-01-29 04:28:27 +00:00
if_tun.h
if_types.h Add a port of the umb(4) driver from OpenBSD 2018-07-31 16:44:28 +00:00
if_vlan.c Switch if_vlan to atomic_load/store_*. 2020-02-01 02:58:15 +00:00
if_vlanvar.h Mostly style, and add a bunch of KASSERTs. 2018-01-15 16:36:51 +00:00
if.c Switch sys/net to percpu_create. 2020-02-01 12:54:50 +00:00
if.h Add support for MP-safe network interface statistics by maintaining them 2020-01-29 03:16:28 +00:00
link_proto.c Make panic messages more informative 2019-09-25 09:53:37 +00:00
Makefile Add support for MP-safe network interface statistics by maintaining them 2020-01-29 03:16:28 +00:00
net_stats.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +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 Remove the network ATM code. 2018-09-06 06:41:59 +00:00
netisr.h Remove the network ATM code. 2018-09-06 06:41:59 +00:00
pfil.c Fix wrong memory order and switch pfil to atomic_load/store_*. 2020-02-01 02:54:31 +00:00
pfil.h
pfkeyv2.h Introduce and use SADB_SASTATE_USABLE_P 2017-07-04 08:11:32 +00:00
pktqueue.c - Fix a bug that drop counter shows incorrect vaule like 2018-08-10 07:24:09 +00:00
pktqueue.h
ppp_defs.h
ppp_tty.c Adopt <net/if_stats.h>. 2020-01-29 04:28:27 +00:00
ppp-comp.h
ppp-deflate.c
radix.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
radix.h
raw_cb.c Fix race condition on the rawcb list shared by rtsock and keysock 2017-09-25 01:56:22 +00:00
raw_cb.h Make raw_input non-variadic. 2018-09-07 06:13:14 +00:00
raw_usrreq.c Fix typo (s/m_free/m_freem/) (one more) 2019-08-02 02:17:46 +00:00
route.c Switch sys/net to percpu_create. 2020-02-01 12:54:50 +00:00
route.h Avoid having a rtcache directly in a percpu storage 2019-09-19 04:08:29 +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 Introduce very simple Receive Side Scaling (RSS) utility. 2018-02-16 04:48:32 +00:00
rtbl.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
rtsock_shared.c Do not reference ifp->if_data directly; use if_export_if_data(). 2020-01-29 04:35:13 +00:00
rtsock.c Do not reference ifp->if_data directly; use if_export_if_data(). 2020-01-29 04:35:13 +00:00
slcompress.c KNF. No functional change. 2019-04-06 08:38:23 +00:00
slcompress.h
slip.h
zlib.c Fix typo (s/supress/suppress/). 2019-07-11 03:49:51 +00:00
zlib.h