NetBSD/sys/net
msaitoh 98ff4b5f9f Fix a bug that the parent interface's callback wasn't called when the vlan
interface is configured. A callback function uses VLAN_ATTACHED() function
which check ec->ec_nvlans, the value should be incremented before calling the
callback. This bug was added in if_vlan.c rev. 1.83 (2015/11/19).
2017-01-13 06:11:56 +00:00
..
agr Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input 2016-12-15 09:28:02 +00:00
npf NPF: fix the interface table initialisation on load. 2017-01-03 00:58:05 +00:00
bpf_filter.c Create separate modules for i2c_bitbang and bpf_filter so these files 2016-06-07 01:06:27 +00:00
bpf_stub.c
bpf.c Fix regression introduced in tests/net/bpf and tests/net/bpfilter 2016-07-19 02:47:45 +00:00
bpf.h
bpfdesc.h
bpfjit.c Don't trigger BJ_ASSERT(false) on invalid BPF_Jxxx opcode in jmp_to_op(). 2016-07-29 20:29:38 +00:00
bpfjit.h
bridgestp.c Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
bsd-comp.c Catch up with the renaming of module ppp --> if_ppp and avoid warning 2016-08-06 22:38:18 +00:00
dl_print.c pretty-print link addresses. 2016-04-06 18:04:58 +00:00
dlt.h
ethertypes.h
files.net Move kern_ctf.c into the dtrace_fbt module (the only place it is used) 2016-09-16 03:10:45 +00:00
files.pf
if_arc.h
if_arcsubr.c Get rid of unnecessary header inclusions 2017-01-11 13:08:29 +00:00
if_arp.h
if_atm.h Constify rtentry of if_output 2016-04-28 00:16:56 +00:00
if_atmsubr.c Get rid of unnecessary header inclusions 2017-01-11 13:08:29 +00:00
if_bridge.c Always do the mbuf checks. The packet filters (npf) expect the mbuf to be 2016-09-15 14:40:43 +00:00
if_bridgevar.h Constify rtentry of if_output 2016-04-28 00:16:56 +00:00
if_dl.h
if_eco.h
if_ecosubr.c Fix race condition on ifqueue used by traditional netisr 2016-10-03 11:06:06 +00:00
if_ether.h Protect ec_multi* with mutex 2016-12-28 07:32:16 +00:00
if_etherip.c KNF. No functional change. 2016-07-11 11:31:49 +00:00
if_etherip.h fix race of gif_softc->gif_ro when we send multiple flows over gif on NET_MPSAFE enabled kernel. 2016-12-14 11:19:15 +00:00
if_ethersubr.c Fix a bug that the parent interface's callback wasn't called when the vlan 2017-01-13 06:11:56 +00:00
if_faith.c Make the routing table and rtcaches MP-safe 2016-12-12 03:55:57 +00:00
if_faith.h
if_fddi.h
if_fddisubr.c Get rid of unnecessary header inclusions 2017-01-11 13:08:29 +00:00
if_gif.c fix race of gif_softc->gif_ro when we send multiple flows over gif on NET_MPSAFE enabled kernel. 2016-12-14 11:19:15 +00:00
if_gif.h fix race of gif_softc->gif_ro when we send multiple flows over gif on NET_MPSAFE enabled kernel. 2016-12-14 11:19:15 +00:00
if_gre.c MFREE -> m_free 2016-10-02 14:16:02 +00:00
if_gre.h
if_hippi.h
if_hippisubr.c Get rid of unnecessary header inclusions 2017-01-11 13:08:29 +00:00
if_ieee1394.h
if_ieee1394subr.c Fix race condition on ifqueue used by traditional netisr 2016-10-03 11:06:06 +00:00
if_llatbl.c Fix deadlock between llentry timers and destruction of llentry 2016-12-21 08:47:02 +00:00
if_llatbl.h Fix deadlock between llentry timers and destruction of llentry 2016-12-21 08:47:02 +00:00
if_llc.h
if_loop.c Make lortrequest static and rename it to loop_rtrequest 2016-11-22 02:06:00 +00:00
if_media.c
if_media.h Introduce IFM_GENERIC. 2016-09-14 11:43:08 +00:00
if_module.h modularize some more drivers and merge the module glue 2016-08-07 17:38:33 +00:00
if_mpls.c Make the routing table and rtcaches MP-safe 2016-12-12 03:55:57 +00:00
if_mpls.h
if_ppp.c MFREE -> m_free 2016-10-02 14:16:02 +00:00
if_ppp.h
if_pppoe.c fix merge conflict. 2016-12-27 01:31:06 +00:00
if_pppoe.h Hide PPPoE variables from if_ethersubr.c 2016-04-15 01:31:29 +00:00
if_pppvar.h Constify rtentry of if_output 2016-04-28 00:16:56 +00:00
if_sl.c MFREE -> m_free 2016-10-02 14:16:02 +00:00
if_slvar.h
if_sppp.h
if_spppsubr.c Another missed patch 2016-12-27 13:49:58 +00:00
if_spppvar.h MP-safe pppoe(4). 2016-12-13 00:35:11 +00:00
if_srt.c modularize some more drivers and merge the module glue 2016-08-07 17:38:33 +00:00
if_srt.h
if_stf.c Make the routing table and rtcaches MP-safe 2016-12-12 03:55:57 +00:00
if_stf.h eliminate stf(4)'s dependency on gif(4). 2016-08-18 11:38:58 +00:00
if_strip.c MFREE -> m_free 2016-10-02 14:16:02 +00:00
if_stripvar.h
if_tap.c Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input 2016-12-15 09:28:02 +00:00
if_tap.h
if_token.h Fix token_rif extractions from llentry 2015-12-16 05:44:59 +00:00
if_tokensubr.c Get rid of unnecessary header inclusions 2017-01-11 13:08:29 +00:00
if_tun.c Get rid of unnecessary header inclusions 2017-01-11 13:08:29 +00:00
if_tun.h
if_types.h
if_vlan.c Fix a bug that the parent interface's callback wasn't called when the vlan 2017-01-13 06:11:56 +00:00
if_vlanvar.h
if.c Add softnet_lock to if_link_state_change_si 2017-01-10 08:45:45 +00:00
if.h Remove assertion that the lock isn't held 2016-12-22 03:46:51 +00:00
link_proto.c Don't call ifa_remove with holding psref 2017-01-11 07:03:59 +00:00
Makefile
net_osdep.h
net_stats.c
net_stats.h
netisr_dispatch.h
netisr.h
pfil.c * pfil_add_hook() no longer treats PFIL_IFADDR and PFIL_IFNET. delete them from pfil_flag_cases[]. 2017-01-12 17:19:17 +00:00
pfil.h pfil(9) improvements to handle address changes: 2016-12-26 23:21:49 +00:00
pfkeyv2.h
pktqueue.c
pktqueue.h
ppp_defs.h
ppp_tty.c MFREE -> m_free 2016-10-02 14:16:02 +00:00
ppp-comp.h
ppp-deflate.c Catch up with the renaming of module ppp --> if_ppp and avoid warning 2016-08-06 22:38:18 +00:00
radix.c Make the routing table and rtcaches MP-safe 2016-12-12 03:55:57 +00:00
radix.h Don't use rt_walktree to delete routes 2016-11-15 01:50:06 +00:00
raw_cb.c
raw_cb.h Eliminate struct protosw::pr_output. 2016-01-20 21:43:59 +00:00
raw_usrreq.c Eliminate struct protosw::pr_output. 2016-01-20 21:43:59 +00:00
route.c Get rid of unnecessary header inclusions 2017-01-11 13:08:29 +00:00
route.h Fix gcc complaining about int to unsigned long conversion issues by 2016-12-19 11:17:00 +00:00
rtbl.c Get rid of unnecessary header inclusions 2017-01-11 13:08:29 +00:00
rtsock.c Make the routing table and rtcaches MP-safe 2016-12-12 03:55:57 +00:00
slcompress.c Actually commit the changes for making this into a loadable module. The 2016-08-05 08:56:36 +00:00
slcompress.h acknowleg -> acknowledg, proceedure -> procedure. 2016-12-12 15:58:44 +00:00
slip.h
zlib.c
zlib.h